diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-10-04 10:39:01 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-10-04 10:39:01 +0000 |
commit | cf7b963bcff641797d23d9e12b8b4a05037261c8 (patch) | |
tree | 368d44c1e58285a8629dd5453dbf39d621b40bcc /testhal/STM32/STM32F2xx | |
parent | 8e21971d1097eed1b3c6da048f5103d7f6cde387 (diff) | |
download | ChibiOS-cf7b963bcff641797d23d9e12b8b4a05037261c8.tar.gz ChibiOS-cf7b963bcff641797d23d9e12b8b4a05037261c8.tar.bz2 ChibiOS-cf7b963bcff641797d23d9e12b8b4a05037261c8.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9851 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32F2xx')
-rw-r--r-- | testhal/STM32/STM32F2xx/EXT/debug/STM32F2xx-EXT (OpenOCD, Flash and Run).launch | 2 | ||||
-rw-r--r-- | testhal/STM32/STM32F2xx/PWM-ICU/debug/STM32F2xx-PWM-ICU (OpenOCD, Flash and Run).launch | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/testhal/STM32/STM32F2xx/EXT/debug/STM32F2xx-EXT (OpenOCD, Flash and Run).launch b/testhal/STM32/STM32F2xx/EXT/debug/STM32F2xx-EXT (OpenOCD, Flash and Run).launch index 6bbfa7a4c..5672721c9 100644 --- a/testhal/STM32/STM32F2xx/EXT/debug/STM32F2xx-EXT (OpenOCD, Flash and Run).launch +++ b/testhal/STM32/STM32F2xx/EXT/debug/STM32F2xx-EXT (OpenOCD, Flash and Run).launch @@ -39,7 +39,7 @@ <stringAttribute key="org.eclipse.cdt.launch.PROGRAM_NAME" value="./build/ch.elf"/>
<stringAttribute key="org.eclipse.cdt.launch.PROJECT_ATTR" value="STM32F2xx-EXT"/>
<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"/>
+<stringAttribute key="org.eclipse.cdt.launch.PROJECT_BUILD_CONFIG_ID_ATTR" value="0.1606155520"/>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
<listEntry value="/STM32F2xx-EXT"/>
</listAttribute>
diff --git a/testhal/STM32/STM32F2xx/PWM-ICU/debug/STM32F2xx-PWM-ICU (OpenOCD, Flash and Run).launch b/testhal/STM32/STM32F2xx/PWM-ICU/debug/STM32F2xx-PWM-ICU (OpenOCD, Flash and Run).launch index c97e914bb..fa6c5d0d0 100644 --- a/testhal/STM32/STM32F2xx/PWM-ICU/debug/STM32F2xx-PWM-ICU (OpenOCD, Flash and Run).launch +++ b/testhal/STM32/STM32F2xx/PWM-ICU/debug/STM32F2xx-PWM-ICU (OpenOCD, Flash and Run).launch @@ -39,7 +39,7 @@ <stringAttribute key="org.eclipse.cdt.launch.PROGRAM_NAME" value="./build/ch.elf"/>
<stringAttribute key="org.eclipse.cdt.launch.PROJECT_ATTR" value="STM32F2xx-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.588576619"/>
+<stringAttribute key="org.eclipse.cdt.launch.PROJECT_BUILD_CONFIG_ID_ATTR" value="0.795257592"/>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
<listEntry value="/STM32F2xx-PWM-ICU"/>
</listAttribute>
|