diff options
author | Rocco Marco Guglielmi <roccomarco.guglielmi@gmail.com> | 2018-03-13 11:33:01 +0000 |
---|---|---|
committer | Rocco Marco Guglielmi <roccomarco.guglielmi@gmail.com> | 2018-03-13 11:33:01 +0000 |
commit | ff7f1dcd2c1bf114cbecd703d1d645c95e6f7146 (patch) | |
tree | d3d8c6ad0317b95bbd7baaa19dd5a8b7439e9401 /testhal/STM32/multi/PAL/debug | |
parent | 4065cf0b1eb1993163f4eac5e21fd6add72917d2 (diff) | |
download | ChibiOS-ff7f1dcd2c1bf114cbecd703d1d645c95e6f7146.tar.gz ChibiOS-ff7f1dcd2c1bf114cbecd703d1d645c95e6f7146.tar.bz2 ChibiOS-ff7f1dcd2c1bf114cbecd703d1d645c95e6f7146.zip |
Modified STM32-PAL demo
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11728 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'testhal/STM32/multi/PAL/debug')
-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 1e7f3f6e9..a5feeb04d 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}"/>
+<stringAttribute key="org.eclipse.cdt.launch.PROGRAM_NAME" value="${selected_resource_loc}/ch.elf"/>
<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 4aa924aeb..66eadb429 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}"/>
+<stringAttribute key="org.eclipse.cdt.launch.PROGRAM_NAME" value="${selected_resource_loc}/ch.elf"/>
<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=""/>
|