Ardupilot2/libraries/AP_HAL_FLYMAPLE
Caio Marcelo de Oliveira Filho 19b4ca60c4 AP_HAL: provide AP_HAL_MAIN()
Move the macros to a single place and reduce the variations not based on
board, but based on

- The name of the entry-point function, specified by AP_MAIN;
- Whether it contains argc/argv arguments or not.

The goal here is that programs (vehicles and examples) don't need to
include all possible boards to define a main function. Further patches
will change the programs.
2015-10-21 09:16:09 +11:00
..
examples build: compile only the HAL files needed by the board 2015-10-21 09:16:07 +11:00
utility
AnalogIn.cpp
AnalogIn.h
AnalogSource.cpp
AP_HAL_FLYMAPLE_Namespace.h
AP_HAL_FLYMAPLE_Private.h
AP_HAL_FLYMAPLE.h AP_HAL: provide AP_HAL_MAIN() 2015-10-21 09:16:09 +11:00
FlymaplePortingNotes.txt
FlymapleWirish.h
GPIO.cpp
GPIO.h
HAL_FLYMAPLE_Class.cpp AP_HAL_FLYMAPLE: merge init() and run() 2015-10-21 09:16:08 +11:00
HAL_FLYMAPLE_Class.h AP_HAL_FLYMAPLE: merge init() and run() 2015-10-21 09:16:08 +11:00
I2CDriver.cpp
I2CDriver.h
RCInput.cpp
RCInput.h
RCOutput.cpp AP_HAL_FLYMAPLE: remove unused write method 2015-09-29 11:53:44 +09:00
RCOutput.h AP_HAL_FLYMAPLE: remove unused write method 2015-09-29 11:53:44 +09:00
Scheduler.cpp
Scheduler.h
Semaphores.cpp
Semaphores.h
SPIDriver.cpp AP_HAL_FLYMAPLE: Add support for using SPI devices of the same type. 2015-09-18 09:15:09 +10:00
SPIDriver.h AP_HAL_FLYMAPLE: Add support for using SPI devices of the same type. 2015-09-18 09:15:09 +10:00
Storage.cpp
Storage.h
UARTDriver.cpp
UARTDriver.h
Util.h