12119 Commits (ccb015181676f30e7bf23d9e6e3337798255e62d)

Author SHA1 Message Date
Tom Pittenger ccb0151816 AC_PrecLand: set param "Enable" to be FLAG_ENABLE 9 years ago
Tom Pittenger 5e811b8463 AC_Fence: set param "Enable" to be FLAG_ENABLE 9 years ago
Tom Pittenger c090ba2257 Airspeed: store reference in libraries and populate it 9 years ago
AndersonRayner bf7ab052c1 AP_Vehicle: Removed unused airspeed_min and airspeed_max as now part of AP_Airspeed. 9 years ago
AndersonRayner 09d53eaeca AP_TECS: Convert references to AP_Airspeed. 9 years ago
AndersonRayner cc5a2417a6 APM_Control: Convert references to AP_Airspeed. 9 years ago
AndersonRayner 5439257236 AP_Airspeed: Converted library to be stand-alone from APM:Plane. 9 years ago
Andrew Tridgell 66c4995c9d AP_Motors: added get_desired_spool_state() 9 years ago
murata b6c27b58a8 AC_Fence: magic number 4 changed to size of uint32_t 9 years ago
Pavel Kirienko 9b786559d4 Fixed missing definition error UAVCAN_IOCS_HARDPOINT_SET 9 years ago
Pavel Kirienko fccdcf50c1 EPM: fixed build 9 years ago
Pavel Kirienko 8af6af004d EPM: fixed parameter comments 9 years ago
Pavel Kirienko accf118e38 UAVCAN hardpoint control 9 years ago
Murilo Belluzzo 077e03678f Global: Adapt Stream class to be used with Ringbuffer 9 years ago
Murilo Belluzzo b856d26087 RingBuffer: ::set_size now returns true or false 9 years ago
Murilo Belluzzo f7f203efa9 RingBuffer: Add ::clear() method to discard the buffer content 9 years ago
Murilo Belluzzo 75a1b102fb RingBuffer: Handle zero sized better 9 years ago
Murilo Belluzzo fe48901db0 AP_ADC_ADS1115: Remove resource leak. 9 years ago
Murilo Belluzzo 36bdd7f1f1 AP_InertialSensor: MPU6000: Add missing read() check 9 years ago
Lucas De Marchi 0d4caa3ccc AP_Math: remove declaration of not implemented functions 9 years ago
Murilo Belluzzo 70942472d3 AP_Math: Matrix: Change deallocator to match allocator used 9 years ago
Murilo Belluzzo e17fdb2aa9 DataFlash: Avoid null pointer dereference 9 years ago
Holger Steinhaus cc4fafc3e4 AP_GPS_PX4: fixed GPS epoch calculations 9 years ago
Tom Pittenger 282817eeb9 AP_ADSB: revert default enable = 0 9 years ago
Tom Pittenger b5ec37b9d8 AP_ADSB: change adsb.enable param to be a flag 9 years ago
Tom Pittenger 2be32e9daa AP_ADSB: remove all threat logic in adsb lib in favor of avoidance lib 9 years ago
Tom Pittenger b2b63b4d80 AP_ADSB: change param ADSB_ENABLE default from 0 to 1 9 years ago
Tom Pittenger 89271c29ab AP_ADSB: move variable into struct like the rest 9 years ago
Tom Pittenger f7c2df8e91 AP_ADSB: sanity check data via valid_flags before forwarding to avoidance lib 9 years ago
Tom Pittenger 5c0b5f5cd1 AP_ADSB: reject packets that are invalid or already stale 9 years ago
Tom Pittenger b12edf6a71 AP_ADSB: fix bug where the update timeout wasn't being stored correctly 9 years ago
Tom Pittenger e0bb77726e AP_ADSB: do not service transceiver if it is not detected 9 years ago
Peter Barker 2844190e5b AP_RangeFinder: correct DisplayName comments 9 years ago
Peter Barker 1bb73383ec AP_RangeFinder: group _ADDR with other first-rangefinder params 9 years ago
Peter Barker d5ffc8a863 AP_RangeFinder: define 3_ADDR when we have three rangefinders 9 years ago
Randy Mackay d5c18dc987 AC_AttControl: remove unused 100hz definition 9 years ago
Randy Mackay 2dc111ff39 Copter: reduce WPNAV_LOIT_MINA parameter description range 9 years ago
Randy Mackay 7d0cac15fb AP_ICEngine: add casting to avoid compiler warnings 9 years ago
Lucas De Marchi e217faacab AP_Baro: MS56XX: cosmetic changes to members 9 years ago
Lucas De Marchi f7b453359d AP_Baro: MS56XX: convert to threaded bus 9 years ago
Lucas De Marchi 052f30bc70 AP_HAL: remove macros to use MS5611 in the main thread 9 years ago
Lucas De Marchi 929348ff75 AP_Baro: MS5611: always use timer thread 9 years ago
Lucas De Marchi 7b7e73680f AP_Math: add USEC_PER_MSEC 9 years ago
Lucas De Marchi 8541d5339d AP_HAL_Linux: Implement threaded SPI 9 years ago
Lucas De Marchi ea0595c7ac AP_HAL_Linux: SPIDevice: move implementation to outside 9 years ago
Lucas De Marchi 590539f674 AP_HAL_Linux: implement threaded I2C 9 years ago
Lucas De Marchi 11ddbb8fb8 AP_HAL_Linux: add PollerThread 9 years ago
Lucas De Marchi 7d451ac876 AP_HAL_Linux: allow to check if thread is running 9 years ago
Lucas De Marchi eca6f45b68 AP_HAL_Linux: remove unused part of Poller infra 9 years ago
Leandro Pereira 0f865a019a AP_HAL_Linux: Add Pollable/Poller 9 years ago