ardupilot/libraries/AP_HAL_AVR_SITL
Andrew Tridgell 60d3df50ae AP_HAL: changed delay() to take a uint16_t
this allows for up to 32 second delays, and saves a bit of flash space
2012-12-20 14:53:23 +11:00
..
utility AP_HAL_AVR_SITL: implement BetterStream's vprintf methods 2012-12-20 14:53:22 +11:00
AP_HAL_AVR_SITL.h AP_HAL_AVR_SITL: separate header for AP_HAL_MAIN and Private 2012-12-20 14:52:30 +11:00
AP_HAL_AVR_SITL_Main.h SITL: added SITL_State::loop_hook() 2012-12-20 14:52:33 +11:00
AP_HAL_AVR_SITL_Namespace.h AP_HAL_AVR_SITL: add Util driver, fix deprecated deps on HAL_AVR.h 2012-12-20 14:52:37 +11:00
AP_HAL_AVR_SITL_Private.h AP_HAL_AVR_SITL: separate header for AP_HAL_MAIN and Private 2012-12-20 14:52:30 +11:00
AnalogIn.cpp AP_HAL_AVR_SITL: add Util driver, fix deprecated deps on HAL_AVR.h 2012-12-20 14:52:37 +11:00
AnalogIn.h SITL: added emulated airspeed sensor on a pin 2012-12-20 14:52:33 +11:00
Console.cpp AP_HAL_AVR_SITL: implement BetterStream's vprintf methods 2012-12-20 14:53:22 +11:00
Console.h AP_HAL_AVR_SITL: implement BetterStream's vprintf methods 2012-12-20 14:53:22 +11:00
HAL_AVR_SITL_Class.cpp AP_HAL_AVR_SITL: add Util driver, fix deprecated deps on HAL_AVR.h 2012-12-20 14:52:37 +11:00
HAL_AVR_SITL_Class.h SITL: filled in more of the HAL SITL backend 2012-12-20 14:52:29 +11:00
RCInput.cpp SITL: added dummy SPI and make RCInput 50Hz 2012-12-20 14:52:34 +11:00
RCInput.h SITL: added dummy SPI and make RCInput 50Hz 2012-12-20 14:52:34 +11:00
RCOutput.cpp SITL: fixed build of apm1/apm2 target 2012-12-20 14:52:34 +11:00
RCOutput.h SITL: fixed build of apm1/apm2 target 2012-12-20 14:52:34 +11:00
SITL_State.cpp SITL: added dummy SPI and make RCInput 50Hz 2012-12-20 14:52:34 +11:00
SITL_State.h SITL: added dummy SPI and make RCInput 50Hz 2012-12-20 14:52:34 +11:00
Scheduler.cpp AP_HAL: changed delay() to take a uint16_t 2012-12-20 14:53:23 +11:00
Scheduler.h AP_HAL: changed delay() to take a uint16_t 2012-12-20 14:53:23 +11:00
Storage.cpp HAL_SITL: start filling in more of SITL framework 2012-12-20 14:51:40 +11:00
Storage.h SITL: filled in more of the HAL SITL backend 2012-12-20 14:52:29 +11:00
UARTDriver.cpp AP_HAL_AVR_SITL: implement BetterStream's vprintf methods 2012-12-20 14:53:22 +11:00
UARTDriver.h AP_HAL_AVR_SITL: implement BetterStream's vprintf methods 2012-12-20 14:53:22 +11:00
Util.cpp AP_HAL_AVR_SITL: add Util driver, fix deprecated deps on HAL_AVR.h 2012-12-20 14:52:37 +11:00
Util.h AP_HAL_AVR_SITL: add Util driver, fix deprecated deps on HAL_AVR.h 2012-12-20 14:52:37 +11:00
sitl_barometer.cpp AP_HAL_AVR_SITL: add Util driver, fix deprecated deps on HAL_AVR.h 2012-12-20 14:52:37 +11:00
sitl_compass.cpp SITL: fill in a lot more of the AP_HAL SITL backend 2012-12-20 14:52:30 +11:00
sitl_gps.cpp SITL: fixed GPS and UART startup 2012-12-20 14:52:32 +11:00
sitl_ins.cpp SITL: added emulated airspeed sensor on a pin 2012-12-20 14:52:33 +11:00