ardupilot/libraries/AP_HAL_ChibiOS
Hannes Verschore fefde53d58 AP_HAL_ChibiOS: Fix comment in Device.cpp
This was decreased to 100 in b07c599bf2 . I assume it would be best to also update the comment.
2018-08-31 08:36:47 +09:00
..
hwdef HAL_ChibiOS: fixed handling of 16 bit timers 2018-08-26 18:34:26 +10:00
AnalogIn.cpp Global: use new version of ARRAY_SIZE 2018-08-04 15:31:55 +10:00
AnalogIn.h
AP_HAL_ChibiOS_Namespace.h HAL_ChibiOS: support recursive semaphores 2018-08-25 15:44:36 +10:00
AP_HAL_ChibiOS_Private.h
AP_HAL_ChibiOS.h
CAN.cpp AP_HAL_ChibiOS: remove CAN thread management 2018-08-12 13:35:01 +01:00
CAN.h AP_HAL_ChibiOS: remove CAN thread management 2018-08-12 13:35:01 +01:00
Device.cpp AP_HAL_ChibiOS: Fix comment in Device.cpp 2018-08-31 08:36:47 +09:00
Device.h HAL_ChibiOS: fixed bootloader build 2018-08-16 12:40:10 +10:00
GPIO.cpp AP_HAL_ChibiOS: new HAL functor-based methods 2018-08-21 20:34:01 +09:00
GPIO.h AP_HAL_ChibiOS: new HAL functor-based methods 2018-08-21 20:34:01 +09:00
HAL_ChibiOS_Class.cpp HAL_ChibiOS: fixed peripheral power-up on fmuv5 2018-07-13 07:34:30 +10:00
HAL_ChibiOS_Class.h
I2CDevice.cpp HAL_ChibiOS: fixed bootloader build 2018-08-16 12:40:10 +10:00
I2CDevice.h HAL_ChibiOS: fixed bootloader build 2018-08-16 12:40:10 +10:00
RCInput.cpp
RCInput.h
RCOutput.cpp AP_HAL_ChibiOS: new HAL functor-based methods 2018-08-21 20:34:01 +09:00
RCOutput.h HAL_ChibiOS: fixed dshot bad frames 2018-08-04 19:29:13 +10:00
Scheduler.cpp AP_HAL_ChibiOS: remove CAN thread management 2018-08-12 13:35:01 +01:00
Scheduler.h AP_HAL_ChibiOS: remove CAN thread management 2018-08-12 13:35:01 +01:00
sdcard.cpp HAL_ChibiOS: added preallocation of DMA bouncebuffers 2018-07-12 14:34:04 +10:00
sdcard.h
Semaphores.cpp HAL_ChibiOS: support recursive semaphores 2018-08-25 15:44:36 +10:00
Semaphores.h HAL_ChibiOS: support recursive semaphores 2018-08-25 15:44:36 +10:00
shared_dma.cpp
shared_dma.h
SoftSigReader.cpp
SoftSigReader.h HAL_ChibiOS: increase sigread buffer size for protocols with longer length 2018-07-20 15:47:18 +10:00
SoftSigReaderInt.cpp
SoftSigReaderInt.h
SPIDevice.cpp Global: use new version of ARRAY_SIZE 2018-08-04 15:31:55 +10:00
SPIDevice.h HAL_ChibiOS: fixed bootloader build 2018-08-16 12:40:10 +10:00
Storage.cpp HAL_ChibiOS: backup storage to microSD if possible 2018-07-11 16:38:03 +10:00
Storage.h HAL_ChibiOS: backup storage to microSD if possible 2018-07-11 16:38:03 +10:00
system.cpp HAL_ChibiOS: avoid 64 bit maths in AP_HAL::micros() 2018-08-08 21:24:49 +10:00
UARTDriver.cpp HAL_ChibiOS: use a larger TX buffer on USB 2018-08-28 08:50:50 +10:00
UARTDriver.h HAL_ChibiOS: fixed flow control auto-detect without DMA 2018-07-13 07:34:30 +10:00
Util.cpp HAL_ChibiOS: use ch.h header for oslib api 2018-08-03 13:44:59 +10:00
Util.h HAL_ChibiOS: added support for HAL_Semaphore type 2018-08-16 12:40:10 +10:00