From 15e4e6f2949c7b6871bf93967f59dd39d1159b1a Mon Sep 17 00:00:00 2001 From: roccomarco <roccomarco@35acf78f-673a-0410-8e92-d51de3d6d3f4> Date: Mon, 5 Feb 2018 13:50:10 +0000 Subject: 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 --- ...nOCD on ICDI (prompts for .cfg target configuration).launch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tools/eclipse/debug/OpenOCD on ICDI (prompts for .cfg target configuration).launch (limited to 'tools') 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 "telnet_port 4444" -f "interface/ti-icdi.cfg" -f "${file_prompt}""/> +<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${eclipse_home}\..\tools\openocd\scripts\"/> +</launchConfiguration> -- cgit v1.2.3