diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-03-23 14:46:11 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-03-23 14:46:11 +0000 |
commit | 1d3bbc72c326e87bb688cbce39ea93b71b4406d3 (patch) | |
tree | 7c6b789cec2d88670b0a6a76d37e056a22ea4dd7 /testhal/STM32/multi/PAL | |
parent | ba262ba2e1e52076eca09e96648131e4a8f2f00d (diff) | |
download | ChibiOS-1d3bbc72c326e87bb688cbce39ea93b71b4406d3.tar.gz ChibiOS-1d3bbc72c326e87bb688cbce39ea93b71b4406d3.tar.bz2 ChibiOS-1d3bbc72c326e87bb688cbce39ea93b71b4406d3.zip |
Restored launch files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11850 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'testhal/STM32/multi/PAL')
-rw-r--r-- | testhal/STM32/multi/PAL/debug/STM32-PAL (Select ELF file)(OpenOCD, Flash and Run).launch | 2 | ||||
-rw-r--r-- | testhal/STM32/multi/PAL/debug/STM32-PAL (Select ELF file)(OpenOCD, Just Run).launch | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/testhal/STM32/multi/PAL/debug/STM32-PAL (Select ELF file)(OpenOCD, Flash and Run).launch b/testhal/STM32/multi/PAL/debug/STM32-PAL (Select ELF file)(OpenOCD, Flash and Run).launch index a5feeb04d..1e7f3f6e9 100644 --- a/testhal/STM32/multi/PAL/debug/STM32-PAL (Select ELF file)(OpenOCD, Flash and Run).launch +++ b/testhal/STM32/multi/PAL/debug/STM32-PAL (Select ELF file)(OpenOCD, Flash and Run).launch @@ -36,7 +36,7 @@ <stringAttribute key="org.eclipse.cdt.launch.FORMAT" value="<?xml version="1.0" encoding="UTF-8" standalone="no"?><contentList><content id="xPSR-(format)" val="4"/></contentList>"/>
<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> <memoryBlockExpressionItem> <expression text="0x40021004"/> </memoryBlockExpressionItem> </memoryBlockExpressionList> "/>
-<stringAttribute key="org.eclipse.cdt.launch.PROGRAM_NAME" value="${selected_resource_loc}/ch.elf"/>
+<stringAttribute key="org.eclipse.cdt.launch.PROGRAM_NAME" value="${selected_resource_loc}"/>
<stringAttribute key="org.eclipse.cdt.launch.PROJECT_ATTR" value="STM32-PAL"/>
<booleanAttribute key="org.eclipse.cdt.launch.PROJECT_BUILD_CONFIG_AUTO_ATTR" value="false"/>
<stringAttribute key="org.eclipse.cdt.launch.PROJECT_BUILD_CONFIG_ID_ATTR" value=""/>
diff --git a/testhal/STM32/multi/PAL/debug/STM32-PAL (Select ELF file)(OpenOCD, Just Run).launch b/testhal/STM32/multi/PAL/debug/STM32-PAL (Select ELF file)(OpenOCD, Just Run).launch index 66eadb429..4aa924aeb 100644 --- a/testhal/STM32/multi/PAL/debug/STM32-PAL (Select ELF file)(OpenOCD, Just Run).launch +++ b/testhal/STM32/multi/PAL/debug/STM32-PAL (Select ELF file)(OpenOCD, Just Run).launch @@ -36,7 +36,7 @@ <stringAttribute key="org.eclipse.cdt.launch.FORMAT" value="<?xml version="1.0" encoding="UTF-8" standalone="no"?><contentList><content id="xPSR-(format)" val="4"/></contentList>"/>
<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> <memoryBlockExpressionItem> <expression text="0x40021004"/> </memoryBlockExpressionItem> </memoryBlockExpressionList> "/>
-<stringAttribute key="org.eclipse.cdt.launch.PROGRAM_NAME" value="${selected_resource_loc}/ch.elf"/>
+<stringAttribute key="org.eclipse.cdt.launch.PROGRAM_NAME" value="${selected_resource_loc}"/>
<stringAttribute key="org.eclipse.cdt.launch.PROJECT_ATTR" value="STM32-PAL"/>
<booleanAttribute key="org.eclipse.cdt.launch.PROJECT_BUILD_CONFIG_AUTO_ATTR" value="false"/>
<stringAttribute key="org.eclipse.cdt.launch.PROJECT_BUILD_CONFIG_ID_ATTR" value=""/>
|