diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-01-22 11:13:18 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-01-22 11:13:18 +0000 |
commit | f68d136b7a47d5b4d68009c6001af4a5ccacbfc1 (patch) | |
tree | 8f3f3df52d7e518eebdd799329936b4e286e7a01 /demos/STM32/RT-STM32F746ZG-NUCLEO144 | |
parent | b56329fd3d701c99461a8d1f32ab45b26f32ce30 (diff) | |
download | ChibiOS-f68d136b7a47d5b4d68009c6001af4a5ccacbfc1.tar.gz ChibiOS-f68d136b7a47d5b4d68009c6001af4a5ccacbfc1.tar.bz2 ChibiOS-f68d136b7a47d5b4d68009c6001af4a5ccacbfc1.zip |
Fixed a metadata problem.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11387 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/STM32/RT-STM32F746ZG-NUCLEO144')
-rw-r--r-- | demos/STM32/RT-STM32F746ZG-NUCLEO144/.cproject | 4 | ||||
-rw-r--r-- | demos/STM32/RT-STM32F746ZG-NUCLEO144/debug/RT-STM32F746ZG-NUCLEO144 (OpenOCD, Flash and Run).launch (renamed from demos/STM32/RT-STM32F746ZG-NUCLEO144/debug/RT-STM32F746ZE-NUCLEO144 (OpenOCD, Flash and Run).launch) | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/demos/STM32/RT-STM32F746ZG-NUCLEO144/.cproject b/demos/STM32/RT-STM32F746ZG-NUCLEO144/.cproject index 4d86467e8..fd573e08c 100644 --- a/demos/STM32/RT-STM32F746ZG-NUCLEO144/.cproject +++ b/demos/STM32/RT-STM32F746ZG-NUCLEO144/.cproject @@ -37,7 +37,7 @@ </cconfiguration>
</storageModule>
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
- <project id="RT-STM32L476RG-NUCLEO.null.1004513353" name="RT-STM32L476RG-NUCLEO"/>
+ <project id="RT-STM32F746ZG-NUCLEO144.null.1004513353" name="RT-STM32F746ZG-NUCLEO144"/>
</storageModule>
<storageModule moduleId="scannerConfiguration">
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
@@ -48,7 +48,7 @@ <storageModule moduleId="org.eclipse.cdt.core.LanguageSettingsProviders"/>
<storageModule moduleId="refreshScope" versionNumber="2">
<configuration configurationName="Default">
- <resource resourceType="PROJECT" workspacePath="/RT-STM32L476RG-NUCLEO"/>
+ <resource resourceType="PROJECT" workspacePath="/RT-STM32F746ZG-NUCLEO144"/>
</configuration>
</storageModule>
</cproject>
diff --git a/demos/STM32/RT-STM32F746ZG-NUCLEO144/debug/RT-STM32F746ZE-NUCLEO144 (OpenOCD, Flash and Run).launch b/demos/STM32/RT-STM32F746ZG-NUCLEO144/debug/RT-STM32F746ZG-NUCLEO144 (OpenOCD, Flash and Run).launch index 5614c6b13..5a0537ec3 100644 --- a/demos/STM32/RT-STM32F746ZG-NUCLEO144/debug/RT-STM32F746ZE-NUCLEO144 (OpenOCD, Flash and Run).launch +++ b/demos/STM32/RT-STM32F746ZG-NUCLEO144/debug/RT-STM32F746ZG-NUCLEO144 (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="\RT-STM32F746ZE-NUCLEO144\debug"/>
+<stringAttribute key="bad_container_name" value="\RT-STM32F746ZG-NUCLEO144\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"/>
|