ardupilot/libraries/AP_HAL_VRBRAIN
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
..
AP_HAL_VRBRAIN.h AP_HAL: provide AP_HAL_MAIN() 2015-10-21 09:16:09 +11:00
AP_HAL_VRBRAIN_Namespace.h AP_HAL: New VRBRAIN board definition and libraries 2014-04-08 16:19:19 +10:00
AnalogIn.cpp AP_HAL_VRBRAIN: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
AnalogIn.h AP_HAL_VRBRAIN: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
GPIO.cpp AP_HAL_VRBRAIN: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
GPIO.h AP_HAL_VRBRAIN: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
HAL_VRBRAIN_Class.cpp AP_HAL_VRBRAIN: merge init() and run() 2015-10-21 09:16:08 +11:00
HAL_VRBRAIN_Class.h AP_HAL_VRBRAIN: merge init() and run() 2015-10-21 09:16:08 +11:00
RCInput.cpp AP_HAL_VRBRAIN: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
RCInput.h AP_HAL_VRBRAIN: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
RCOutput.cpp AP_HAL_VRBRAIN: remove unused write method 2015-09-29 11:53:53 +09:00
RCOutput.h AP_HAL_VRBRAIN: remove unused write method 2015-09-29 11:53:53 +09:00
Scheduler.cpp AP_HAL_VRBRAIN: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
Scheduler.h AP_HAL_VRBRAIN: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
Storage.cpp AP_HAL_VRBRAIN: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
Storage.h AP_HAL_VRBRAIN: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
UARTDriver.cpp HAL_VRBrain: Rework of support for FLOW_CONTROL_AUTO from PX4 HAL 2015-08-19 15:21:19 +10:00
UARTDriver.h HAL_VRBrain: Rework of support for FLOW_CONTROL_AUTO from PX4 HAL 2015-08-19 15:21:19 +10:00
Util.cpp AP_HAL_VRBRAIN: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
Util.h AP_HAL_VRBRAIN: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00