aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorroccomarco <roccomarco@35acf78f-673a-0410-8e92-d51de3d6d3f4>2018-02-05 13:50:10 +0000
committerroccomarco <roccomarco@35acf78f-673a-0410-8e92-d51de3d6d3f4>2018-02-05 13:50:10 +0000
commit15e4e6f2949c7b6871bf93967f59dd39d1159b1a (patch)
tree92495012aefc176fac1a400efbb520735009c48d /tools
parent3c7108ff24866f55d7d2937820046f66ab604cb8 (diff)
downloadChibiOS-15e4e6f2949c7b6871bf93967f59dd39d1159b1a.tar.gz
ChibiOS-15e4e6f2949c7b6871bf93967f59dd39d1159b1a.tar.bz2
ChibiOS-15e4e6f2949c7b6871bf93967f59dd39d1159b1a.zip
Added OpenOCD on ICDI launch configuration under tools
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11453 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'tools')
-rw-r--r--tools/eclipse/debug/OpenOCD on ICDI (prompts for .cfg target configuration).launch10
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/eclipse/debug/OpenOCD on ICDI (prompts for .cfg target configuration).launch b/tools/eclipse/debug/OpenOCD on ICDI (prompts for .cfg target configuration).launch
new file mode 100644
index 000000000..0af6b4481
--- /dev/null
+++ b/tools/eclipse/debug/OpenOCD on ICDI (prompts for .cfg target configuration).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\scripts\"/>
+</launchConfiguration>