ardupilot/libraries/AP_HAL_ChibiOS
Andrew Tridgell a0b662f161 hwdef: fixed reported flash on boards with storage at end of flash
this was in hwdef-bl.dat but had been left out of hwdef.dat which led
to flash_free being wrong in apj file
2021-10-29 18:28:36 +11:00
..
hwdef hwdef: fixed reported flash on boards with storage at end of flash 2021-10-29 18:28:36 +11:00
AP_HAL_ChibiOS.h
AP_HAL_ChibiOS_Namespace.h AP_HAL_ChibiOS: support digital write via IOMCU 2021-09-28 09:40:25 +10:00
AP_HAL_ChibiOS_Private.h AP_HAL_ChibiOS: add QSPI Device Driver in HAL 2021-06-30 19:33:17 +10:00
AnalogIn.cpp AP_HAL_ChibiOS: AnalogSource: check for valid pin 2021-10-06 18:42:51 +11:00
AnalogIn.h AP_HAL_ChibiOS: AnalogSource: check for valid pin 2021-10-06 18:42:51 +11:00
CANFDIface.cpp AP_HAL_ChibiOS: allow sending stats via mavftp on AP_Periph 2021-08-19 14:20:58 +10:00
CANFDIface.h AP_HAL_ChibiOS: allow sending stats via mavftp on AP_Periph 2021-08-19 14:20:58 +10:00
CANIface.h AP_HAL_ChibiOS: disable EventSource only when CH_CFG_USE_EVENTS is false 2021-06-09 18:36:18 +10:00
CanIface.cpp HAL_ChibiOS: added support for STM32L496 MCUs 2021-09-24 18:08:00 +10:00
DSP.cpp
DSP.h
Device.cpp AP_HAL_ChibiOS: add QSPI Device Driver in HAL 2021-06-30 19:33:17 +10:00
Device.h AP_HAL_ChibiOS: remove dependency on Semaphores in QSPIDevice in BL 2021-09-01 17:10:53 +10:00
EventSource.cpp AP_HAL_ChibiOS: disable EventSource only when CH_CFG_USE_EVENTS is false 2021-06-09 18:36:18 +10:00
EventSource.h AP_HAL_ChibiOS: disable EventSource only when CH_CFG_USE_EVENTS is false 2021-06-09 18:36:18 +10:00
Flash.h
GPIO.cpp HAL_ChibiOS: support GPIO get_mode and set_mode 2021-10-12 15:47:51 +11:00
GPIO.h HAL_ChibiOS: support GPIO get_mode and set_mode 2021-10-12 15:47:51 +11:00
HAL_ChibiOS_Class.cpp AP_HAL_ChibiOS: do not even initialise empty qspi driver 2021-06-30 19:33:17 +10:00
HAL_ChibiOS_Class.h
I2CDevice.cpp HAL_ChibiOS: fix G4 I2c bus speeds 2021-10-12 10:54:07 +11:00
I2CDevice.h
QSPIDevice.cpp AP_HAL_ChibiOS: remove dependency on Semaphores in QSPIDevice in BL 2021-09-01 17:10:53 +10:00
QSPIDevice.h AP_HAL_ChibiOS: remove dependency on Semaphores in QSPIDevice in BL 2021-09-01 17:10:53 +10:00
RCInput.cpp AP_HAL_ChibiOS: add Link Quality reporting to RC protocols 2021-07-16 13:27:38 +10:00
RCInput.h AP_HAL_ChibiOS: add Link Quality reporting to RC protocols 2021-07-16 13:27:38 +10:00
RCOutput.cpp RCOutput: fix motor stopping with rev thrust and full throttle 2021-10-26 10:53:34 +11:00
RCOutput.h AP_HAL_ChibiOS: move is_dshot_protocol up to AP_HAL 2021-10-06 18:59:57 +11:00
RCOutput_bdshot.cpp
RCOutput_serial.cpp HAL_ChibiOS: fix for HAL_PWM_COUNT zero 2021-09-01 13:05:20 +10:00
SPIDevice.cpp HAL_ChibiOS: fix sdcard on SPI bus on H7 2021-09-29 18:11:04 +10:00
SPIDevice.h
Scheduler.cpp HAL_ChibiOS: switch to minimum scheduling delta of 10us 2021-08-23 10:45:44 +10:00
Scheduler.h
Semaphores.cpp
Semaphores.h
SoftSigReader.cpp
SoftSigReader.h
SoftSigReaderInt.cpp
SoftSigReaderInt.h
Storage.cpp
Storage.h
UARTDriver.cpp AP_HAL_ChibiOS: account for TXFIFO when doing flow control detection 2021-10-15 19:57:55 +11:00
UARTDriver.h AP_HAL_ChibiOS:UARTDriver: allow re-defintion of RTS and CTS pins 2021-09-29 19:55:21 +10:00
Util.cpp AP_HAL_ChibiOS: added stack logging 2021-10-12 16:04:06 +11:00
Util.h AP_HAL_ChibiOS: added stack logging 2021-10-12 16:04:06 +11:00
bxcan.hpp
sdcard.cpp HAL_ChibiOS: support SDMMC2 for sdcard 2021-10-12 15:47:51 +11:00
sdcard.h
shared_dma.cpp HAL_ChibiOS: reduce the impact of UART DMA contention 2021-08-31 07:55:27 +10:00
shared_dma.h HAL_ChibiOS: reduce the impact of UART DMA contention 2021-08-31 07:55:27 +10:00
stdio.cpp
system.cpp HAL_ChibiOS: use a 16 bit sysinterval_t on 16 bit timers 2021-10-17 20:29:42 +11:00