ardupilot/libraries/AP_Airspeed
Andrew Tridgell 9a978c1eef AP_Airspeed: switched to recursive semaphore
this is needed by the SDP3X driver. It is the simplest fix for the
issue
2019-11-20 07:35:07 +11:00
..
examples/Airspeed AP_Airspeed: examples: var_info is now in GCS_MAVLINK_Parameters 2019-08-14 18:25:43 +10:00
models AP_Airspeed: fixup line endings 2014-04-15 15:56:26 +09:00
AP_Airspeed.cpp AP_Airspeed: support both 5inH2O and 10inH2O versions of DLVR sensor 2019-07-19 21:39:30 -07:00
AP_Airspeed.h AP_Airspeed: support both 5inH2O and 10inH2O versions of DLVR sensor 2019-07-19 21:39:30 -07:00
AP_Airspeed_Backend.cpp AP_Airspeed: use WITH_SEMAPHORE() 2018-10-17 12:54:22 +11:00
AP_Airspeed_Backend.h AP_Airspeed: switched to recursive semaphore 2019-11-20 07:35:07 +11:00
AP_Airspeed_DLVR.cpp AP_Airspeed: protect sample timestamp while get data 2019-10-15 21:12:15 +11:00
AP_Airspeed_DLVR.h AP_Airspeed: support both 5inH2O and 10inH2O versions of DLVR sensor 2019-07-19 21:39:30 -07:00
AP_Airspeed_Health.cpp AP_Airspeed: add missing includes for AHRS 2019-07-09 22:32:57 +10:00
AP_Airspeed_MS4525.cpp AP_Airspeed: protect sample timestamp while get data 2019-10-15 21:12:15 +11:00
AP_Airspeed_MS4525.h AP_Airspeed: removed #include duplicates 2019-01-03 09:40:50 +09:00
AP_Airspeed_MS5525.cpp AP_Airspeed: protect sample timestamp while get data 2019-10-15 21:12:15 +11:00
AP_Airspeed_MS5525.h AP_Airspeed: removed #include duplicates 2019-01-03 09:40:50 +09:00
AP_Airspeed_SDP3X.cpp AP_Airspeed: protect sample timestamp while get data 2019-10-15 21:12:15 +11:00
AP_Airspeed_SDP3X.h AP_Airspeed: fix compiler warnings 2018-03-02 09:26:37 +09:00
AP_Airspeed_UAVCAN.cpp AP_Airspeed: uavcan: reindent after WITH_SEMAPHORE change (NFC) 2019-02-16 14:33:11 +11:00
AP_Airspeed_UAVCAN.h AP_Airspeed: uavcan: use WITH_SEMAPHORE in place of give/take _registry 2019-02-16 14:33:11 +11:00
AP_Airspeed_analog.cpp AP_Airspeed: support dual airspeed sensors 2018-01-16 07:14:20 +11:00
AP_Airspeed_analog.h AP_Airspeed: support dual airspeed sensors 2018-01-16 07:14:20 +11:00
Airspeed_Calibration.cpp AP_Airspeed: clarify mavlink packet assembly is re-ordered field order 2019-07-11 11:53:35 +10:00