ardupilot/libraries/AP_HAL_Empty
Andrew Tridgell a3c26d44e4 AP_HAL: rename Sempahore.h to Semaphores.h
this is needed to allow build on MacOS, as its case-insensitive
filesystem picks up the NuttX semaphore.h
2013-01-02 18:22:13 +11:00
..
examples/empty_example build: change from Arduino.mk to apm.mk 2013-01-02 17:29:37 +11:00
AP_HAL_Empty.h AP_HAL_Empty: started building out the scaffolding 2012-12-20 14:52:30 +11:00
AP_HAL_Empty_Main.h AP_HAL_Empty: started building out the scaffolding 2012-12-20 14:52:30 +11:00
AP_HAL_Empty_Namespace.h AP_HAL_Empty: add Util driver 2012-12-20 14:52:37 +11:00
AP_HAL_Empty_Private.h AP_HAL: rename Sempahore.h to Semaphores.h 2013-01-02 18:22:13 +11:00
AnalogIn.cpp AP_HAL_Empty: finished up scaffolding 2012-12-20 14:52:31 +11:00
AnalogIn.h AP_HAL_Empty: more scaffolding complete 2012-12-20 14:52:31 +11:00
Console.cpp AP_HAL_Empty: betterstreams get vprintfs 2012-12-20 14:53:23 +11:00
Console.h AP_HAL_Empty: betterstreams get vprintfs 2012-12-20 14:53:23 +11:00
GPIO.cpp AP_HAL_Empty: finished up scaffolding 2012-12-20 14:52:31 +11:00
GPIO.h AP_HAL_Empty: more scaffolding complete 2012-12-20 14:52:31 +11:00
HAL_Empty_Class.cpp AP_HAL: restrict build to right board type 2012-12-20 14:53:22 +11:00
HAL_Empty_Class.h AP_HAL_Empty: more scaffolding complete 2012-12-20 14:52:31 +11:00
I2CDriver.cpp HAL_Empty: fixed I2CDriver declaration 2012-12-20 14:52:33 +11:00
I2CDriver.h AP_HAL_Empty: fix public declaration for i2cdriver 2012-12-20 14:52:31 +11:00
PrivateMember.cpp AP_HAL_Empty: started building out the scaffolding 2012-12-20 14:52:30 +11:00
PrivateMember.h AP_HAL_Empty: started building out the scaffolding 2012-12-20 14:52:30 +11:00
RCInput.cpp AP_HAL_Empty: finished up scaffolding 2012-12-20 14:52:31 +11:00
RCInput.h AP_HAL_Empty: finished up scaffolding 2012-12-20 14:52:31 +11:00
RCOutput.cpp AP_HAL_Empty: finished up scaffolding 2012-12-20 14:52:31 +11:00
RCOutput.h AP_HAL_Empty: finished up scaffolding 2012-12-20 14:52:31 +11:00
SPIDriver.cpp AP_HAL_Empty: add spi driver 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: removed the defer_timer_process() function 2012-12-21 20:01:42 +11:00
Scheduler.h AP_HAL: removed the defer_timer_process() function 2012-12-21 20:01:42 +11:00
Semaphore.cpp AP_HAL: rename Sempahore.h to Semaphores.h 2013-01-02 18:22:13 +11:00
Semaphores.h AP_HAL: rename Sempahore.h to Semaphores.h 2013-01-02 18:22:13 +11:00
Storage.cpp AP_HAL_Empty: more scaffolding complete 2012-12-20 14:52:31 +11:00
Storage.h AP_HAL_Empty: more scaffolding complete 2012-12-20 14:52:31 +11:00
UARTDriver.cpp AP_HAL_Empty: betterstreams get vprintfs 2012-12-20 14:53:23 +11:00
UARTDriver.h AP_HAL_Empty: betterstreams get vprintfs 2012-12-20 14:53:23 +11:00
Util.cpp AP_HAL_Empty: add Util driver 2012-12-20 14:52:37 +11:00
Util.h AP_HAL_Empty: add Util driver 2012-12-20 14:52:37 +11:00