Jonathan Challinger
94543d55bb
AP_Scheduler: fix example build
9 years ago
Lucas De Marchi
a096703b06
Global: don't link with AP_Progmem
...
AP_Progmem is not used anymore.
9 years ago
Lucas De Marchi
c59490677d
AP_Scheduler: remove unused AP_ADC_AnalogSource
9 years ago
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.
9 years ago
Daniel Frenzel
b9c0f34897
AP_Scheduler example
...
Fixed build problem with "make linux"
Signed-off-by: Daniel Frenzel <dgdanielf@gmail.com>
10 years ago
Andrew Tridgell
b2a5de8a63
AP_Scheduler: fixed example sketch
10 years ago
Andrew Tridgell
ae4cfe3f2f
AP_Scheduler: convert example from .pde to .cpp
10 years ago
Andrew Tridgell
ca8482b4d6
AP_HAL_PX4: convert example from .pde to .cpp
10 years ago
Andrew Tridgell
36b19b26ce
AP_HAL: convert example from .pde to .cpp
10 years ago
Andrew Tridgell
605b8b4ece
AP_Math: converted rotations example to cpp
...
this is just a test conversion before we start converting on-mass
10 years ago
Andrew Tridgell
32a5f4c0b5
Rover: added make.inc
10 years ago