ardupilot/libraries/AP_HAL_PX4
Caio Marcelo de Oliveira Filho ec52df991c build: compile only the HAL files needed by the board
Instead of requiring every program to specify the HAL related modules,
let the build system do it (in practice everything we compiled depended
on HAL anyway). This allow including only the necessary files in the
compilation.
2015-10-21 09:16:07 +11:00
..
examples/simple build: compile only the HAL files needed by the board 2015-10-21 09:16:07 +11:00
AP_HAL_PX4.h AP_HAL_PX4: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
AP_HAL_PX4_Main.h
AP_HAL_PX4_Namespace.h HAL_PX4: added hal.i2c support on PX4 boards 2015-09-08 16:46:52 +10:00
AnalogIn.cpp AP_HAL_PX4: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
AnalogIn.h AP_HAL_PX4: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
GPIO.cpp AP_HAL_PX4: remove unused var 2015-08-25 13:51:21 +09:00
GPIO.h AP_HAL_PX4: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
HAL_PX4_Class.cpp AP_HAL: make code not depend on concrete HAL implementations 2015-10-21 09:16:07 +11:00
HAL_PX4_Class.h AP_HAL_PX4: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
I2CDriver.cpp HAL_PX4: added hal.i2c support on PX4 boards 2015-09-08 16:46:52 +10:00
I2CDriver.h HAL_PX4: added hal.i2c support on PX4 boards 2015-09-08 16:46:52 +10:00
NSHShellStream.cpp AP_HAL_PX4: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
RCInput.cpp AP_HAL_PX4: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
RCInput.h AP_HAL_PX4: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
RCOutput.cpp AP_HAL_PX4: remove unused write method 2015-09-29 11:53:49 +09:00
RCOutput.h AP_HAL_PX4: remove unused write method 2015-09-29 11:53:49 +09:00
Scheduler.cpp AP_HAL_PX4: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
Scheduler.h AP_HAL_PX4: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
Storage.cpp AP_HAL_PX4: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
Storage.h AP_HAL_PX4: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
UARTDriver.cpp HAL_PX4: Rework support for FLOW_CONTROL_AUTO. 2015-08-19 15:21:10 +10:00
UARTDriver.h HAL_PX4: Rework support for FLOW_CONTROL_AUTO. 2015-08-19 15:21:10 +10:00
Util.cpp HAL_PX4: implement AP_HAL::Util perf calls for PX4 2015-10-20 18:09:57 +11:00
Util.h HAL_PX4: implement AP_HAL::Util perf calls for PX4 2015-10-20 18:09:57 +11:00
px4_param.cpp AP_HAL_PX4: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00