aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-12-03 10:56:23 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-12-03 10:56:23 +0000
commit69492747606d30c64b7719172d4a5ec804421b99 (patch)
tree63662bc4f22009a296ca6fa8137d0bf3b270b1fe /testhal/STM32
parentb7fdc3f060da86bd718379bdf87334b0143ea44b (diff)
downloadChibiOS-69492747606d30c64b7719172d4a5ec804421b99.tar.gz
ChibiOS-69492747606d30c64b7719172d4a5ec804421b99.tar.bz2
ChibiOS-69492747606d30c64b7719172d4a5ec804421b99.zip
Fixed naming conventions for STM32F3xx demos.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8554 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32')
-rw-r--r--testhal/STM32/STM32F3xx/ADC/.cproject2
-rw-r--r--testhal/STM32/STM32F3xx/ADC/.project2
-rw-r--r--testhal/STM32/STM32F3xx/ADC/debug/STM32F3xx-ADC (OpenOCD, Flash and Run).launch (renamed from testhal/STM32/STM32F3xx/ADC/debug/STM32F30x-ADC (OpenOCD, Flash and Run).launch)6
-rw-r--r--testhal/STM32/STM32F3xx/ADC_DUAL/.cproject2
-rw-r--r--testhal/STM32/STM32F3xx/ADC_DUAL/.project2
-rw-r--r--testhal/STM32/STM32F3xx/ADC_DUAL/debug/STM32F3xx-ADC_DUAL (OpenOCD, Flash and Run).launch (renamed from testhal/STM32/STM32F3xx/ADC_DUAL/debug/STM32F30x-ADC_DUAL (OpenOCD, Flash and Run).launch)6
-rw-r--r--testhal/STM32/STM32F3xx/CAN/.cproject2
-rw-r--r--testhal/STM32/STM32F3xx/CAN/.project2
-rw-r--r--testhal/STM32/STM32F3xx/DAC/.cproject2
-rw-r--r--testhal/STM32/STM32F3xx/DAC/.project2
-rw-r--r--testhal/STM32/STM32F3xx/DAC/debug/STM32F3xx-DAC (OpenOCD, Flash and Run).launch (renamed from testhal/STM32/STM32F3xx/DAC/debug/STM32F30x-DAC (OpenOCD, Flash and Run).launch)6
-rw-r--r--testhal/STM32/STM32F3xx/EXT/.cproject2
-rw-r--r--testhal/STM32/STM32F3xx/EXT/.project2
-rw-r--r--testhal/STM32/STM32F3xx/IRQ_STORM/.cproject2
-rw-r--r--testhal/STM32/STM32F3xx/IRQ_STORM/.project2
-rw-r--r--testhal/STM32/STM32F3xx/IRQ_STORM/debug/STM32F3xx-IRQ_STORM (OpenOCD, Flash and Run).launch (renamed from testhal/STM32/STM32F3xx/IRQ_STORM/debug/STM32F30x-IRQ_STORM (OpenOCD, Flash and Run).launch)6
-rw-r--r--testhal/STM32/STM32F3xx/PWM-ICU/.cproject2
-rw-r--r--testhal/STM32/STM32F3xx/PWM-ICU/.project2
-rw-r--r--testhal/STM32/STM32F3xx/PWM-ICU/debug/STM32F3xx-PWM_ICU (OpenOCD, Flash and Run).launch (renamed from testhal/STM32/STM32F3xx/PWM-ICU/debug/STM32F30x-PWM_ICU (OpenOCD, Flash and Run).launch)6
-rw-r--r--testhal/STM32/STM32F3xx/SPI/.cproject2
-rw-r--r--testhal/STM32/STM32F3xx/SPI/.project2
-rw-r--r--testhal/STM32/STM32F3xx/UART/.cproject2
-rw-r--r--testhal/STM32/STM32F3xx/UART/.project2
-rw-r--r--testhal/STM32/STM32F3xx/USB_CDC/.cproject2
-rw-r--r--testhal/STM32/STM32F3xx/USB_CDC/.project2
-rw-r--r--testhal/STM32/STM32F3xx/USB_CDC/debug/STM32F3xx-USB_CDC (OpenOCD, Flash and Run).launch (renamed from testhal/STM32/STM32F3xx/USB_CDC/debug/STM32F30x-USB_CDC (OpenOCD, Flash and Run).launch)6
-rw-r--r--testhal/STM32/STM32F3xx/USB_CDC_IAD/.cproject2
-rw-r--r--testhal/STM32/STM32F3xx/USB_CDC_IAD/.project2
-rw-r--r--testhal/STM32/STM32F3xx/USB_CDC_IAD/debug/STM32F3xx-USB_CDC_IAD (OpenOCD, Flash and Run).launch (renamed from testhal/STM32/STM32F3xx/USB_CDC_IAD/debug/STM32F30x-USB_CDC_IAD (OpenOCD, Flash and Run).launch)6
29 files changed, 43 insertions, 43 deletions
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 @@
</cconfiguration>
</storageModule>
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
- <project id="STM32F30x-ADC.null.932840044" name="STM32F30x-ADC"/>
+ <project id="STM32F3xx-ADC.null.932840044" name="STM32F3xx-ADC"/>
</storageModule>
<storageModule moduleId="scannerConfiguration">
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
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 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
- <name>STM32F30x-ADC</name>
+ <name>STM32F3xx-ADC</name>
<comment></comment>
<projects>
</projects>
diff --git a/testhal/STM32/STM32F3xx/ADC/debug/STM32F30x-ADC (OpenOCD, Flash and Run).launch b/testhal/STM32/STM32F3xx/ADC/debug/STM32F3xx-ADC (OpenOCD, Flash and Run).launch
index a87c940bc..95c9cf96b 100644
--- a/testhal/STM32/STM32F3xx/ADC/debug/STM32F30x-ADC (OpenOCD, Flash and Run).launch
+++ b/testhal/STM32/STM32F3xx/ADC/debug/STM32F3xx-ADC (OpenOCD, Flash and Run).launch
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<launchConfiguration type="org.eclipse.cdt.debug.gdbjtag.launchConfigurationType">
-<stringAttribute key="bad_container_name" value="\STM32F30x-ADC\debug"/>
+<stringAttribute key="bad_container_name" value="\STM32F3xx-ADC\debug"/>
<intAttribute key="org.eclipse.cdt.debug.gdbjtag.core.delay" value="1"/>
<booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.doHalt" value="true"/>
<booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.doReset" value="true"/>
@@ -37,11 +37,11 @@
<stringAttribute key="org.eclipse.cdt.launch.GLOBAL_VARIABLES" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;globalVariableList/&gt;&#13;&#10;"/>
<stringAttribute key="org.eclipse.cdt.launch.MEMORY_BLOCKS" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;memoryBlockExpressionList/&gt;&#13;&#10;"/>
<stringAttribute key="org.eclipse.cdt.launch.PROGRAM_NAME" value="./build/ch.elf"/>
-<stringAttribute key="org.eclipse.cdt.launch.PROJECT_ATTR" value="STM32F30x-ADC"/>
+<stringAttribute key="org.eclipse.cdt.launch.PROJECT_ATTR" value="STM32F3xx-ADC"/>
<booleanAttribute key="org.eclipse.cdt.launch.PROJECT_BUILD_CONFIG_AUTO_ATTR" value="true"/>
<stringAttribute key="org.eclipse.cdt.launch.PROJECT_BUILD_CONFIG_ID_ATTR" value="0.1093754934"/>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
-<listEntry value="/STM32F30x-ADC"/>
+<listEntry value="/STM32F3xx-ADC"/>
</listAttribute>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="4"/>
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 @@
</cconfiguration>
</storageModule>
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
- <project id="STM32F30x-ADC_DUAL.null.1834199567" name="STM32F30x-ADC_DUAL"/>
+ <project id="STM32F3xx-ADC_DUAL.null.1834199567" name="STM32F3xx-ADC_DUAL"/>
</storageModule>
<storageModule moduleId="scannerConfiguration">
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
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 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
- <name>STM32F30x-ADC_DUAL</name>
+ <name>STM32F3xx-ADC_DUAL</name>
<comment></comment>
<projects>
</projects>
diff --git a/testhal/STM32/STM32F3xx/ADC_DUAL/debug/STM32F30x-ADC_DUAL (OpenOCD, Flash and Run).launch b/testhal/STM32/STM32F3xx/ADC_DUAL/debug/STM32F3xx-ADC_DUAL (OpenOCD, Flash and Run).launch
index ca8eacb3a..e63fba946 100644
--- a/testhal/STM32/STM32F3xx/ADC_DUAL/debug/STM32F30x-ADC_DUAL (OpenOCD, Flash and Run).launch
+++ b/testhal/STM32/STM32F3xx/ADC_DUAL/debug/STM32F3xx-ADC_DUAL (OpenOCD, Flash and Run).launch
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<launchConfiguration type="org.eclipse.cdt.debug.gdbjtag.launchConfigurationType">
-<stringAttribute key="bad_container_name" value="\STM32F30x-ADC_DUAL\debug"/>
+<stringAttribute key="bad_container_name" value="\STM32F3xx-ADC_DUAL\debug"/>
<intAttribute key="org.eclipse.cdt.debug.gdbjtag.core.delay" value="1"/>
<booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.doHalt" value="true"/>
<booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.doReset" value="true"/>
@@ -37,11 +37,11 @@
<stringAttribute key="org.eclipse.cdt.launch.GLOBAL_VARIABLES" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;globalVariableList/&gt;&#13;&#10;"/>
<stringAttribute key="org.eclipse.cdt.launch.MEMORY_BLOCKS" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;memoryBlockExpressionList/&gt;&#13;&#10;"/>
<stringAttribute key="org.eclipse.cdt.launch.PROGRAM_NAME" value="./build/ch.elf"/>
-<stringAttribute key="org.eclipse.cdt.launch.PROJECT_ATTR" value="STM32F30x-ADC_DUAL"/>
+<stringAttribute key="org.eclipse.cdt.launch.PROJECT_ATTR" value="STM32F3xx-ADC_DUAL"/>
<booleanAttribute key="org.eclipse.cdt.launch.PROJECT_BUILD_CONFIG_AUTO_ATTR" value="true"/>
<stringAttribute key="org.eclipse.cdt.launch.PROJECT_BUILD_CONFIG_ID_ATTR" value="0.1093754934"/>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
-<listEntry value="/STM32F30x-ADC_DUAL"/>
+<listEntry value="/STM32F3xx-ADC_DUAL"/>
</listAttribute>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="4"/>
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 @@
</cconfiguration>
</storageModule>
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
- <project id="STM32F30x-CAN.null.1805144093" name="STM32F30x-CAN"/>
+ <project id="STM32F3xx-CAN.null.1805144093" name="STM32F3xx-CAN"/>
</storageModule>
<storageModule moduleId="scannerConfiguration">
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
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 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
- <name>STM32F30x-CAN</name>
+ <name>STM32F3xx-CAN</name>
<comment></comment>
<projects>
</projects>
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 @@
</cconfiguration>
</storageModule>
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
- <project id="STM32F30x-DAC.null.219011718" name="STM32F30x-DAC"/>
+ <project id="STM32F3xx-DAC.null.219011718" name="STM32F3xx-DAC"/>
</storageModule>
<storageModule moduleId="scannerConfiguration">
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
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 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
- <name>STM32F30x-DAC</name>
+ <name>STM32F3xx-DAC</name>
<comment></comment>
<projects>
</projects>
diff --git a/testhal/STM32/STM32F3xx/DAC/debug/STM32F30x-DAC (OpenOCD, Flash and Run).launch b/testhal/STM32/STM32F3xx/DAC/debug/STM32F3xx-DAC (OpenOCD, Flash and Run).launch
index ca6631b78..1672e88e6 100644
--- a/testhal/STM32/STM32F3xx/DAC/debug/STM32F30x-DAC (OpenOCD, Flash and Run).launch
+++ b/testhal/STM32/STM32F3xx/DAC/debug/STM32F3xx-DAC (OpenOCD, Flash and Run).launch
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<launchConfiguration type="org.eclipse.cdt.debug.gdbjtag.launchConfigurationType">
-<stringAttribute key="bad_container_name" value="\STM32F30x-DAC\debug"/>
+<stringAttribute key="bad_container_name" value="\STM32F3xx-DAC\debug"/>
<intAttribute key="org.eclipse.cdt.debug.gdbjtag.core.delay" value="1"/>
<booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.doHalt" value="true"/>
<booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.doReset" value="true"/>
@@ -37,11 +37,11 @@
<stringAttribute key="org.eclipse.cdt.launch.GLOBAL_VARIABLES" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;globalVariableList/&gt;&#13;&#10;"/>
<stringAttribute key="org.eclipse.cdt.launch.MEMORY_BLOCKS" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;memoryBlockExpressionList/&gt;&#13;&#10;"/>
<stringAttribute key="org.eclipse.cdt.launch.PROGRAM_NAME" value="./build/ch.elf"/>
-<stringAttribute key="org.eclipse.cdt.launch.PROJECT_ATTR" value="STM32F30x-DAC"/>
+<stringAttribute key="org.eclipse.cdt.launch.PROJECT_ATTR" value="STM32F3xx-DAC"/>
<booleanAttribute key="org.eclipse.cdt.launch.PROJECT_BUILD_CONFIG_AUTO_ATTR" value="true"/>
<stringAttribute key="org.eclipse.cdt.launch.PROJECT_BUILD_CONFIG_ID_ATTR" value="0.865376734"/>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
-<listEntry value="/STM32F30x-DAC"/>
+<listEntry value="/STM32F3xx-DAC"/>
</listAttribute>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="4"/>
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 @@
</cconfiguration>
</storageModule>
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
- <project id="STM32F30x-EXT.null.200370092" name="STM32F30x-EXT"/>
+ <project id="STM32F3xx-EXT.null.200370092" name="STM32F3xx-EXT"/>
</storageModule>
<storageModule moduleId="scannerConfiguration">
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
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 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
- <name>STM32F30x-EXT</name>
+ <name>STM32F3xx-EXT</name>
<comment></comment>
<projects>
</projects>
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 @@
</cconfiguration>
</storageModule>
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
- <project id="STM32F30x-IRQ_STORM.null.1149829447" name="STM32F30x-IRQ_STORM"/>
+ <project id="STM32F3xx-IRQ_STORM.null.1149829447" name="STM32F3xx-IRQ_STORM"/>
</storageModule>
<storageModule moduleId="scannerConfiguration">
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
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 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
- <name>STM32F30x-IRQ_STORM</name>
+ <name>STM32F3xx-IRQ_STORM</name>
<comment></comment>
<projects>
</projects>
diff --git a/testhal/STM32/STM32F3xx/IRQ_STORM/debug/STM32F30x-IRQ_STORM (OpenOCD, Flash and Run).launch b/testhal/STM32/STM32F3xx/IRQ_STORM/debug/STM32F3xx-IRQ_STORM (OpenOCD, Flash and Run).launch
index ccd0b3029..d5178464b 100644
--- a/testhal/STM32/STM32F3xx/IRQ_STORM/debug/STM32F30x-IRQ_STORM (OpenOCD, Flash and Run).launch
+++ b/testhal/STM32/STM32F3xx/IRQ_STORM/debug/STM32F3xx-IRQ_STORM (OpenOCD, Flash and Run).launch
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<launchConfiguration type="org.eclipse.cdt.debug.gdbjtag.launchConfigurationType">
-<stringAttribute key="bad_container_name" value="\STM32F30x-IRQ_STORM\debug"/>
+<stringAttribute key="bad_container_name" value="\STM32F3xx-IRQ_STORM\debug"/>
<intAttribute key="org.eclipse.cdt.debug.gdbjtag.core.delay" value="1"/>
<booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.doHalt" value="true"/>
<booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.doReset" value="true"/>
@@ -37,11 +37,11 @@
<stringAttribute key="org.eclipse.cdt.launch.GLOBAL_VARIABLES" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;globalVariableList/&gt;&#13;&#10;"/>
<stringAttribute key="org.eclipse.cdt.launch.MEMORY_BLOCKS" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;memoryBlockExpressionList/&gt;&#13;&#10;"/>
<stringAttribute key="org.eclipse.cdt.launch.PROGRAM_NAME" value="./build/ch.elf"/>
-<stringAttribute key="org.eclipse.cdt.launch.PROJECT_ATTR" value="STM32F30x-IRQ_STORM"/>
+<stringAttribute key="org.eclipse.cdt.launch.PROJECT_ATTR" value="STM32F3xx-IRQ_STORM"/>
<booleanAttribute key="org.eclipse.cdt.launch.PROJECT_BUILD_CONFIG_AUTO_ATTR" value="true"/>
<stringAttribute key="org.eclipse.cdt.launch.PROJECT_BUILD_CONFIG_ID_ATTR" value="0.51705747"/>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
-<listEntry value="/STM32F30x-IRQ_STORM"/>
+<listEntry value="/STM32F3xx-IRQ_STORM"/>
</listAttribute>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="4"/>
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 @@
</cconfiguration>
</storageModule>
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
- <project id="STM32F30x-PWM-ICU.null.1973311065" name="STM32F30x-PWM-ICU"/>
+ <project id="STM32F3xx-PWM-ICU.null.1973311065" name="STM32F3xx-PWM-ICU"/>
</storageModule>
<storageModule moduleId="scannerConfiguration">
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
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 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
- <name>STM32F30x-PWM-ICU</name>
+ <name>STM32F3xx-PWM-ICU</name>
<comment></comment>
<projects>
</projects>
diff --git a/testhal/STM32/STM32F3xx/PWM-ICU/debug/STM32F30x-PWM_ICU (OpenOCD, Flash and Run).launch b/testhal/STM32/STM32F3xx/PWM-ICU/debug/STM32F3xx-PWM_ICU (OpenOCD, Flash and Run).launch
index 3b55accd1..5afb03edc 100644
--- a/testhal/STM32/STM32F3xx/PWM-ICU/debug/STM32F30x-PWM_ICU (OpenOCD, Flash and Run).launch
+++ b/testhal/STM32/STM32F3xx/PWM-ICU/debug/STM32F3xx-PWM_ICU (OpenOCD, Flash and Run).launch
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<launchConfiguration type="org.eclipse.cdt.debug.gdbjtag.launchConfigurationType">
-<stringAttribute key="bad_container_name" value="\STM32F30x-PWM-ICU\debug"/>
+<stringAttribute key="bad_container_name" value="\STM32F3xx-PWM-ICU\debug"/>
<intAttribute key="org.eclipse.cdt.debug.gdbjtag.core.delay" value="1"/>
<booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.doHalt" value="true"/>
<booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.doReset" value="true"/>
@@ -37,11 +37,11 @@
<stringAttribute key="org.eclipse.cdt.launch.GLOBAL_VARIABLES" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;globalVariableList/&gt;&#13;&#10;"/>
<stringAttribute key="org.eclipse.cdt.launch.MEMORY_BLOCKS" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;memoryBlockExpressionList/&gt;&#13;&#10;"/>
<stringAttribute key="org.eclipse.cdt.launch.PROGRAM_NAME" value="./build/ch.elf"/>
-<stringAttribute key="org.eclipse.cdt.launch.PROJECT_ATTR" value="STM32F30x-PWM-ICU"/>
+<stringAttribute key="org.eclipse.cdt.launch.PROJECT_ATTR" value="STM32F3xx-PWM-ICU"/>
<booleanAttribute key="org.eclipse.cdt.launch.PROJECT_BUILD_CONFIG_AUTO_ATTR" value="true"/>
<stringAttribute key="org.eclipse.cdt.launch.PROJECT_BUILD_CONFIG_ID_ATTR" value="0.1093754934"/>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
-<listEntry value="/STM32F30x-PWM-ICU"/>
+<listEntry value="/STM32F3xx-PWM-ICU"/>
</listAttribute>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="4"/>
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 @@
</cconfiguration>
</storageModule>
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
- <project id="STM32F30x-SPI.null.1537816093" name="STM32F30x-SPI"/>
+ <project id="STM32F3xx-SPI.null.1537816093" name="STM32F3xx-SPI"/>
</storageModule>
<storageModule moduleId="scannerConfiguration">
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
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 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
- <name>STM32F30x-SPI</name>
+ <name>STM32F3xx-SPI</name>
<comment></comment>
<projects>
</projects>
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 @@
</cconfiguration>
</storageModule>
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
- <project id="STM32F30x-UART.null.1592866931" name="STM32F30x-UART"/>
+ <project id="STM32F3xx-UART.null.1592866931" name="STM32F3xx-UART"/>
</storageModule>
<storageModule moduleId="scannerConfiguration">
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
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 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
- <name>STM32F30x-UART</name>
+ <name>STM32F3xx-UART</name>
<comment></comment>
<projects>
</projects>
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 @@
</cconfiguration>
</storageModule>
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
- <project id="STM32F30x-USB_CDC.null.1378892026" name="STM32F30x-USB_CDC"/>
+ <project id="STM32F3xx-USB_CDC.null.1378892026" name="STM32F3xx-USB_CDC"/>
</storageModule>
<storageModule moduleId="scannerConfiguration">
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
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 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
- <name>STM32F30x-USB_CDC</name>
+ <name>STM32F3xx-USB_CDC</name>
<comment></comment>
<projects>
</projects>
diff --git a/testhal/STM32/STM32F3xx/USB_CDC/debug/STM32F30x-USB_CDC (OpenOCD, Flash and Run).launch b/testhal/STM32/STM32F3xx/USB_CDC/debug/STM32F3xx-USB_CDC (OpenOCD, Flash and Run).launch
index 335ed920d..9e63eb9db 100644
--- a/testhal/STM32/STM32F3xx/USB_CDC/debug/STM32F30x-USB_CDC (OpenOCD, Flash and Run).launch
+++ b/testhal/STM32/STM32F3xx/USB_CDC/debug/STM32F3xx-USB_CDC (OpenOCD, Flash and Run).launch
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<launchConfiguration type="org.eclipse.cdt.debug.gdbjtag.launchConfigurationType">
-<stringAttribute key="bad_container_name" value="\STM32F30x-USB_CDC\debug"/>
+<stringAttribute key="bad_container_name" value="\STM32F3xx-USB_CDC\debug"/>
<intAttribute key="org.eclipse.cdt.debug.gdbjtag.core.delay" value="1"/>
<booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.doHalt" value="true"/>
<booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.doReset" value="true"/>
@@ -37,11 +37,11 @@
<stringAttribute key="org.eclipse.cdt.launch.GLOBAL_VARIABLES" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;globalVariableList/&gt;&#13;&#10;"/>
<stringAttribute key="org.eclipse.cdt.launch.MEMORY_BLOCKS" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;memoryBlockExpressionList/&gt;&#13;&#10;"/>
<stringAttribute key="org.eclipse.cdt.launch.PROGRAM_NAME" value="./build/ch.elf"/>
-<stringAttribute key="org.eclipse.cdt.launch.PROJECT_ATTR" value="STM32F30x-USB_CDC"/>
+<stringAttribute key="org.eclipse.cdt.launch.PROJECT_ATTR" value="STM32F3xx-USB_CDC"/>
<booleanAttribute key="org.eclipse.cdt.launch.PROJECT_BUILD_CONFIG_AUTO_ATTR" value="true"/>
<stringAttribute key="org.eclipse.cdt.launch.PROJECT_BUILD_CONFIG_ID_ATTR" value="0.1093754934"/>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
-<listEntry value="/STM32F30x-USB_CDC"/>
+<listEntry value="/STM32F3xx-USB_CDC"/>
</listAttribute>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="4"/>
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 @@
</cconfiguration>
</storageModule>
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
- <project id="STM32F30x-USB_CDC_IAD.null.1378892026" name="STM32F30x-USB_CDC_IAD"/>
+ <project id="STM32F3xx-USB_CDC_IAD.null.1378892026" name="STM32F3xx-USB_CDC_IAD"/>
</storageModule>
<storageModule moduleId="scannerConfiguration">
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
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 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
- <name>STM32F30x-USB_CDC_IAD</name>
+ <name>STM32F3xx-USB_CDC_IAD</name>
<comment></comment>
<projects>
</projects>
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/STM32F3xx-USB_CDC_IAD (OpenOCD, Flash and Run).launch
index 4ba94fc0d..ae91aa89b 100644
--- 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/STM32F3xx-USB_CDC_IAD (OpenOCD, Flash and Run).launch
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<launchConfiguration type="org.eclipse.cdt.debug.gdbjtag.launchConfigurationType">
-<stringAttribute key="bad_container_name" value="\STM32F30x-USB_CDC_IAD\debug"/>
+<stringAttribute key="bad_container_name" value="\STM32F3xx-USB_CDC_IAD\debug"/>
<intAttribute key="org.eclipse.cdt.debug.gdbjtag.core.delay" value="1"/>
<booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.doHalt" value="true"/>
<booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.doReset" value="true"/>
@@ -37,11 +37,11 @@
<stringAttribute key="org.eclipse.cdt.launch.GLOBAL_VARIABLES" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;globalVariableList/&gt;&#13;&#10;"/>
<stringAttribute key="org.eclipse.cdt.launch.MEMORY_BLOCKS" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;memoryBlockExpressionList/&gt;&#13;&#10;"/>
<stringAttribute key="org.eclipse.cdt.launch.PROGRAM_NAME" value="./build/ch.elf"/>
-<stringAttribute key="org.eclipse.cdt.launch.PROJECT_ATTR" value="STM32F30x-USB_CDC_IAD"/>
+<stringAttribute key="org.eclipse.cdt.launch.PROJECT_ATTR" value="STM32F3xx-USB_CDC_IAD"/>
<booleanAttribute key="org.eclipse.cdt.launch.PROJECT_BUILD_CONFIG_AUTO_ATTR" value="true"/>
<stringAttribute key="org.eclipse.cdt.launch.PROJECT_BUILD_CONFIG_ID_ATTR" value="0.1093754934"/>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
-<listEntry value="/STM32F30x-USB_CDC_IAD"/>
+<listEntry value="/STM32F3xx-USB_CDC_IAD"/>
</listAttribute>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="4"/>