From a87279cfe57de1e0e36bde40cf5e0b18e57e4c7e Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 1 Jun 2015 18:09:20 +1000 Subject: [PATCH] Hello: convert example from .pde to .cpp --- Tools/Hello/{Hello.pde => Hello.cpp} | 0 Tools/Hello/make.inc | 32 ++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) rename Tools/Hello/{Hello.pde => Hello.cpp} (100%) create mode 100644 Tools/Hello/make.inc diff --git a/Tools/Hello/Hello.pde b/Tools/Hello/Hello.cpp similarity index 100% rename from Tools/Hello/Hello.pde rename to Tools/Hello/Hello.cpp diff --git a/Tools/Hello/make.inc b/Tools/Hello/make.inc new file mode 100644 index 0000000000..1366b5f7a6 --- /dev/null +++ b/Tools/Hello/make.inc @@ -0,0 +1,32 @@ +LIBRARIES += AP_ADC +LIBRARIES += AP_ADC_AnalogSource +LIBRARIES += AP_AHRS +LIBRARIES += AP_Airspeed +LIBRARIES += AP_Baro +LIBRARIES += AP_Common +LIBRARIES += AP_Compass +LIBRARIES += AP_Declination +LIBRARIES += AP_GPS +LIBRARIES += AP_HAL +LIBRARIES += AP_HAL_AVR +LIBRARIES += AP_HAL_Empty +LIBRARIES += AP_HAL_PX4 +LIBRARIES += AP_HAL_SITL +LIBRARIES += AP_InertialSensor +LIBRARIES += AP_Math +LIBRARIES += AP_Notify +LIBRARIES += AP_Param +LIBRARIES += AP_Progmem +LIBRARIES += AP_Vehicle +LIBRARIES += DataFlash +LIBRARIES += Filter +LIBRARIES += GCS_MAVLink +LIBRARIES += SITL +LIBRARIES += AP_NavEKF +LIBRARIES += AP_RangeFinder +LIBRARIES += AP_Mission +LIBRARIES += AP_Rally +LIBRARIES += AP_Terrain +LIBRARIES += AP_OpticalFlow +LIBRARIES += StorageManager +