aboutsummaryrefslogtreecommitdiffstats
path: root/demos/TIVA
diff options
context:
space:
mode:
authormarcoveeneman <marco-veeneman@hotmail.com>2015-01-14 23:02:20 +0100
committermarcoveeneman <marco-veeneman@hotmail.com>2015-01-14 23:02:20 +0100
commit4532c817db9d47cc8c0ca20fa58a04787aa335b2 (patch)
treef75f17a0919525e9d0a7a3cbac6a50b14a195b6b /demos/TIVA
parent0c29d6eb35674a0ffa18f670b710d02908d9d95a (diff)
downloadChibiOS-Contrib-4532c817db9d47cc8c0ca20fa58a04787aa335b2.tar.gz
ChibiOS-Contrib-4532c817db9d47cc8c0ca20fa58a04787aa335b2.tar.bz2
ChibiOS-Contrib-4532c817db9d47cc8c0ca20fa58a04787aa335b2.zip
Added external tool configuration for the In-Circuit Debug Interface (ICDI).
Diffstat (limited to 'demos/TIVA')
-rw-r--r--demos/TIVA/RT-TM4C123G-LAUNCHPAD/debug/OpenOCD on ICDI (prompts for .cfg target configuration) - kopie.launch10
1 files changed, 10 insertions, 0 deletions
diff --git a/demos/TIVA/RT-TM4C123G-LAUNCHPAD/debug/OpenOCD on ICDI (prompts for .cfg target configuration) - kopie.launch b/demos/TIVA/RT-TM4C123G-LAUNCHPAD/debug/OpenOCD on ICDI (prompts for .cfg target configuration) - kopie.launch
new file mode 100644
index 0000000..8772f9c
--- /dev/null
+++ b/demos/TIVA/RT-TM4C123G-LAUNCHPAD/debug/OpenOCD on ICDI (prompts for .cfg target configuration) - kopie.launch
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<launchConfiguration type="org.eclipse.ui.externaltools.ProgramLaunchConfigurationType">
+<listAttribute key="org.eclipse.debug.ui.favoriteGroups">
+<listEntry value="org.eclipse.ui.externaltools.launchGroup"/>
+</listAttribute>
+<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LAUNCH_CONFIGURATION_BUILD_SCOPE" value="${none}"/>
+<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${eclipse_home}\..\tools\openocd\bin\openocd.exe"/>
+<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="-c &quot;telnet_port 4444&quot; -f &quot;interface/ti-icdi.cfg&quot; -f &quot;${file_prompt}&quot;"/>
+<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${eclipse_home}\..\tools\openocd\bin\"/>
+</launchConfiguration>