diff options
author | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-05-10 17:03:58 +0000 |
---|---|---|
committer | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-05-10 17:03:58 +0000 |
commit | 77a32a7b37dd537e42ef5093326658e00fd3b457 (patch) | |
tree | 5ce7cad6983b4ab77c33fca965e06943102252b4 | |
parent | 7d7a7482c184ff44780f7504d48b86fb24b3fb53 (diff) | |
download | ChibiOS-77a32a7b37dd537e42ef5093326658e00fd3b457.tar.gz ChibiOS-77a32a7b37dd537e42ef5093326658e00fd3b457.tar.bz2 ChibiOS-77a32a7b37dd537e42ef5093326658e00fd3b457.zip |
Fixed STM32F4xx-SPI-L3GD20 project name
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9457 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | testhal/STM32/STM32F4xx/SPI-L3GD20/.project | 2 | ||||
-rw-r--r-- | testhal/STM32/STM32F4xx/SPI-L3GD20/debug/STM32F4xx-SPI-L3GD20 (OpenOCD, Flash and Run).launch (renamed from testhal/STM32/STM32F4xx/SPI-L3GD20/debug/STM32F4xx_SPI-L3GD20 (OpenOCD, Flash and Run).launch) | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/testhal/STM32/STM32F4xx/SPI-L3GD20/.project b/testhal/STM32/STM32F4xx/SPI-L3GD20/.project index 1f441443e..05ce7ee12 100644 --- a/testhal/STM32/STM32F4xx/SPI-L3GD20/.project +++ b/testhal/STM32/STM32F4xx/SPI-L3GD20/.project @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
- <name>STM32F4xx_SPI-L3GD20</name>
+ <name>STM32F4xx-SPI-L3GD20</name>
<comment></comment>
<projects>
</projects>
diff --git a/testhal/STM32/STM32F4xx/SPI-L3GD20/debug/STM32F4xx_SPI-L3GD20 (OpenOCD, Flash and Run).launch b/testhal/STM32/STM32F4xx/SPI-L3GD20/debug/STM32F4xx-SPI-L3GD20 (OpenOCD, Flash and Run).launch index 370c8cef1..21c597ad1 100644 --- a/testhal/STM32/STM32F4xx/SPI-L3GD20/debug/STM32F4xx_SPI-L3GD20 (OpenOCD, Flash and Run).launch +++ b/testhal/STM32/STM32F4xx/SPI-L3GD20/debug/STM32F4xx-SPI-L3GD20 (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="\STM32F4xx_SPI-L3GD20\debug"/>
+<stringAttribute key="bad_container_name" value="\STM32F4xx-SPI-L3GD20\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="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <globalVariableList/> "/>
<stringAttribute key="org.eclipse.cdt.launch.MEMORY_BLOCKS" value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <memoryBlockExpressionList/> "/>
<stringAttribute key="org.eclipse.cdt.launch.PROGRAM_NAME" value="./build/ch.elf"/>
-<stringAttribute key="org.eclipse.cdt.launch.PROJECT_ATTR" value="STM32F4xx_SPI-L3GD20"/>
+<stringAttribute key="org.eclipse.cdt.launch.PROJECT_ATTR" value="STM32F4xx-SPI-L3GD20"/>
<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.603687198"/>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
-<listEntry value="/STM32F4xx_SPI-L3GD20"/>
+<listEntry value="/STM32F4xx-SPI-L3GD20"/>
</listAttribute>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="4"/>
|