ardupilot/libraries/AP_HAL_AVR
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 build: compile only the HAL files needed by the board 2015-10-21 09:16:07 +11:00
utility AP_HAL_AVR: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
AP_HAL_AVR.h AP_HAL_AVR: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
AP_HAL_AVR_Main.h AP_HAL_AVR: main calls system_initialized 2013-01-10 14:36:53 -08:00
AP_HAL_AVR_Namespace.h HAL_AVR: removed Console driver 2013-10-05 18:32:12 +10:00
AP_HAL_AVR_private.h HAL_AVR: removed Console driver 2013-10-05 18:32:12 +10:00
AnalogIn.h AP_HAL_AVR: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
AnalogIn_ADC.cpp AP_HAL_AVR: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
AnalogIn_Common.cpp AP_HAL_AVR: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
GPIO.cpp AP_HAL_AVR: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
GPIO.h AP_HAL_AVR: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
HAL_AVR_APM1_Class.cpp AP_HAL: make code not depend on concrete HAL implementations 2015-10-21 09:16:07 +11:00
HAL_AVR_APM1_Class.h AP_HAL_AVR: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
HAL_AVR_APM2_Class.cpp AP_HAL: make code not depend on concrete HAL implementations 2015-10-21 09:16:07 +11:00
HAL_AVR_APM2_Class.h AP_HAL_AVR: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
I2CDriver.cpp AP_HAL_AVR: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
I2CDriver.h AP_HAL_AVR: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
RCInput.h AP_HAL_AVR: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
RCInput_APM1.cpp AP_HAL_AVR: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
RCInput_APM2.cpp AP_HAL_AVR: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
RCOutput.h AP_HAL_AVR: remove unused write method 2015-09-29 11:53:40 +09:00
RCOutput_APM1.cpp AP_HAL_AVR: remove unused write method 2015-09-29 11:53:40 +09:00
RCOutput_APM2.cpp AP_HAL_AVR: remove unused write method 2015-09-29 11:53:40 +09:00
SPIDeviceManager_APM1.cpp AP_HAL_AVR: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
SPIDeviceManager_APM2.cpp AP_HAL_AVR: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
SPIDevice_SPI0.cpp AP_HAL_AVR: SPI: adapt to the new signature of transaction() 2015-09-01 20:26:05 +10:00
SPIDevice_SPI2.cpp AP_HAL_AVR: SPI: adapt to the new signature of transaction() 2015-09-01 20:26:05 +10:00
SPIDevice_SPI3.cpp AP_HAL_AVR: SPI: adapt to the new signature of transaction() 2015-09-01 20:26:05 +10:00
SPIDevices.h AP_HAL_AVR: SPI: adapt to the new signature of transaction() 2015-09-01 20:26:05 +10:00
SPIDriver.h AP_HAL_AVR: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
Scheduler.cpp AP_HAL_AVR: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
Scheduler.h AP_HAL_AVR: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
Scheduler_Timer.cpp AP_HAL_AVR: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
Semaphores.cpp AP_HAL_AVR: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
Semaphores.h AP_HAL_AVR: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
Storage.cpp AP_HAL_AVR: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
Storage.h AP_HAL_AVR: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
UARTDriver.cpp AP_HAL_AVR: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
UARTDriver.h AP_HAL_AVR: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
Util.h AP_HAL_AVR: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
memcheck.cpp AP_HAL_AVR: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
memcheck.h HAL_AVR: moved memcheck into HAL_AVR 2013-12-28 14:50:42 +11:00