ardupilot/libraries/AP_HAL_ChibiOS
Matt d4bd7e790a HAL_ChibiOS: Add hwdef for Solo's Cube Black & Green
Adds hwdef files for the 3DR Solo.  CubeBlack-solo is based on the
CubeBlack hwdef, with the only difference being default parameters
required by the Solo.  CubeGreen-solo is is also identical to CubeBlack,
but has default parameters required by those with a Green Cube in their
Solo.  Parameter default files are pulled from the Tools\Frame_Parms
directory where the Solo's parameter files are maintained.
2018-12-11 10:45:37 +11:00
..
hwdef HAL_ChibiOS: Add hwdef for Solo's Cube Black & Green 2018-12-11 10:45:37 +11:00
AP_HAL_ChibiOS.h HAL_Chibios: added ChibiOS HAL 2018-01-15 11:46:02 +11:00
AP_HAL_ChibiOS_Namespace.h AP_HAL_ChibiOS: Remove unneeded private member 2018-11-27 07:36:17 +11:00
AP_HAL_ChibiOS_Private.h HAL_Chibios: added ChibiOS HAL 2018-01-15 11:46:02 +11:00
AnalogIn.cpp HAL_ChibiOS: enable analog input on IOMCU 2018-10-30 13:00:48 +11:00
AnalogIn.h AP_HAL_ChibiOS: add override keyword in many places 2018-11-08 11:30:12 +11:00
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 HAL_ChibiOS: added pullup/pulldown support on GPIO 2018-09-06 07:20:46 +10:00
GPIO.h AP_HAL_ChibiOS: add override keyword in many places 2018-11-08 11:30:12 +11:00
HAL_ChibiOS_Class.cpp HAL_ChibiOS: disable loop() delay for iofirmware 2018-10-30 13:00:48 +11:00
HAL_ChibiOS_Class.h waf: use relative paths for ChibiOS build 2018-03-02 12:52:50 +11:00
I2CDevice.cpp HAL_ChibiOS: detect stuck I2C bus and clear with SCL 2018-11-16 08:30:40 +11:00
I2CDevice.h HAL_ChibiOS: detect stuck I2C bus and clear with SCL 2018-11-16 08:30:40 +11:00
RCInput.cpp HAL_ChibiOS: display RC protocol for iocmu 2018-11-07 07:35:45 +11:00
RCInput.h HAL_ChibiOS: display decoded RC protocol 2018-11-07 07:35:45 +11:00
RCOutput.cpp HAL_ChibiOS: setup for brushed feature in IOMCU 2018-11-30 13:14:14 +11:00
RCOutput.h HAL_ChibiOS: support reversible DShot motors 2018-11-16 08:33:35 +11:00
SPIDevice.cpp AP_HAL_ChibiOS: remove debug print when SPI device not found 2018-12-06 16:50:16 +11:00
SPIDevice.h AP_HAL_ChibiOS: add override keyword in many places 2018-11-08 11:30:12 +11:00
Scheduler.cpp HAL_ChibiOS: shutdown IOMCU on reboot 2018-10-30 13:00:48 +11:00
Scheduler.h AP_HAL_ChibiOS: add override keyword in many places 2018-11-08 11:30:12 +11:00
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
SoftSigReader.cpp HAL_ChibiOS: ensure RCIN sigbuf has even number of words 2018-11-07 07:35:45 +11:00
SoftSigReader.h HAL_ChibiOS: ensure RCIN sigbuf has even number of words 2018-11-07 07:35:45 +11:00
SoftSigReaderInt.cpp HAL_ChibiOS: ensure RCIN sigbuf has even number of words 2018-11-07 07:35:45 +11:00
SoftSigReaderInt.h HAL_ChibiOS: ensure RCIN sigbuf has even number of words 2018-11-07 07:35:45 +11:00
Storage.cpp HAL_ChibiOS: backup storage to microSD if possible 2018-07-11 16:38:03 +10:00
Storage.h AP_HAL_ChibiOS: add override keyword in many places 2018-11-08 11:30:12 +11:00
UARTDriver.cpp HAL_ChibiOS: added support for swapping UART pins 2018-11-20 18:25:35 +11:00
UARTDriver.h HAL_ChibiOS: enable support for half-duplex uart config 2018-11-14 19:05:09 +11:00
Util.cpp HAL_ChibiOS: add support for unformatted board id 2018-11-29 16:36:29 +11:00
Util.h HAL_ChibiOS: add support for unformatted board id 2018-11-29 16:36:29 +11:00
sdcard.cpp HAL_ChibiOS: added 3 tries to microSD MMC init 2018-11-29 19:39:11 +11:00
sdcard.h HAL_ChibiOS: cleanup sdcard API usage 2018-05-27 19:10:24 +10:00
shared_dma.cpp HAL_ChibiOS: disable features that require advanced dma 2018-09-19 12:14:15 +10:00
shared_dma.h HAL_ChibiOS: disable features that require advanced dma 2018-09-19 12:14:15 +10:00
stdio.cpp HAL_ChibiOS: make atob static 2018-11-30 11:29:51 +11:00
system.cpp HAL_ChibiOS: avoid 64 bit maths in AP_HAL::micros() 2018-08-08 21:24:49 +10:00