diff options
author | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-10-03 15:15:05 +0000 |
---|---|---|
committer | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-10-03 15:15:05 +0000 |
commit | 4318fdf75dc785d3be9cd770609f67bf0c870577 (patch) | |
tree | 950c23a558d66ac5619bfba9502faf20ce377d44 | |
parent | 5aeeec67b2ee081cad27e7eb7f8d625d8e302310 (diff) | |
download | ChibiOS-4318fdf75dc785d3be9cd770609f67bf0c870577.tar.gz ChibiOS-4318fdf75dc785d3be9cd770609f67bf0c870577.tar.bz2 ChibiOS-4318fdf75dc785d3be9cd770609f67bf0c870577.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9848 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | demos/XMC/RT-XMC1100-XMC_2GO/debug/RT-XMC1100-XMC_2GO (Segger JLink, Flash and Run).launch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/demos/XMC/RT-XMC1100-XMC_2GO/debug/RT-XMC1100-XMC_2GO (Segger JLink, Flash and Run).launch b/demos/XMC/RT-XMC1100-XMC_2GO/debug/RT-XMC1100-XMC_2GO (Segger JLink, Flash and Run).launch index 62c189a9b..bfb591209 100644 --- a/demos/XMC/RT-XMC1100-XMC_2GO/debug/RT-XMC1100-XMC_2GO (Segger JLink, Flash and Run).launch +++ b/demos/XMC/RT-XMC1100-XMC_2GO/debug/RT-XMC1100-XMC_2GO (Segger JLink, Flash and Run).launch @@ -3,10 +3,10 @@ <stringAttribute key="bad_container_name" value="\RT-STM32F401RE-NUCLEO64\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"/>
+<booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.doReset" value="false"/>
<stringAttribute key="org.eclipse.cdt.debug.gdbjtag.core.imageFileName" value=""/>
<stringAttribute key="org.eclipse.cdt.debug.gdbjtag.core.imageOffset" value=""/>
-<stringAttribute key="org.eclipse.cdt.debug.gdbjtag.core.initCommands" value="set remotetimeout 20 monitor reset init monitor sleep 50 "/>
+<stringAttribute key="org.eclipse.cdt.debug.gdbjtag.core.initCommands" value="set remotetimeout 20 monitor reset 5 monitor sleep 50"/>
<stringAttribute key="org.eclipse.cdt.debug.gdbjtag.core.ipAddress" value="localhost"/>
<stringAttribute key="org.eclipse.cdt.debug.gdbjtag.core.jtagDevice" value="Generic TCP/IP"/>
<booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.loadImage" value="true"/>
@@ -33,9 +33,9 @@ <intAttribute key="org.eclipse.cdt.launch.ATTR_BUILD_BEFORE_LAUNCH_ATTR" value="2"/>
<stringAttribute key="org.eclipse.cdt.launch.COREFILE_PATH" value=""/>
<stringAttribute key="org.eclipse.cdt.launch.DEBUGGER_REGISTER_GROUPS" value=""/>
-<stringAttribute key="org.eclipse.cdt.launch.FORMAT" value="<?xml version="1.0" encoding="UTF-8" standalone="no"?><contentList><content id="PSP-(format)" val="4"/><content id="MSP-(format)" val="4"/><content id="xpsr-(format)" val="2"/><content id="r0-(format)" val="4"/><content id="null-Reset_Handler-(format)" val="4"/><content id="null-_thread_memfill-(format)" val="4"/></contentList>"/>
+<stringAttribute key="org.eclipse.cdt.launch.FORMAT" value="<?xml version="1.0" encoding="UTF-8" standalone="no"?><contentList><content id="null-_thread_memfill-(format)" val="4"/><content id="null-Reset_Handler-(format)" val="4"/><content id="MSP-(format)" val="4"/><content id="PSP-(format)" val="4"/><content id="r0-(format)" val="4"/><content id="xpsr-(format)" val="2"/><content id="msp-(format)" val="4"/><content id="psp-(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="0x10001004"/> </memoryBlockExpressionItem> <memoryBlockExpressionItem> <expression text="0x10001000"/> </memoryBlockExpressionItem> </memoryBlockExpressionList> "/>
+<stringAttribute key="org.eclipse.cdt.launch.MEMORY_BLOCKS" value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <memoryBlockExpressionList> <memoryBlockExpressionItem> <expression text="0x20000000"/> </memoryBlockExpressionItem> </memoryBlockExpressionList> "/>
<stringAttribute key="org.eclipse.cdt.launch.PROGRAM_NAME" value="./build/ch.elf"/>
<stringAttribute key="org.eclipse.cdt.launch.PROJECT_ATTR" value="RT-XMC1100-XMC_2GO"/>
<booleanAttribute key="org.eclipse.cdt.launch.PROJECT_BUILD_CONFIG_AUTO_ATTR" value="false"/>
|