ardupilot/libraries/AP_HAL
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
..
utility AP_HAL: fixed SITL build 2013-01-02 14:48:15 +11:00
AP_HAL.h AP_HAL: rename Sempahore.h to Semaphores.h 2013-01-02 18:22:13 +11:00
AP_HAL_Boards.h AP_HAL: added PX4 board support 2012-12-30 20:02:45 +11:00
AP_HAL_Namespace.h AP_HAL: include stdbool.h for ARM build 2013-01-02 14:45:09 +11:00
AnalogIn.h AP_HAL: AnalogIn uses only sized int types 2012-12-20 14:51:33 +11:00
Console.h AP_HAL: Console uses only sized int types 2012-12-20 14:51:33 +11:00
GPIO.h AP_HAL: GPIO INTERRUPT defines 2012-12-22 09:11:11 +11:00
HAL.h AP_HAL: Add Util member for string utilities 2012-12-20 14:52:37 +11:00
I2CDriver.h AP_HAL: I2CDriver bug fixed for pure virtual base class 2012-12-20 14:52:31 +11:00
RCInput.h AP_HAL: RCInput has overrides 2012-12-20 14:51:34 +11:00
RCOutput.h AP_HAL_AVR: RCOutput tested implementation for APM2 2012-12-20 14:51:21 +11:00
SPIDriver.h AP_HAL: add bulk transaction to SPIDeviceDriver 2012-12-20 14:52:32 +11:00
Scheduler.h AP_HAL: removed the defer_timer_process() function 2012-12-21 20:01:42 +11:00
Semaphores.h AP_HAL: rename Sempahore.h to Semaphores.h 2013-01-02 18:22:13 +11:00
Storage.h AP_HAL Storage: use a int type rather than pointer type for location 2012-12-20 14:51:29 +11:00
UARTDriver.h AP_HAL: remove EmptyUARTDriver 2012-12-20 14:52:30 +11:00
Util.h AP_HAL: Add Util member for string utilities 2012-12-20 14:52:37 +11:00