From 24e2e4b35e529d70753230614a6233159f791285 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 1 Jun 2015 16:58:18 +1000 Subject: [PATCH] AP_Notify: convert example from .pde to .cpp --- ...{AP_Notify_test.pde => AP_Notify_test.cpp} | 0 .../examples/AP_Notify_test/make.inc | 13 ++++++++ ...oshibaLED_test.pde => ToshibaLED_test.cpp} | 0 .../examples/ToshibaLED_test/make.inc | 31 +++++++++++++++++++ 4 files changed, 44 insertions(+) rename libraries/AP_Notify/examples/AP_Notify_test/{AP_Notify_test.pde => AP_Notify_test.cpp} (100%) create mode 100644 libraries/AP_Notify/examples/AP_Notify_test/make.inc rename libraries/AP_Notify/examples/ToshibaLED_test/{ToshibaLED_test.pde => ToshibaLED_test.cpp} (100%) create mode 100644 libraries/AP_Notify/examples/ToshibaLED_test/make.inc diff --git a/libraries/AP_Notify/examples/AP_Notify_test/AP_Notify_test.pde b/libraries/AP_Notify/examples/AP_Notify_test/AP_Notify_test.cpp similarity index 100% rename from libraries/AP_Notify/examples/AP_Notify_test/AP_Notify_test.pde rename to libraries/AP_Notify/examples/AP_Notify_test/AP_Notify_test.cpp diff --git a/libraries/AP_Notify/examples/AP_Notify_test/make.inc b/libraries/AP_Notify/examples/AP_Notify_test/make.inc new file mode 100644 index 0000000000..9539e59621 --- /dev/null +++ b/libraries/AP_Notify/examples/AP_Notify_test/make.inc @@ -0,0 +1,13 @@ +LIBRARIES += AP_Common +LIBRARIES += AP_HAL +LIBRARIES += AP_HAL_AVR +LIBRARIES += AP_HAL_Empty +LIBRARIES += AP_HAL_Linux +LIBRARIES += AP_HAL_PX4 +LIBRARIES += AP_Math +LIBRARIES += AP_Notify +LIBRARIES += AP_Param +LIBRARIES += AP_Progmem +LIBRARIES += AP_RangeFinder +LIBRARIES += GCS_MAVLink +LIBRARIES += StorageManager diff --git a/libraries/AP_Notify/examples/ToshibaLED_test/ToshibaLED_test.pde b/libraries/AP_Notify/examples/ToshibaLED_test/ToshibaLED_test.cpp similarity index 100% rename from libraries/AP_Notify/examples/ToshibaLED_test/ToshibaLED_test.pde rename to libraries/AP_Notify/examples/ToshibaLED_test/ToshibaLED_test.cpp diff --git a/libraries/AP_Notify/examples/ToshibaLED_test/make.inc b/libraries/AP_Notify/examples/ToshibaLED_test/make.inc new file mode 100644 index 0000000000..d289d477e9 --- /dev/null +++ b/libraries/AP_Notify/examples/ToshibaLED_test/make.inc @@ -0,0 +1,31 @@ +LIBRARIES += AP_ADC +LIBRARIES += AP_ADC_AnalogSource +LIBRARIES += AP_AHRS +LIBRARIES += AP_Airspeed +LIBRARIES += AP_Baro +LIBRARIES += AP_BattMonitor +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_FLYMAPLE +LIBRARIES += AP_HAL_Linux +LIBRARIES += AP_HAL_PX4 +LIBRARIES += AP_HAL_SITL +LIBRARIES += AP_InertialSensor +LIBRARIES += AP_Math +LIBRARIES += AP_Mission +LIBRARIES += AP_NavEKF +LIBRARIES += AP_Notify +LIBRARIES += AP_Param +LIBRARIES += AP_Progmem +LIBRARIES += AP_RangeFinder +LIBRARIES += AP_Terrain +LIBRARIES += AP_Vehicle +LIBRARIES += DataFlash +LIBRARIES += Filter +LIBRARIES += GCS_MAVLink +LIBRARIES += StorageManager