ardupilot/libraries/AP_HAL_AVR
Andrew Tridgell 7f20f720e8 HAL_AVR: started I2C in high speed mode
this speeds up the compass a lot
2013-01-08 14:37:39 -08:00
..
examples AP_HAL_AVR: Semaphore unit test 2013-01-03 13:48:07 -08:00
utility AP_HAL_AVR: expose gpio pin 70 for mpu6000 interrupt input 2012-12-22 09:11:14 +11:00
AP_HAL_AVR.h AP_HAL_AVR: move AP_HAL_MAIN into separate header 2012-12-20 14:52:30 +11:00
AP_HAL_AVR_Main.h AP_HAL_AVR: move AP_HAL_MAIN into separate header 2012-12-20 14:52:30 +11:00
AP_HAL_AVR_Namespace.h AP_HAL_AVR: add Util stubs 2012-12-20 14:52:37 +11:00
AP_HAL_AVR_private.h AP_HAL_AVR: add Util stubs 2012-12-20 14:52:37 +11:00
AnalogIn.h AP_HAL_AVR: AnalogIn returns new ADCSource each time a channel is requested 2012-12-20 14:52:32 +11:00
AnalogIn_ADC.cpp AP_HAL_AVR: prevent build of AVR code on non-AVR platforms 2012-12-20 14:51:40 +11:00
AnalogIn_Common.cpp AP_HAL_AVR: AnalogIn returns new ADCSource each time a channel is requested 2012-12-20 14:52:32 +11:00
Console.cpp HAL_AVR: fixed a warning 2013-01-02 10:19:28 +11:00
Console.h AP_HAL_AVR: implementation for each BetterStream vprintf 2012-12-20 14:53:22 +11:00
GPIO.cpp AP_HAL_AVR: expose gpio pin 70 for mpu6000 interrupt input 2012-12-22 09:11:14 +11:00
GPIO.h AP_HAL_AVR: sized ints in GPIO 2012-12-20 14:51:33 +11:00
HAL_AVR_APM1_Class.cpp AP_HAL_AVR: pull-up UART RX lines to fix GPS spoofing (Tridge) 2013-01-05 21:03:02 -08:00
HAL_AVR_APM1_Class.h AP_HAL: fixed argv declaration to match getopt() 2012-12-20 14:52:29 +11:00
HAL_AVR_APM2_Class.cpp AP_HAL_AVR: pull-up UART RX lines to fix GPS spoofing (Tridge) 2013-01-05 21:03:02 -08:00
HAL_AVR_APM2_Class.h AP_HAL: fixed argv declaration to match getopt() 2012-12-20 14:52:29 +11:00
I2CDriver.cpp HAL_AVR: started I2C in high speed mode 2013-01-08 14:37:39 -08:00
I2CDriver.h AP_HAL_AVR: add semaphore to I2CDriver 2013-01-04 16:19:38 -08:00
RCInput.h AP_HAL_AVR: RCInput has overrides 2012-12-20 14:51:34 +11:00
RCInput_APM1.cpp AP_HAL_AVR: prevent build of AVR code on non-AVR platforms 2012-12-20 14:51:40 +11:00
RCInput_APM2.cpp AP_HAL_AVR: prevent build of AVR code on non-AVR platforms 2012-12-20 14:51:40 +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: restrict build to right board type 2012-12-20 14:53:22 +11:00
RCOutput_APM2.cpp AP_HAL: restrict build to right board type 2012-12-20 14:53:22 +11:00
SPIDeviceManager_APM1.cpp AP_HAL: restrict build to right board type 2012-12-20 14:53:22 +11:00
SPIDeviceManager_APM2.cpp HAL_AVR: change order of CS pin init - fixes APM2 boot problem 2013-01-02 08:55:47 +11:00
SPIDevice_SPI0.cpp AP_HAL: rename Sempahore.h to Semaphores.h 2013-01-02 18:22:13 +11:00
SPIDevice_SPI2.cpp AP_HAL: rename Sempahore.h to Semaphores.h 2013-01-02 18:22:13 +11:00
SPIDevice_SPI3.cpp AP_HAL: fixed SPI3 Semaphores.h 2013-01-02 21:07:25 +11:00
SPIDevices.h AP_HAL_AVR: Implement bulk SPI transaction 2012-12-20 14:52:32 +11:00
SPIDriver.h AP_HAL: rename Sempahore.h to Semaphores.h 2013-01-02 18:22:13 +11:00
Scheduler.cpp AP_HAL_AVR: deprecate begin/end atomic, timer procs run on resume 2013-01-03 17:33:14 -08:00
Scheduler.h AP_HAL_AVR: deprecate begin/end atomic, timer procs run on resume 2013-01-03 17:33:14 -08:00
Scheduler_Timer.cpp AP_HAL_AVR: add Util stubs 2012-12-20 14:52:37 +11:00
Semaphores.cpp AP_HAL_AVR: deprecate begin/end atomic, timer procs run on resume 2013-01-03 17:33:14 -08:00
Semaphores.h AP_HAL_AVR: Implements new Semaphore interface 2013-01-03 13:48:07 -08:00
Storage.cpp AP_HAL_AVR: prevent build of AVR code on non-AVR platforms 2012-12-20 14:51:40 +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: implementation for each BetterStream vprintf 2012-12-20 14:53:22 +11:00
UARTDriver.h AP_HAL_AVR: implementation for each BetterStream vprintf 2012-12-20 14:53:22 +11:00
Util.cpp HAL_AVR: only build on APM boards 2012-12-30 20:02:45 +11:00
Util.h AP_HAL_AVR: add Util stubs 2012-12-20 14:52:37 +11:00
build_all.sh HAL_AVR: don't auto build PX4 stuff yet 2012-12-20 14:51:28 +11:00