Jonathan Challinger
b0de3957ea
AP_OpticalFlow: 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
Julien BERAUD
a32738fd5f
AP_OpticalFlow: Update test declaration
...
Declare a dummy vehicle to get a dummy ahrs. No problem since this code
is not used apart from compilation. Needed to declare an optical flow.
9 years ago
Lucas De Marchi
1ba22398a5
AP_OpticalFlow: remove unused AP_ADC_AnalogSource
9 years ago
Caio Marcelo de Oliveira Filho
de98ec7c1a
AP_OpticalFlow: fix build of example for PX4
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
Andrew Tridgell
637f8430c9
AP_OpticalFlow: 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
debe7db861
AP_BattMonitor: convert example from .pde to .cpp
10 years ago
Andrew Tridgell
e66b56970e
AP_Airspeed: 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