Ardupilot2/libraries/AP_HAL_AVR
2013-07-08 12:07:50 +10:00
..
examples AP_HAL: fix another RCInput compile error 2013-04-29 21:27:16 +09:00
utility
AnalogIn_ADC.cpp HAL_AVR: configure analog inputs as INPUT without pullup 2013-06-01 12:19:02 +10:00
AnalogIn_Common.cpp AP_HAL: removed scaling factor on analog sources 2013-05-13 15:29:42 +10:00
AnalogIn.h AP_HAL: removed scaling factor on analog sources 2013-05-13 15:29:42 +10:00
AP_HAL_AVR_Main.h AP_HAL_AVR: main calls system_initialized 2013-01-10 14:36:53 -08:00
AP_HAL_AVR_Namespace.h
AP_HAL_AVR_private.h
AP_HAL_AVR.h
build_all.sh
Console.cpp HAL_AVR: corrected includes to replace #include "$HEADER" with #inlcude "utility/$HEADER" 2013-07-08 12:07:50 +10:00
Console.h AP_HAL: remove unused peek() interface from UART drivers 2013-01-16 14:43:18 +11:00
GPIO.cpp HAL_AVR: corrected includes to replace #include "$HEADER" with #inlcude "utility/$HEADER" 2013-07-08 12:07:50 +10:00
GPIO.h AP_HAL: added gpio->analogPinToDigitalPin() API 2013-03-22 12:31:14 +11:00
HAL_AVR_APM1_Class.cpp
HAL_AVR_APM1_Class.h
HAL_AVR_APM2_Class.cpp HAL_AVR: tweak the default serial buffer sizes 2013-01-11 11:16:09 +11:00
HAL_AVR_APM2_Class.h
I2CDriver.cpp HAL_AVR: don't initialise TWBR twice 2013-07-05 12:59:14 +10:00
I2CDriver.h
RCInput_APM1.cpp AP_HAL: rename RCInput's valid() fn to valid_channels 2013-04-29 15:05:53 +09:00
RCInput_APM2.cpp AP_HAL: rename RCInput's valid() fn to valid_channels 2013-04-29 15:05:53 +09:00
RCInput.h AP_HAL: rename RCInput's valid() fn to valid_channels 2013-04-29 15:05:53 +09:00
RCOutput_APM1.cpp AP_HAL_AVR: fixed multi-channel RC output 2013-01-16 14:21:55 +11:00
RCOutput_APM2.cpp AP_HAL_AVR: fixed multi-channel RC output 2013-01-16 14:21:55 +11:00
RCOutput.h
Scheduler_Timer.cpp Revert "AP_HAL_AVR: Improved AVRTimer micros() and millis()" 2013-02-03 21:32:22 +11:00
Scheduler.cpp HAL_AVR: corrected includes to replace #include "$HEADER" with #inlcude "utility/$HEADER" 2013-07-08 12:07:50 +10:00
Scheduler.h AP_HAL: added register_io_process() 2013-04-17 21:33:50 +10:00
Semaphores.cpp
Semaphores.h
SPIDevice_SPI0.cpp HAL_AVR: corrected includes to replace #include "$HEADER" with #inlcude "utility/$HEADER" 2013-07-08 12:07:50 +10:00
SPIDevice_SPI2.cpp HAL_AVR: corrected includes to replace #include "$HEADER" with #inlcude "utility/$HEADER" 2013-07-08 12:07:50 +10:00
SPIDevice_SPI3.cpp HAL_AVR: corrected includes to replace #include "$HEADER" with #inlcude "utility/$HEADER" 2013-07-08 12:07:50 +10:00
SPIDeviceManager_APM1.cpp HAL_AVR: corrected includes to replace #include "$HEADER" with #inlcude "utility/$HEADER" 2013-07-08 12:07:50 +10:00
SPIDeviceManager_APM2.cpp HAL_AVR: corrected includes to replace #include "$HEADER" with #inlcude "utility/$HEADER" 2013-07-08 12:07:50 +10:00
SPIDevices.h HAL_AVR: added bulk transfer() method 2013-01-13 17:31:42 +11:00
SPIDriver.h
Storage.cpp AP_HAL: make storage->write_block() take a const pointer 2013-06-04 14:02:13 +10:00
Storage.h AP_HAL: make storage->write_block() take a const pointer 2013-06-04 14:02:13 +10:00
UARTDriver.cpp HAL_AVR: corrected includes to replace #include "$HEADER" with #inlcude "utility/$HEADER" 2013-07-08 12:07:50 +10:00
UARTDriver.h AP_HAL: remove unused peek() interface from UART drivers 2013-01-16 14:43:18 +11:00
Util.cpp HAL_AVR: reorder parameters to remove a warning with -Wreorder 2013-07-08 12:07:50 +10:00
Util.h AP_HAL: added run_debug_shell() hal.util method 2013-02-07 15:04:33 +11:00