From 01b93161143c857820e62c418fb4dfd976b7e985 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Mon, 23 May 2016 09:33:32 -0300 Subject: [PATCH] AP_HAL_AVR: remove examples These were committed by mistake after AP_HAL_AVR was removed. --- libraries/AP_HAL_AVR/examples/ArduCopterLibs/wscript | 7 ------- libraries/AP_HAL_AVR/examples/ArduPlaneLibs/wscript | 7 ------- libraries/AP_HAL_AVR/examples/Blink/wscript | 7 ------- libraries/AP_HAL_AVR/examples/Console/wscript | 7 ------- libraries/AP_HAL_AVR/examples/I2CDriver_HMC5883L/wscript | 7 ------- libraries/AP_HAL_AVR/examples/LCDTest/wscript | 7 ------- libraries/AP_HAL_AVR/examples/RCInputTest/wscript | 7 ------- libraries/AP_HAL_AVR/examples/RCJitterTest/wscript | 7 ------- libraries/AP_HAL_AVR/examples/RCPassthroughTest/wscript | 7 ------- libraries/AP_HAL_AVR/examples/SPIDriver_MPU6000/wscript | 7 ------- libraries/AP_HAL_AVR/examples/Scheduler/wscript | 7 ------- libraries/AP_HAL_AVR/examples/Semaphore/wscript | 7 ------- libraries/AP_HAL_AVR/examples/Storage/wscript | 7 ------- libraries/AP_HAL_AVR/examples/UARTDriver/wscript | 7 ------- libraries/AP_HAL_AVR/examples/UtilityStringTest/wscript | 7 ------- 15 files changed, 105 deletions(-) delete mode 100644 libraries/AP_HAL_AVR/examples/ArduCopterLibs/wscript delete mode 100644 libraries/AP_HAL_AVR/examples/ArduPlaneLibs/wscript delete mode 100644 libraries/AP_HAL_AVR/examples/Blink/wscript delete mode 100644 libraries/AP_HAL_AVR/examples/Console/wscript delete mode 100644 libraries/AP_HAL_AVR/examples/I2CDriver_HMC5883L/wscript delete mode 100644 libraries/AP_HAL_AVR/examples/LCDTest/wscript delete mode 100644 libraries/AP_HAL_AVR/examples/RCInputTest/wscript delete mode 100644 libraries/AP_HAL_AVR/examples/RCJitterTest/wscript delete mode 100644 libraries/AP_HAL_AVR/examples/RCPassthroughTest/wscript delete mode 100644 libraries/AP_HAL_AVR/examples/SPIDriver_MPU6000/wscript delete mode 100644 libraries/AP_HAL_AVR/examples/Scheduler/wscript delete mode 100644 libraries/AP_HAL_AVR/examples/Semaphore/wscript delete mode 100644 libraries/AP_HAL_AVR/examples/Storage/wscript delete mode 100644 libraries/AP_HAL_AVR/examples/UARTDriver/wscript delete mode 100644 libraries/AP_HAL_AVR/examples/UtilityStringTest/wscript diff --git a/libraries/AP_HAL_AVR/examples/ArduCopterLibs/wscript b/libraries/AP_HAL_AVR/examples/ArduCopterLibs/wscript deleted file mode 100644 index 719ec151ba9d4..0000000000000 --- a/libraries/AP_HAL_AVR/examples/ArduCopterLibs/wscript +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env python -# encoding: utf-8 - -def build(bld): - bld.ap_example( - use='ap', - ) diff --git a/libraries/AP_HAL_AVR/examples/ArduPlaneLibs/wscript b/libraries/AP_HAL_AVR/examples/ArduPlaneLibs/wscript deleted file mode 100644 index 719ec151ba9d4..0000000000000 --- a/libraries/AP_HAL_AVR/examples/ArduPlaneLibs/wscript +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env python -# encoding: utf-8 - -def build(bld): - bld.ap_example( - use='ap', - ) diff --git a/libraries/AP_HAL_AVR/examples/Blink/wscript b/libraries/AP_HAL_AVR/examples/Blink/wscript deleted file mode 100644 index 719ec151ba9d4..0000000000000 --- a/libraries/AP_HAL_AVR/examples/Blink/wscript +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env python -# encoding: utf-8 - -def build(bld): - bld.ap_example( - use='ap', - ) diff --git a/libraries/AP_HAL_AVR/examples/Console/wscript b/libraries/AP_HAL_AVR/examples/Console/wscript deleted file mode 100644 index 719ec151ba9d4..0000000000000 --- a/libraries/AP_HAL_AVR/examples/Console/wscript +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env python -# encoding: utf-8 - -def build(bld): - bld.ap_example( - use='ap', - ) diff --git a/libraries/AP_HAL_AVR/examples/I2CDriver_HMC5883L/wscript b/libraries/AP_HAL_AVR/examples/I2CDriver_HMC5883L/wscript deleted file mode 100644 index 719ec151ba9d4..0000000000000 --- a/libraries/AP_HAL_AVR/examples/I2CDriver_HMC5883L/wscript +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env python -# encoding: utf-8 - -def build(bld): - bld.ap_example( - use='ap', - ) diff --git a/libraries/AP_HAL_AVR/examples/LCDTest/wscript b/libraries/AP_HAL_AVR/examples/LCDTest/wscript deleted file mode 100644 index 719ec151ba9d4..0000000000000 --- a/libraries/AP_HAL_AVR/examples/LCDTest/wscript +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env python -# encoding: utf-8 - -def build(bld): - bld.ap_example( - use='ap', - ) diff --git a/libraries/AP_HAL_AVR/examples/RCInputTest/wscript b/libraries/AP_HAL_AVR/examples/RCInputTest/wscript deleted file mode 100644 index 719ec151ba9d4..0000000000000 --- a/libraries/AP_HAL_AVR/examples/RCInputTest/wscript +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env python -# encoding: utf-8 - -def build(bld): - bld.ap_example( - use='ap', - ) diff --git a/libraries/AP_HAL_AVR/examples/RCJitterTest/wscript b/libraries/AP_HAL_AVR/examples/RCJitterTest/wscript deleted file mode 100644 index 719ec151ba9d4..0000000000000 --- a/libraries/AP_HAL_AVR/examples/RCJitterTest/wscript +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env python -# encoding: utf-8 - -def build(bld): - bld.ap_example( - use='ap', - ) diff --git a/libraries/AP_HAL_AVR/examples/RCPassthroughTest/wscript b/libraries/AP_HAL_AVR/examples/RCPassthroughTest/wscript deleted file mode 100644 index 719ec151ba9d4..0000000000000 --- a/libraries/AP_HAL_AVR/examples/RCPassthroughTest/wscript +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env python -# encoding: utf-8 - -def build(bld): - bld.ap_example( - use='ap', - ) diff --git a/libraries/AP_HAL_AVR/examples/SPIDriver_MPU6000/wscript b/libraries/AP_HAL_AVR/examples/SPIDriver_MPU6000/wscript deleted file mode 100644 index 719ec151ba9d4..0000000000000 --- a/libraries/AP_HAL_AVR/examples/SPIDriver_MPU6000/wscript +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env python -# encoding: utf-8 - -def build(bld): - bld.ap_example( - use='ap', - ) diff --git a/libraries/AP_HAL_AVR/examples/Scheduler/wscript b/libraries/AP_HAL_AVR/examples/Scheduler/wscript deleted file mode 100644 index 719ec151ba9d4..0000000000000 --- a/libraries/AP_HAL_AVR/examples/Scheduler/wscript +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env python -# encoding: utf-8 - -def build(bld): - bld.ap_example( - use='ap', - ) diff --git a/libraries/AP_HAL_AVR/examples/Semaphore/wscript b/libraries/AP_HAL_AVR/examples/Semaphore/wscript deleted file mode 100644 index 719ec151ba9d4..0000000000000 --- a/libraries/AP_HAL_AVR/examples/Semaphore/wscript +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env python -# encoding: utf-8 - -def build(bld): - bld.ap_example( - use='ap', - ) diff --git a/libraries/AP_HAL_AVR/examples/Storage/wscript b/libraries/AP_HAL_AVR/examples/Storage/wscript deleted file mode 100644 index 719ec151ba9d4..0000000000000 --- a/libraries/AP_HAL_AVR/examples/Storage/wscript +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env python -# encoding: utf-8 - -def build(bld): - bld.ap_example( - use='ap', - ) diff --git a/libraries/AP_HAL_AVR/examples/UARTDriver/wscript b/libraries/AP_HAL_AVR/examples/UARTDriver/wscript deleted file mode 100644 index 719ec151ba9d4..0000000000000 --- a/libraries/AP_HAL_AVR/examples/UARTDriver/wscript +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env python -# encoding: utf-8 - -def build(bld): - bld.ap_example( - use='ap', - ) diff --git a/libraries/AP_HAL_AVR/examples/UtilityStringTest/wscript b/libraries/AP_HAL_AVR/examples/UtilityStringTest/wscript deleted file mode 100644 index 719ec151ba9d4..0000000000000 --- a/libraries/AP_HAL_AVR/examples/UtilityStringTest/wscript +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env python -# encoding: utf-8 - -def build(bld): - bld.ap_example( - use='ap', - )