ardupilot/libraries/AP_HAL_ChibiOS
2020-02-05 12:48:51 +11:00
..
hwdef HAL_ChibiOS: fixed default fast sampling on CubeOrange and Durandal 2020-02-05 12:48:51 +11:00
AnalogIn.cpp
AnalogIn.h AP_HAL_ChibiOS: remove unused AnalogIn fields 2020-01-21 10:06:18 +11:00
AP_HAL_ChibiOS_Namespace.h AP_HAL_ChibiOS: make all semaphores recursive 2020-01-19 20:19:30 +11:00
AP_HAL_ChibiOS_Private.h
AP_HAL_ChibiOS.h
bxcan.hpp
CAN.h
CANClock.cpp
CANClock.h
CANFDIface.cpp
CANFDIface.h
CanIface.cpp
CANIface.h AP_HAL_ChibiOS: cleanup ifdefs for SLCAN enable 2019-10-08 10:02:14 +11:00
CANInternal.h
CANManager.cpp
CANSerialRouter.cpp
CANSerialRouter.h
CANThread.cpp
CANThread.h
Device.cpp AP_HAL_ChibiOS: use take_blocking instead of HAL_SEMAPHORE_BLOCK_FOREVER 2020-01-19 20:19:30 +11:00
Device.h HAL_ChibiOS: added checking on bouncebuffer allocation 2020-01-18 07:13:11 +11:00
fdcan.hpp
Flash.h
GPIO.cpp HAL_ChibiOS: added support for alternative pin configs 2020-01-02 09:52:57 +11:00
GPIO.h HAL_ChibiOS: added support for alternative pin configs 2020-01-02 09:52:57 +11:00
HAL_ChibiOS_Class.cpp
HAL_ChibiOS_Class.h
I2CDevice.cpp HAL_ChibiOS: added checking on bouncebuffer allocation 2020-01-18 07:13:11 +11:00
I2CDevice.h
RCInput.cpp HAL_ChibiOS: use blocking semaphore for new_input() 2020-01-31 11:09:07 +11:00
RCInput.h HAL_ChibiOS: implement pulse_input_enable() 2020-01-31 11:09:07 +11:00
RCOutput.cpp AP_HAL: add RCOutput::get_output_mode_banner 2020-02-04 12:23:33 +11:00
RCOutput.h AP_HAL: add RCOutput::get_output_mode_banner 2020-02-04 12:23:33 +11:00
Scheduler.cpp AP_HAL: Ensure scheduler does not log if there is no logger 2019-11-20 11:46:34 +11:00
Scheduler.h
sdcard.cpp HAL_ChibiOS: use 4k bouncebuffer for sdcard 2020-01-18 07:13:11 +11:00
sdcard.h
Semaphores.cpp AP_HAL_ChibiOS: make all semaphores recursive 2020-01-19 20:19:30 +11:00
Semaphores.h AP_HAL_ChibiOS: make all semaphores recursive 2020-01-19 20:19:30 +11:00
shared_dma.cpp
shared_dma.h
SoftSigReader.cpp HAL_ChibiOS: added disable() API for pulse input 2020-01-31 11:09:07 +11:00
SoftSigReader.h HAL_ChibiOS: added disable() API for pulse input 2020-01-31 11:09:07 +11:00
SoftSigReaderInt.cpp HAL_ChibiOS: added disable() API for pulse input 2020-01-31 11:09:07 +11:00
SoftSigReaderInt.h HAL_ChibiOS: added disable() API for pulse input 2020-01-31 11:09:07 +11:00
SPIDevice.cpp AP_HAL_ChibiOS: use take_blocking instead of HAL_SEMAPHORE_BLOCK_FOREVER 2020-01-19 20:19:30 +11:00
SPIDevice.h
stdio.cpp HAL_ChibiOS: fixed panic to output error every 500ms 2020-01-02 09:52:57 +11:00
Storage.cpp HAL_ChibiOS: fixed bitmask error on storage erase 2020-01-31 11:06:29 +11:00
Storage.h AP_HAL_ChibiOS: assert that storage size is an even number of storage-lines 2020-01-30 19:53:02 +11:00
system.cpp HAL_ChibiOS: fixed panic to output error every 500ms 2020-01-02 09:52:57 +11:00
UARTDriver.cpp HAL_ChibiOS: fixed handling of write mutex 2020-01-21 08:37:25 +11:00
UARTDriver.h AP_HAL_ChibiOS: make all semaphores recursive 2020-01-19 20:19:30 +11:00
Util.cpp
Util.h