Pierre Kancir
|
52898cfdbd
|
AP_Airspeed: remove size warning on SDP3X crc function.
Clang-Tidy: Loop variable has narrower type 'uint8_t' (aka 'unsigned char') than iteration's upper bound 'unsigned int'
|
4 years ago |
Andrew Tridgell
|
2e5fe75aa7
|
AP_Airspeed: use take_blocking instead of HAL_SEMAPHORE_BLOCK_FOREVER
this makes for cleaner and smaller code as the failure case is not
needed
|
5 years ago |
Peter Barker
|
41d34e9f88
|
AP_Airspeed: add missing break statement
|
5 years ago |
liang
|
8de44ec319
|
AP_Airspeed: protect sample timestamp while get data
|
5 years ago |
Michael du Breuil
|
e43605cc9b
|
AP_Airspeed: Remove a number of unneeded top level includes
|
6 years ago |
Michael du Breuil
|
a2ac0875a7
|
AP_Airspeed: Fix race condition in SDP3X leading to garbage data
|
6 years ago |
Tom Pittenger
|
0c32453505
|
AP_Airspeed: unify singleton naming to _singleton and get_singleton()
|
6 years ago |
Andrew Tridgell
|
fe064a2d4e
|
AP_Airspeed: use WITH_SEMAPHORE()
and removed usage of hal.util->new_semaphore()
|
6 years ago |
liang.tang
|
f4a8006333
|
AP_Airspeed: fix spd3x correct pressure issue
|
7 years ago |
Patrick José Pereira
|
237101a50e
|
AP_Airspeed: Use SSL air density
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
|
7 years ago |
Andrew Tridgell
|
58b0ac07ec
|
AP_Airspeed: support dual airspeed sensors
allow for a primary and secondary airspeed sensor
|
7 years ago |
rde-mato
|
87e3777f67
|
AP_Airspeed: added SDP3X airspeed sensor driver
|
7 years ago |