From 69492747606d30c64b7719172d4a5ec804421b99 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Thu, 3 Dec 2015 10:56:23 +0000 Subject: Fixed naming conventions for STM32F3xx demos. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8554 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/STM32/STM32F3xx/ADC/.cproject | 2 +- testhal/STM32/STM32F3xx/ADC/.project | 2 +- .../STM32F30x-ADC (OpenOCD, Flash and Run).launch | 52 ---------------------- .../STM32F3xx-ADC (OpenOCD, Flash and Run).launch | 52 ++++++++++++++++++++++ testhal/STM32/STM32F3xx/ADC_DUAL/.cproject | 2 +- testhal/STM32/STM32F3xx/ADC_DUAL/.project | 2 +- ...32F30x-ADC_DUAL (OpenOCD, Flash and Run).launch | 52 ---------------------- ...32F3xx-ADC_DUAL (OpenOCD, Flash and Run).launch | 52 ++++++++++++++++++++++ testhal/STM32/STM32F3xx/CAN/.cproject | 2 +- testhal/STM32/STM32F3xx/CAN/.project | 2 +- testhal/STM32/STM32F3xx/DAC/.cproject | 2 +- testhal/STM32/STM32F3xx/DAC/.project | 2 +- .../STM32F30x-DAC (OpenOCD, Flash and Run).launch | 52 ---------------------- .../STM32F3xx-DAC (OpenOCD, Flash and Run).launch | 52 ++++++++++++++++++++++ testhal/STM32/STM32F3xx/EXT/.cproject | 2 +- testhal/STM32/STM32F3xx/EXT/.project | 2 +- testhal/STM32/STM32F3xx/IRQ_STORM/.cproject | 2 +- testhal/STM32/STM32F3xx/IRQ_STORM/.project | 2 +- ...2F30x-IRQ_STORM (OpenOCD, Flash and Run).launch | 52 ---------------------- ...2F3xx-IRQ_STORM (OpenOCD, Flash and Run).launch | 52 ++++++++++++++++++++++ testhal/STM32/STM32F3xx/PWM-ICU/.cproject | 2 +- testhal/STM32/STM32F3xx/PWM-ICU/.project | 2 +- ...M32F30x-PWM_ICU (OpenOCD, Flash and Run).launch | 52 ---------------------- ...M32F3xx-PWM_ICU (OpenOCD, Flash and Run).launch | 52 ++++++++++++++++++++++ testhal/STM32/STM32F3xx/SPI/.cproject | 2 +- testhal/STM32/STM32F3xx/SPI/.project | 2 +- testhal/STM32/STM32F3xx/UART/.cproject | 2 +- testhal/STM32/STM32F3xx/UART/.project | 2 +- testhal/STM32/STM32F3xx/USB_CDC/.cproject | 2 +- testhal/STM32/STM32F3xx/USB_CDC/.project | 2 +- ...M32F30x-USB_CDC (OpenOCD, Flash and Run).launch | 52 ---------------------- ...M32F3xx-USB_CDC (OpenOCD, Flash and Run).launch | 52 ++++++++++++++++++++++ testhal/STM32/STM32F3xx/USB_CDC_IAD/.cproject | 2 +- testhal/STM32/STM32F3xx/USB_CDC_IAD/.project | 2 +- ...30x-USB_CDC_IAD (OpenOCD, Flash and Run).launch | 52 ---------------------- ...3xx-USB_CDC_IAD (OpenOCD, Flash and Run).launch | 52 ++++++++++++++++++++++ 36 files changed, 386 insertions(+), 386 deletions(-) delete mode 100644 testhal/STM32/STM32F3xx/ADC/debug/STM32F30x-ADC (OpenOCD, Flash and Run).launch create mode 100644 testhal/STM32/STM32F3xx/ADC/debug/STM32F3xx-ADC (OpenOCD, Flash and Run).launch delete mode 100644 testhal/STM32/STM32F3xx/ADC_DUAL/debug/STM32F30x-ADC_DUAL (OpenOCD, Flash and Run).launch create mode 100644 testhal/STM32/STM32F3xx/ADC_DUAL/debug/STM32F3xx-ADC_DUAL (OpenOCD, Flash and Run).launch delete mode 100644 testhal/STM32/STM32F3xx/DAC/debug/STM32F30x-DAC (OpenOCD, Flash and Run).launch create mode 100644 testhal/STM32/STM32F3xx/DAC/debug/STM32F3xx-DAC (OpenOCD, Flash and Run).launch delete mode 100644 testhal/STM32/STM32F3xx/IRQ_STORM/debug/STM32F30x-IRQ_STORM (OpenOCD, Flash and Run).launch create mode 100644 testhal/STM32/STM32F3xx/IRQ_STORM/debug/STM32F3xx-IRQ_STORM (OpenOCD, Flash and Run).launch delete mode 100644 testhal/STM32/STM32F3xx/PWM-ICU/debug/STM32F30x-PWM_ICU (OpenOCD, Flash and Run).launch create mode 100644 testhal/STM32/STM32F3xx/PWM-ICU/debug/STM32F3xx-PWM_ICU (OpenOCD, Flash and Run).launch delete mode 100644 testhal/STM32/STM32F3xx/USB_CDC/debug/STM32F30x-USB_CDC (OpenOCD, Flash and Run).launch create mode 100644 testhal/STM32/STM32F3xx/USB_CDC/debug/STM32F3xx-USB_CDC (OpenOCD, Flash and Run).launch delete mode 100644 testhal/STM32/STM32F3xx/USB_CDC_IAD/debug/STM32F30x-USB_CDC_IAD (OpenOCD, Flash and Run).launch create mode 100644 testhal/STM32/STM32F3xx/USB_CDC_IAD/debug/STM32F3xx-USB_CDC_IAD (OpenOCD, Flash and Run).launch (limited to 'testhal') diff --git a/testhal/STM32/STM32F3xx/ADC/.cproject b/testhal/STM32/STM32F3xx/ADC/.cproject index 7a8791dfc..8c3df8518 100644 --- a/testhal/STM32/STM32F3xx/ADC/.cproject +++ b/testhal/STM32/STM32F3xx/ADC/.cproject @@ -39,7 +39,7 @@ - + diff --git a/testhal/STM32/STM32F3xx/ADC/.project b/testhal/STM32/STM32F3xx/ADC/.project index 9503708ca..51afc66a3 100644 --- a/testhal/STM32/STM32F3xx/ADC/.project +++ b/testhal/STM32/STM32F3xx/ADC/.project @@ -1,6 +1,6 @@ - STM32F30x-ADC + STM32F3xx-ADC diff --git a/testhal/STM32/STM32F3xx/ADC/debug/STM32F30x-ADC (OpenOCD, Flash and Run).launch b/testhal/STM32/STM32F3xx/ADC/debug/STM32F30x-ADC (OpenOCD, Flash and Run).launch deleted file mode 100644 index a87c940bc..000000000 --- a/testhal/STM32/STM32F3xx/ADC/debug/STM32F30x-ADC (OpenOCD, Flash and Run).launch +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/testhal/STM32/STM32F3xx/ADC/debug/STM32F3xx-ADC (OpenOCD, Flash and Run).launch b/testhal/STM32/STM32F3xx/ADC/debug/STM32F3xx-ADC (OpenOCD, Flash and Run).launch new file mode 100644 index 000000000..95c9cf96b --- /dev/null +++ b/testhal/STM32/STM32F3xx/ADC/debug/STM32F3xx-ADC (OpenOCD, Flash and Run).launch @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/testhal/STM32/STM32F3xx/ADC_DUAL/.cproject b/testhal/STM32/STM32F3xx/ADC_DUAL/.cproject index 980f2e991..35f5411fe 100644 --- a/testhal/STM32/STM32F3xx/ADC_DUAL/.cproject +++ b/testhal/STM32/STM32F3xx/ADC_DUAL/.cproject @@ -39,7 +39,7 @@ - + diff --git a/testhal/STM32/STM32F3xx/ADC_DUAL/.project b/testhal/STM32/STM32F3xx/ADC_DUAL/.project index 86fadf546..3bb01c84e 100644 --- a/testhal/STM32/STM32F3xx/ADC_DUAL/.project +++ b/testhal/STM32/STM32F3xx/ADC_DUAL/.project @@ -1,6 +1,6 @@ - STM32F30x-ADC_DUAL + STM32F3xx-ADC_DUAL diff --git a/testhal/STM32/STM32F3xx/ADC_DUAL/debug/STM32F30x-ADC_DUAL (OpenOCD, Flash and Run).launch b/testhal/STM32/STM32F3xx/ADC_DUAL/debug/STM32F30x-ADC_DUAL (OpenOCD, Flash and Run).launch deleted file mode 100644 index ca8eacb3a..000000000 --- a/testhal/STM32/STM32F3xx/ADC_DUAL/debug/STM32F30x-ADC_DUAL (OpenOCD, Flash and Run).launch +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/testhal/STM32/STM32F3xx/ADC_DUAL/debug/STM32F3xx-ADC_DUAL (OpenOCD, Flash and Run).launch b/testhal/STM32/STM32F3xx/ADC_DUAL/debug/STM32F3xx-ADC_DUAL (OpenOCD, Flash and Run).launch new file mode 100644 index 000000000..e63fba946 --- /dev/null +++ b/testhal/STM32/STM32F3xx/ADC_DUAL/debug/STM32F3xx-ADC_DUAL (OpenOCD, Flash and Run).launch @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/testhal/STM32/STM32F3xx/CAN/.cproject b/testhal/STM32/STM32F3xx/CAN/.cproject index e18f952ce..3cdfa3771 100644 --- a/testhal/STM32/STM32F3xx/CAN/.cproject +++ b/testhal/STM32/STM32F3xx/CAN/.cproject @@ -39,7 +39,7 @@ - + diff --git a/testhal/STM32/STM32F3xx/CAN/.project b/testhal/STM32/STM32F3xx/CAN/.project index 03f4bead6..ed002a4cd 100644 --- a/testhal/STM32/STM32F3xx/CAN/.project +++ b/testhal/STM32/STM32F3xx/CAN/.project @@ -1,6 +1,6 @@ - STM32F30x-CAN + STM32F3xx-CAN diff --git a/testhal/STM32/STM32F3xx/DAC/.cproject b/testhal/STM32/STM32F3xx/DAC/.cproject index d74518472..7ebd57ef7 100644 --- a/testhal/STM32/STM32F3xx/DAC/.cproject +++ b/testhal/STM32/STM32F3xx/DAC/.cproject @@ -39,7 +39,7 @@ - + diff --git a/testhal/STM32/STM32F3xx/DAC/.project b/testhal/STM32/STM32F3xx/DAC/.project index 92e1ba1b0..2b4b5aebe 100644 --- a/testhal/STM32/STM32F3xx/DAC/.project +++ b/testhal/STM32/STM32F3xx/DAC/.project @@ -1,6 +1,6 @@ - STM32F30x-DAC + STM32F3xx-DAC diff --git a/testhal/STM32/STM32F3xx/DAC/debug/STM32F30x-DAC (OpenOCD, Flash and Run).launch b/testhal/STM32/STM32F3xx/DAC/debug/STM32F30x-DAC (OpenOCD, Flash and Run).launch deleted file mode 100644 index ca6631b78..000000000 --- a/testhal/STM32/STM32F3xx/DAC/debug/STM32F30x-DAC (OpenOCD, Flash and Run).launch +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/testhal/STM32/STM32F3xx/DAC/debug/STM32F3xx-DAC (OpenOCD, Flash and Run).launch b/testhal/STM32/STM32F3xx/DAC/debug/STM32F3xx-DAC (OpenOCD, Flash and Run).launch new file mode 100644 index 000000000..1672e88e6 --- /dev/null +++ b/testhal/STM32/STM32F3xx/DAC/debug/STM32F3xx-DAC (OpenOCD, Flash and Run).launch @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/testhal/STM32/STM32F3xx/EXT/.cproject b/testhal/STM32/STM32F3xx/EXT/.cproject index c9c383d84..281bd5e71 100644 --- a/testhal/STM32/STM32F3xx/EXT/.cproject +++ b/testhal/STM32/STM32F3xx/EXT/.cproject @@ -39,7 +39,7 @@ - + diff --git a/testhal/STM32/STM32F3xx/EXT/.project b/testhal/STM32/STM32F3xx/EXT/.project index 1504226d3..653898605 100644 --- a/testhal/STM32/STM32F3xx/EXT/.project +++ b/testhal/STM32/STM32F3xx/EXT/.project @@ -1,6 +1,6 @@ - STM32F30x-EXT + STM32F3xx-EXT diff --git a/testhal/STM32/STM32F3xx/IRQ_STORM/.cproject b/testhal/STM32/STM32F3xx/IRQ_STORM/.cproject index 22e472dc2..312682a4f 100644 --- a/testhal/STM32/STM32F3xx/IRQ_STORM/.cproject +++ b/testhal/STM32/STM32F3xx/IRQ_STORM/.cproject @@ -37,7 +37,7 @@ - + diff --git a/testhal/STM32/STM32F3xx/IRQ_STORM/.project b/testhal/STM32/STM32F3xx/IRQ_STORM/.project index f7ea1cdb0..6f5d04b2f 100644 --- a/testhal/STM32/STM32F3xx/IRQ_STORM/.project +++ b/testhal/STM32/STM32F3xx/IRQ_STORM/.project @@ -1,6 +1,6 @@ - STM32F30x-IRQ_STORM + STM32F3xx-IRQ_STORM diff --git a/testhal/STM32/STM32F3xx/IRQ_STORM/debug/STM32F30x-IRQ_STORM (OpenOCD, Flash and Run).launch b/testhal/STM32/STM32F3xx/IRQ_STORM/debug/STM32F30x-IRQ_STORM (OpenOCD, Flash and Run).launch deleted file mode 100644 index ccd0b3029..000000000 --- a/testhal/STM32/STM32F3xx/IRQ_STORM/debug/STM32F30x-IRQ_STORM (OpenOCD, Flash and Run).launch +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/testhal/STM32/STM32F3xx/IRQ_STORM/debug/STM32F3xx-IRQ_STORM (OpenOCD, Flash and Run).launch b/testhal/STM32/STM32F3xx/IRQ_STORM/debug/STM32F3xx-IRQ_STORM (OpenOCD, Flash and Run).launch new file mode 100644 index 000000000..d5178464b --- /dev/null +++ b/testhal/STM32/STM32F3xx/IRQ_STORM/debug/STM32F3xx-IRQ_STORM (OpenOCD, Flash and Run).launch @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/testhal/STM32/STM32F3xx/PWM-ICU/.cproject b/testhal/STM32/STM32F3xx/PWM-ICU/.cproject index 94e436ca4..8211e122f 100644 --- a/testhal/STM32/STM32F3xx/PWM-ICU/.cproject +++ b/testhal/STM32/STM32F3xx/PWM-ICU/.cproject @@ -39,7 +39,7 @@ - + diff --git a/testhal/STM32/STM32F3xx/PWM-ICU/.project b/testhal/STM32/STM32F3xx/PWM-ICU/.project index d8190d4c4..092d81b77 100644 --- a/testhal/STM32/STM32F3xx/PWM-ICU/.project +++ b/testhal/STM32/STM32F3xx/PWM-ICU/.project @@ -1,6 +1,6 @@ - STM32F30x-PWM-ICU + STM32F3xx-PWM-ICU diff --git a/testhal/STM32/STM32F3xx/PWM-ICU/debug/STM32F30x-PWM_ICU (OpenOCD, Flash and Run).launch b/testhal/STM32/STM32F3xx/PWM-ICU/debug/STM32F30x-PWM_ICU (OpenOCD, Flash and Run).launch deleted file mode 100644 index 3b55accd1..000000000 --- a/testhal/STM32/STM32F3xx/PWM-ICU/debug/STM32F30x-PWM_ICU (OpenOCD, Flash and Run).launch +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/testhal/STM32/STM32F3xx/PWM-ICU/debug/STM32F3xx-PWM_ICU (OpenOCD, Flash and Run).launch b/testhal/STM32/STM32F3xx/PWM-ICU/debug/STM32F3xx-PWM_ICU (OpenOCD, Flash and Run).launch new file mode 100644 index 000000000..5afb03edc --- /dev/null +++ b/testhal/STM32/STM32F3xx/PWM-ICU/debug/STM32F3xx-PWM_ICU (OpenOCD, Flash and Run).launch @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/testhal/STM32/STM32F3xx/SPI/.cproject b/testhal/STM32/STM32F3xx/SPI/.cproject index 697309c7f..794f83191 100644 --- a/testhal/STM32/STM32F3xx/SPI/.cproject +++ b/testhal/STM32/STM32F3xx/SPI/.cproject @@ -39,7 +39,7 @@ - + diff --git a/testhal/STM32/STM32F3xx/SPI/.project b/testhal/STM32/STM32F3xx/SPI/.project index 5c0b3a88c..b015d1648 100644 --- a/testhal/STM32/STM32F3xx/SPI/.project +++ b/testhal/STM32/STM32F3xx/SPI/.project @@ -1,6 +1,6 @@ - STM32F30x-SPI + STM32F3xx-SPI diff --git a/testhal/STM32/STM32F3xx/UART/.cproject b/testhal/STM32/STM32F3xx/UART/.cproject index 813ef9678..056da9929 100644 --- a/testhal/STM32/STM32F3xx/UART/.cproject +++ b/testhal/STM32/STM32F3xx/UART/.cproject @@ -39,7 +39,7 @@ - + diff --git a/testhal/STM32/STM32F3xx/UART/.project b/testhal/STM32/STM32F3xx/UART/.project index 15900d6dc..204899861 100644 --- a/testhal/STM32/STM32F3xx/UART/.project +++ b/testhal/STM32/STM32F3xx/UART/.project @@ -1,6 +1,6 @@ - STM32F30x-UART + STM32F3xx-UART diff --git a/testhal/STM32/STM32F3xx/USB_CDC/.cproject b/testhal/STM32/STM32F3xx/USB_CDC/.cproject index 49ee0dcf1..4a5e40d7f 100644 --- a/testhal/STM32/STM32F3xx/USB_CDC/.cproject +++ b/testhal/STM32/STM32F3xx/USB_CDC/.cproject @@ -39,7 +39,7 @@ - + diff --git a/testhal/STM32/STM32F3xx/USB_CDC/.project b/testhal/STM32/STM32F3xx/USB_CDC/.project index 9c8e08513..591caa300 100644 --- a/testhal/STM32/STM32F3xx/USB_CDC/.project +++ b/testhal/STM32/STM32F3xx/USB_CDC/.project @@ -1,6 +1,6 @@ - STM32F30x-USB_CDC + STM32F3xx-USB_CDC diff --git a/testhal/STM32/STM32F3xx/USB_CDC/debug/STM32F30x-USB_CDC (OpenOCD, Flash and Run).launch b/testhal/STM32/STM32F3xx/USB_CDC/debug/STM32F30x-USB_CDC (OpenOCD, Flash and Run).launch deleted file mode 100644 index 335ed920d..000000000 --- a/testhal/STM32/STM32F3xx/USB_CDC/debug/STM32F30x-USB_CDC (OpenOCD, Flash and Run).launch +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/testhal/STM32/STM32F3xx/USB_CDC/debug/STM32F3xx-USB_CDC (OpenOCD, Flash and Run).launch b/testhal/STM32/STM32F3xx/USB_CDC/debug/STM32F3xx-USB_CDC (OpenOCD, Flash and Run).launch new file mode 100644 index 000000000..9e63eb9db --- /dev/null +++ b/testhal/STM32/STM32F3xx/USB_CDC/debug/STM32F3xx-USB_CDC (OpenOCD, Flash and Run).launch @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/testhal/STM32/STM32F3xx/USB_CDC_IAD/.cproject b/testhal/STM32/STM32F3xx/USB_CDC_IAD/.cproject index 2b7795809..c698bbe76 100644 --- a/testhal/STM32/STM32F3xx/USB_CDC_IAD/.cproject +++ b/testhal/STM32/STM32F3xx/USB_CDC_IAD/.cproject @@ -39,7 +39,7 @@ - + diff --git a/testhal/STM32/STM32F3xx/USB_CDC_IAD/.project b/testhal/STM32/STM32F3xx/USB_CDC_IAD/.project index 75139531b..4e6d86f60 100644 --- a/testhal/STM32/STM32F3xx/USB_CDC_IAD/.project +++ b/testhal/STM32/STM32F3xx/USB_CDC_IAD/.project @@ -1,6 +1,6 @@ - STM32F30x-USB_CDC_IAD + STM32F3xx-USB_CDC_IAD diff --git a/testhal/STM32/STM32F3xx/USB_CDC_IAD/debug/STM32F30x-USB_CDC_IAD (OpenOCD, Flash and Run).launch b/testhal/STM32/STM32F3xx/USB_CDC_IAD/debug/STM32F30x-USB_CDC_IAD (OpenOCD, Flash and Run).launch deleted file mode 100644 index 4ba94fc0d..000000000 --- a/testhal/STM32/STM32F3xx/USB_CDC_IAD/debug/STM32F30x-USB_CDC_IAD (OpenOCD, Flash and Run).launch +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/testhal/STM32/STM32F3xx/USB_CDC_IAD/debug/STM32F3xx-USB_CDC_IAD (OpenOCD, Flash and Run).launch b/testhal/STM32/STM32F3xx/USB_CDC_IAD/debug/STM32F3xx-USB_CDC_IAD (OpenOCD, Flash and Run).launch new file mode 100644 index 000000000..ae91aa89b --- /dev/null +++ b/testhal/STM32/STM32F3xx/USB_CDC_IAD/debug/STM32F3xx-USB_CDC_IAD (OpenOCD, Flash and Run).launch @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3