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.
 
 
 
 
 
 
Michael du Breuil 72a4846f40 AP_HAL_ChibiOS: Remove set_overrides() method 7 years ago
..
hwdef AP_HAL_ChibiOS: rename BUZZER_PIN into HAL_BUZZER_PIN 7 years ago
AP_HAL_ChibiOS.h
AP_HAL_ChibiOS_Namespace.h HAL_ChibiOS: added support for interrupt based rcin parsing 7 years ago
AP_HAL_ChibiOS_Private.h
AnalogIn.cpp HAL_ChibiOS: make smaller builds possible 7 years ago
AnalogIn.h HAL_ChibiOS: make smaller builds possible 7 years ago
CAN.cpp
CAN.h
Device.cpp HAL_ChibiOS: make smaller builds possible 7 years ago
Device.h
GPIO.cpp HAL_ChibiOS: make smaller builds possible 7 years ago
GPIO.h HAL_ChibiOS: don't require GPIO() markers on PWM outputs 7 years ago
HAL_ChibiOS_Class.cpp HAL_ChibiOS: make smaller builds possible 7 years ago
HAL_ChibiOS_Class.h waf: use relative paths for ChibiOS build 7 years ago
I2CDevice.cpp AP_HAL_ChibiOS: add STM32F7 I2C support 7 years ago
I2CDevice.h AP_HAL_ChibiOS: add STM32F7 I2C support 7 years ago
RCInput.cpp AP_HAL_ChibiOS: Remove set_overrides() method 7 years ago
RCInput.h AP_HAL_ChibiOS: Remove set_overrides() method 7 years ago
RCOutput.cpp HAL_ChibiOS: implement fmuv4 safety state 7 years ago
RCOutput.h HAL_ChibiOS: implement fmuv4 safety state 7 years ago
SPIDevice.cpp AP_HAL_ChibiOS: fix spi clock calculation 7 years ago
SPIDevice.h HAL_ChibiOS: fixed SPI bus speed on SPI3 7 years ago
Scheduler.cpp AP_HAL_ChibiOS: move delay callback handling to base HAL Scheduler class 7 years ago
Scheduler.h AP_HAL_ChibiOS: move delay callback handling to base HAL Scheduler class 7 years ago
Semaphores.cpp HAL_ChibiOS: make smaller builds possible 7 years ago
Semaphores.h HAL_ChibiOS: make smaller builds possible 7 years ago
SoftSigReader.cpp HAL_ChibiOS: added input capture filter 7 years ago
SoftSigReader.h
SoftSigReaderInt.cpp HAL_ChibiOS: Fixed s-bus signal polarity in SoftSigReaderInt.cpp 7 years ago
SoftSigReaderInt.h HAL_ChibiOS: added support for interrupt based rcin parsing 7 years ago
Storage.cpp HAL_ChibiOS: allow for bare board builds 7 years ago
Storage.h HAL_ChibiOS: allow for bare board builds 7 years ago
ToneAlarm.cpp AP_HAL_ChibiOS: add mode-change-beeps 7 years ago
ToneAlarm.h AP_HAL_ChibiOS: add mode-change-beeps 7 years ago
UARTDriver.cpp HAL_ChibiOS: removed stray debug code 7 years ago
UARTDriver.h HAL_ChibiOS: make smaller builds possible 7 years ago
Util.cpp HAL_ChibiOS: implement fmuv4 safety state 7 years ago
Util.h AP_HAL_ChibiOS: make ToneAlarm compilation conditional on presence of 7 years ago
shared_dma.cpp HAL_ChibiOS: support DShot output 7 years ago
shared_dma.h HAL_ChibiOS: support DShot output 7 years ago
system.cpp