diff options
author | marcoveeneman <marco-veeneman@hotmail.com> | 2015-01-22 21:51:35 +0100 |
---|---|---|
committer | marcoveeneman <marco-veeneman@hotmail.com> | 2015-01-22 21:51:35 +0100 |
commit | e04cc85d641a404450247f68ccbf1fc8734e35de (patch) | |
tree | 7eb6449735834e60cc38a62ee8d0d93013e1cd64 /testhal/TIVA/TM4C123x/PWM/debug/OpenOCD on ICDI (prompts for .cfg target configuration) - kopie.launch | |
parent | 14bdd6477fec41f9e6e1a2e76900e418c96341e3 (diff) | |
parent | acedb79754feaa50386155bb63168cad6a820bfa (diff) | |
download | ChibiOS-Contrib-e04cc85d641a404450247f68ccbf1fc8734e35de.tar.gz ChibiOS-Contrib-e04cc85d641a404450247f68ccbf1fc8734e35de.tar.bz2 ChibiOS-Contrib-e04cc85d641a404450247f68ccbf1fc8734e35de.zip |
Merge branch 'tiva_chibistudio'
Diffstat (limited to 'testhal/TIVA/TM4C123x/PWM/debug/OpenOCD on ICDI (prompts for .cfg target configuration) - kopie.launch')
-rw-r--r-- | testhal/TIVA/TM4C123x/PWM/debug/OpenOCD on ICDI (prompts for .cfg target configuration) - kopie.launch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testhal/TIVA/TM4C123x/PWM/debug/OpenOCD on ICDI (prompts for .cfg target configuration) - kopie.launch b/testhal/TIVA/TM4C123x/PWM/debug/OpenOCD on ICDI (prompts for .cfg target configuration) - kopie.launch new file mode 100644 index 0000000..8772f9c --- /dev/null +++ b/testhal/TIVA/TM4C123x/PWM/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 "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\bin\"/> +</launchConfiguration> |