aboutsummaryrefslogtreecommitdiffstats
path: root/tools/eclipse/debug/OpenOCD on ICDI (prompts for .cfg target configuration).launch
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-02-11 13:46:27 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-02-11 13:46:27 +0000
commit137145a7afc751cd26c803f9619120cb7a86ef10 (patch)
tree700ec53eb5476d624469732618dab7062ecce686 /tools/eclipse/debug/OpenOCD on ICDI (prompts for .cfg target configuration).launch
parentff109ac9e64f0f107a21343cd82d603b04c35aaf (diff)
downloadChibiOS-137145a7afc751cd26c803f9619120cb7a86ef10.tar.gz
ChibiOS-137145a7afc751cd26c803f9619120cb7a86ef10.tar.bz2
ChibiOS-137145a7afc751cd26c803f9619120cb7a86ef10.zip
Modified launch configurations to use OPENOCD env var.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11474 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'tools/eclipse/debug/OpenOCD on ICDI (prompts for .cfg target configuration).launch')
-rw-r--r--tools/eclipse/debug/OpenOCD on ICDI (prompts for .cfg target configuration).launch3
1 files changed, 1 insertions, 2 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
index 0af6b4481..d4c1268d2 100644
--- 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
@@ -4,7 +4,6 @@
<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_LOCATION" value="${env_var:OPENOCD}"/>
<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>