You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Andrew Tridgell 6b187b393a HAL_ChibiOS: fixed fmuv4 build 7 years ago
..
hwdef HAL_ChibiOS: add CAN to supported peripherals list 7 years ago
AP_HAL_ChibiOS.h
AP_HAL_ChibiOS_Namespace.h HAL_ChibiOS: add CANManager to ChibiOS namespace 7 years ago
AP_HAL_ChibiOS_Private.h
AnalogIn.cpp HAL_Chibios: optional ADC debugging 7 years ago
AnalogIn.h HAL_ChibiOS: rename classes to remove 'Chibi' 7 years ago
CAN.cpp AP_HAL_ChibiOS: add CAN driver 7 years ago
CAN.h AP_HAL_ChibiOS: add CAN driver 7 years ago
Device.cpp Hal_Chibios: allow for faster INS sample times 7 years ago
Device.h HAL_ChibiOS: add support for CCM memory 7 years ago
GPIO.cpp HAL_ChibiOS: auto-generate GPIO table from hwdef.dat 7 years ago
GPIO.h HAL_ChibiOS: removed duplicate defines 7 years ago
HAL_ChibiOS_Class.cpp HAL_ChibiOS: allow for empty storage during bringup 7 years ago
HAL_ChibiOS_Class.h
I2CDevice.cpp HAL_ChibiOS: added HAL_I2C_MAX_CLOCK define 7 years ago
I2CDevice.h HAL_ChibiOS: implement bus speed and smbus for I2C 7 years ago
RCInput.cpp HAL_ChibiOS: removed RC inversion logic 7 years ago
RCInput.h HAL_ChibiOS: removed RC inversion logic 7 years ago
RCOutput.cpp HAL_ChibiOS: allow for 16kHz brushed on all timers 7 years ago
RCOutput.h HAL_Chibios: set min output rate for oneshot to 100Hz 7 years ago
SPIDevice.cpp HAL_ChibiOS: use ARRAY_SIZE_SIMPLE 7 years ago
SPIDevice.h HAL_Chibios: moved SPI device tables to hwdef.dat 7 years ago
Scheduler.cpp HAL_ChibiOS: fixed fmuv4 build 7 years ago
Scheduler.h AP_HAL_ChibiOS: add uavcan thread 7 years ago
Semaphores.cpp
Semaphores.h
SoftSigReader.cpp HAL_ChibiOS: fixed RC in on CH1 of timer 7 years ago
SoftSigReader.h HAL_ChibiOS: fixed RC in on CH1 of timer 7 years ago
Storage.cpp HAL_ChibiOS: rename classes to remove 'Chibi' 7 years ago
Storage.h HAL_ChibiOS: Storage::_timer_tick is an override 7 years ago
UARTDriver.cpp HAL_ChibiOS: removed debug code 7 years ago
UARTDriver.h HAL_ChibiOS: removed debug code 7 years ago
Util.cpp HAL_ChibiOS: use calloc for malloc type 7 years ago
Util.h HAL_ChibiOS: rename classes to remove 'Chibi' 7 years ago
shared_dma.cpp HAL_ChibiOS: rename classes to remove 'Chibi' 7 years ago
shared_dma.h HAL_ChibiOS: rename classes to remove 'Chibi' 7 years ago
system.cpp