ardupilot/libraries/AP_HAL
Andrew Tridgell 6ebfbb4b94 AP_HAL: fixed build on g++ 7.3 for stm32
the system maths headers don't like our maths defines, but are happy
if we include math.h first
2020-02-05 10:10:20 +11:00
..
board AP_HAL: added HAL_MEM_CLASS for amount of memory 2019-10-06 10:58:07 +11:00
examples
tests AP_HAL: a few more simple tests for snprintf 2019-09-12 16:08:59 +10:00
utility AP_HAL: stop emitting extra CR before a LF as part of our printf 2019-12-25 12:00:37 +11:00
AnalogIn.h AP_Rangefinder: Remove stop pin usage 2019-09-04 09:54:50 +10:00
AP_HAL_Boards.h AP_HAL: enabled SLCAN on fmuv2 and Pixhawk1-1M 2019-10-07 21:14:24 +11:00
AP_HAL_Macros.h AP_HAL: fixed build on g++ 7.3 for stm32 2020-02-05 10:10:20 +11:00
AP_HAL_Main.h
AP_HAL_Namespace.h
AP_HAL.h
CAN.h
Device.cpp
Device.h
Flash.h
GPIO.h
HAL.cpp
HAL.h AP_HAL: added uartH 2019-07-12 17:01:21 +10:00
I2CDevice.h
OpticalFlow.h
RCInput.h AP_HAL: require HALs implement rcin.protocol() to return RC protocol 2019-06-18 11:35:38 +10:00
RCOutput.h AP_HAL: allow neopixel LEDs to be set more flexibly 2019-09-10 13:03:28 +10:00
Scheduler.cpp
Scheduler.h
Semaphores.cpp
Semaphores.h
SPIDevice.h
Storage.h
system.cpp AP_HAL: move dump_strack_trace into HAL 2019-06-13 09:25:42 +10:00
system.h AP_HAL: move dump_strack_trace into HAL 2019-06-13 09:25:42 +10:00
UARTDriver.h AP_HAL: added get_options() method on UARTs 2019-09-06 08:51:45 +10:00
Util.cpp AP_HAL: fixed bug in vsnprintf() 2019-09-11 13:41:03 +10:00
Util.h AP_HAL: added I2C ISR count to PersistentData 2019-08-26 09:13:39 +10:00