ardupilot/libraries/AP_HAL/utility
Peter Barker 394d70abe0 AP_HAL: add and use a "bool read(c)" method to AP_HAL
this is much less likely to not work vs the int16_t equivalent
2023-03-22 17:59:11 +11:00
..
tests AP_HAL: added peekiovec test 2021-09-30 12:46:07 +10:00
BetterStream.cpp AP_HAL: add and use a "bool read(c)" method to AP_HAL 2023-03-22 17:59:11 +11:00
BetterStream.h AP_HAL: add and use a "bool read(c)" method to AP_HAL 2023-03-22 17:59:11 +11:00
dsm.cpp AP_HAL: add missing break statement in dsm code 2020-01-15 13:55:42 +11:00
dsm.h
ftoa_engine.cpp
ftoa_engine.h
functor.h AP_HAL: functor: add != override 2018-08-21 20:34:01 +09:00
getopt_cpp.cpp AP_HAL: allow replay on ChibiOS 2020-11-10 16:15:45 +11:00
getopt_cpp.h
OwnPtr.h
packetise.cpp AP_HAL: gate mavlink things on HAL_GCS_ENABLED, not HAL_BOOTLOADER_BUILD 2023-02-01 18:46:28 +11:00
packetise.h AP_HAL: Utility: Add missing header guard in packetise 2019-05-20 23:50:23 +01:00
print_vprintf.cpp AP_HAL: fixed vprintf for no hal.h 2022-02-22 12:13:19 +11:00
print_vprintf.h
RCOutput_Tap_Linux.cpp AP_HAL: RCOutput_Tap_Linux: Include arm/ioctls.h 2020-08-25 07:15:00 -07:00
RCOutput_Tap.cpp AP_HAL: removed perf counters 2021-06-07 14:29:27 +10:00
RCOutput_Tap.h AP_HAL: removed perf counters 2021-06-07 14:29:27 +10:00
replace.cpp AP_HAL: added replacement for memrchr() 2018-12-06 13:32:09 +11:00
replace.h AP_HAL: added replacement for memrchr() 2018-12-06 13:32:09 +11:00
RingBuffer.cpp AP_HAL: add support for external buffer to be used in ByteBuffer 2020-09-24 12:32:19 +10:00
RingBuffer.h AP_HAL: check for null buffer in ObjectBuffer get_size() 2023-01-08 15:11:32 +11:00
Socket.cpp AP_HAL: Add missing const in member functions 2021-02-03 18:45:14 +11:00
Socket.h AP_HAL: Add missing const in member functions 2021-02-03 18:45:14 +11:00
sparse-endian.h AP_HAL: Remove meaningless semicolons 2022-02-07 08:27:34 +09:00
srxl.cpp AP_HAL: correct include ordering in srxl.h 2019-09-11 14:19:14 +10:00
srxl.h AP_HAL: correct include ordering in srxl.h 2019-09-11 14:19:14 +10:00
st24.cpp
st24.h
sumd.cpp AP_HAL: Match output type and variable type 2019-07-16 10:11:13 +10:00
sumd.h
utoa_invert.cpp
xtoa_fast.h