aboutsummaryrefslogtreecommitdiffstats
path: root/demos/TIVA/RT-TM4C1294-LAUNCHPAD-LWIP
diff options
context:
space:
mode:
authormarcoveeneman <marco-veeneman@hotmail.com>2016-05-11 20:33:21 +0200
committermarcoveeneman <marco-veeneman@hotmail.com>2016-05-11 20:33:21 +0200
commit50439f54df9826bb5963dafccbadc6e2116f6df8 (patch)
treeb9649f8a8918b20f72b7c9a7c5e69a58e9a989c6 /demos/TIVA/RT-TM4C1294-LAUNCHPAD-LWIP
parent60ed4442a22a328ab134c1ee795018016e1cd507 (diff)
downloadChibiOS-Contrib-50439f54df9826bb5963dafccbadc6e2116f6df8.tar.gz
ChibiOS-Contrib-50439f54df9826bb5963dafccbadc6e2116f6df8.tar.bz2
ChibiOS-Contrib-50439f54df9826bb5963dafccbadc6e2116f6df8.zip
Tiva. Fixed and added missing debug and external tool configurations.
Diffstat (limited to 'demos/TIVA/RT-TM4C1294-LAUNCHPAD-LWIP')
-rw-r--r--demos/TIVA/RT-TM4C1294-LAUNCHPAD-LWIP/debug/OpenOCD on ICDI (prompts for .cfg target configuration).launch11
1 files changed, 11 insertions, 0 deletions
diff --git a/demos/TIVA/RT-TM4C1294-LAUNCHPAD-LWIP/debug/OpenOCD on ICDI (prompts for .cfg target configuration).launch b/demos/TIVA/RT-TM4C1294-LAUNCHPAD-LWIP/debug/OpenOCD on ICDI (prompts for .cfg target configuration).launch
new file mode 100644
index 0000000..b75efdd
--- /dev/null
+++ b/demos/TIVA/RT-TM4C1294-LAUNCHPAD-LWIP/debug/OpenOCD on ICDI (prompts for .cfg target configuration).launch
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<launchConfiguration type="org.eclipse.ui.externaltools.ProgramLaunchConfigurationType">
+<stringAttribute key="bad_container_name" value="\RT-TM4C1294-LAUNCHPAD-\debug"/>
+<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\scripts\"/>
+</launchConfiguration>