.. |
examples
|
AP_HAL_AVR: provide 'int main (void)' impl as a macro
|
2012-12-20 14:51:31 +11:00 |
utility
|
AP_HAL_AVR: utility/vprintf.cpp fixed for avr-gcc 4.6
|
2012-12-20 14:51:26 +11:00 |
AP_HAL_AVR.cpp
|
AP_HAL_AVR: comment wibbles
|
2012-12-20 14:51:34 +11:00 |
AP_HAL_AVR.h
|
AP_HAL_AVR: provide 'int main (void)' impl as a macro
|
2012-12-20 14:51:31 +11:00 |
AP_HAL_AVR_Namespace.h
|
AP_HAL & AP_HAL_AVR: new SPI driver model
|
2012-12-20 14:51:31 +11:00 |
AnalogIn.h
|
AP_HAL_AVR: AnalogIn uses only sized int types
|
2012-12-20 14:51:33 +11:00 |
AnalogIn_ADC.cpp
|
AP_HAL_AVR: AnalogIn hack to make vcc read work
|
2012-12-20 14:51:32 +11:00 |
AnalogIn_Common.cpp
|
AP_HAL_AVR: AnalogIn uses only sized int types
|
2012-12-20 14:51:33 +11:00 |
Console.cpp
|
AP_HAL_AVR: Console uses only sized int types
|
2012-12-20 14:51:34 +11:00 |
Console.h
|
AP_HAL_AVR: Console uses only sized int types
|
2012-12-20 14:51:34 +11:00 |
Dataflash.h
|
AP_HAL & AP_HAL_AVR: new SPI driver model
|
2012-12-20 14:51:31 +11:00 |
Dataflash_APM1.cpp
|
AP_HAL & AP_HAL_AVR: new SPI driver model
|
2012-12-20 14:51:31 +11:00 |
Dataflash_APM2.cpp
|
AP_HAL & AP_HAL_AVR: new SPI driver model
|
2012-12-20 14:51:31 +11:00 |
Dataflash_common.cpp
|
AP_HAL_AVR: Dataflash debugging
|
2012-12-20 14:51:33 +11:00 |
GPIO.cpp
|
AP_HAL_AVR: sized ints in GPIO
|
2012-12-20 14:51:33 +11:00 |
GPIO.h
|
AP_HAL_AVR: sized ints in GPIO
|
2012-12-20 14:51:33 +11:00 |
HAL_AVR.cpp
|
AP_HAL_AVR: change uart0,1,2,3 to uartA,B,C
|
2012-12-20 14:51:32 +11:00 |
HAL_AVR.h
|
AP_HAL_AVR: change uart0,1,2,3 to uartA,B,C
|
2012-12-20 14:51:32 +11:00 |
I2CDriver.cpp
|
AP_HAL_AVR: I2CDriver increments lockup count on any error
|
2012-12-20 14:51:30 +11:00 |
I2CDriver.h
|
AP_HAL_AVR: I2CDriver increments lockup count on any error
|
2012-12-20 14:51:30 +11:00 |
RCInput.h
|
AP_HAL_AVR: RCInput has overrides
|
2012-12-20 14:51:34 +11:00 |
RCInput_APM1.cpp
|
AP_HAL_AVR: fixed bounds check for rc input
|
2012-12-20 14:51:34 +11:00 |
RCInput_APM2.cpp
|
AP_HAL_AVR: fixed bounds check for rc input
|
2012-12-20 14:51:34 +11:00 |
RCOutput.h
|
AP_HAL_AVR wibble: s/OUT/CH_/g to be more clear
|
2012-12-20 14:51:21 +11:00 |
RCOutput_APM1.cpp
|
AP_HAL_AVR: bugfix to RCOutput_APM1 driver CH5 and CH6
|
2012-12-20 14:51:21 +11:00 |
RCOutput_APM2.cpp
|
AP_HAL_AVR: RCOutput_APM2, bugfix to get_freq on CH_10 and CH_11
|
2012-12-20 14:51:21 +11:00 |
SPIDeviceManager_APM1.cpp
|
AP_HAL & AP_HAL_AVR: new SPI driver model
|
2012-12-20 14:51:31 +11:00 |
SPIDeviceManager_APM2.cpp
|
AP_HAL & AP_HAL_AVR: new SPI driver model
|
2012-12-20 14:51:31 +11:00 |
SPIDevice_SPI0.cpp
|
AP_HAL_AVR: SPI debugging
|
2012-12-20 14:51:33 +11:00 |
SPIDevice_SPI2.cpp
|
AP_HAL & AP_HAL_AVR: new SPI driver model
|
2012-12-20 14:51:31 +11:00 |
SPIDevice_SPI3.cpp
|
AP_HAL & AP_HAL_AVR: new SPI driver model
|
2012-12-20 14:51:31 +11:00 |
SPIDevices.h
|
AP_HAL & AP_HAL_AVR: new SPI driver model
|
2012-12-20 14:51:31 +11:00 |
SPIDriver.h
|
AP_HAL & AP_HAL_AVR: new SPI driver model
|
2012-12-20 14:51:31 +11:00 |
Scheduler.cpp
|
AP_HAL_AVR: add sei in defer timer process
|
2012-12-20 14:51:33 +11:00 |
Scheduler.h
|
AP_HAL_AVR: implement reboot in scheduler
|
2012-12-20 14:51:32 +11:00 |
Semaphore.cpp
|
AP_HAL & AP_HAL_AVR: new SPI driver model
|
2012-12-20 14:51:31 +11:00 |
Semaphore.h
|
AP_HAL: move AP_Semaphore to be part of the HAL
|
2012-12-20 14:51:30 +11:00 |
Storage.cpp
|
AP_HAL_AVR Storage: conform to new API
|
2012-12-20 14:51:29 +11:00 |
Storage.h
|
AP_HAL_AVR Storage: conform to new API
|
2012-12-20 14:51:29 +11:00 |
UARTDriver.cpp
|
AP_HAL_AVR: UARTDriver impl uses only sized int types
|
2012-12-20 14:51:33 +11:00 |
UARTDriver.h
|
AP_HAL_AVR: UARTDriver impl uses only sized int types
|
2012-12-20 14:51:33 +11:00 |
build_all.sh
|
HAL_AVR: don't auto build PX4 stuff yet
|
2012-12-20 14:51:28 +11:00 |