ardupilot/libraries/AP_HAL
Pierre Kancir 2b44f86f9c AP_HAL: fix ringbuffer test on clang.
../../libraries/AP_HAL/utility/tests/test_ringbuffer.cpp:46:17: fatal error: variable-sized object may not be initialized
    uint8_t buf[strlen(str)+5] {};
2021-09-04 15:46:47 +10:00
..
board AP_HAL: allow for double EKF build 2021-07-10 07:20:41 +10:00
examples AP_HAL: add Random Number Generation test 2021-07-07 18:57:25 +10:00
tests
utility AP_HAL: fix ringbuffer test on clang. 2021-09-04 15:46:47 +10:00
AnalogIn.h AP_HAL: added MCU status support 2021-08-25 07:11:31 +10:00
AP_HAL_Boards.h AP_HAL: added MCU status support 2021-08-25 07:11:31 +10:00
AP_HAL_Macros.h AP_HAL: allow for double EKF build 2021-07-10 07:20:41 +10:00
AP_HAL_Main.h
AP_HAL_Namespace.h AP_HAL: add support for QSPIDevice 2021-06-30 19:33:17 +10:00
AP_HAL.h
CANIface.cpp
CANIface.h
Device.cpp
Device.h AP_HAL: add support for entering XIP mode 2021-06-30 19:33:17 +10:00
DSP.cpp
DSP.h
EventHandle.cpp
EventHandle.h
Flash.h
GPIO.cpp
GPIO.h AP_HAL: added valid_pin() GPIO API 2021-07-22 07:48:12 +10:00
HAL.cpp
HAL.h AP_HAL: add support for QSPIDevice 2021-06-30 19:33:17 +10:00
I2CDevice.h
OpticalFlow.h
QSPIDevice.h AP_HAL: add support for QSPIDevice 2021-06-30 19:33:17 +10:00
RCInput.h AP_HAL: add Link Quality reporting to RC protocols 2021-07-16 13:27:38 +10:00
RCOutput.cpp
RCOutput.h AP_HAL: add accessor for reversed mask 2021-08-12 19:00:51 +09:00
Scheduler.cpp
Scheduler.h
Semaphores.cpp
Semaphores.h
SPIDevice.h
Storage.cpp
Storage.h
system.cpp AP_HAL: generate a core file for a given PID 2021-07-08 15:46:07 +10:00
system.h AP_HAL: generate a core file for a given PID 2021-07-08 15:46:07 +10:00
UARTDriver.h AP_HAL: add support for usb passthrough with baud changes 2021-07-21 17:06:41 +10:00
Util.cpp
Util.h AP_HAL: fixed printf format errors 2021-08-05 09:43:35 +10:00