diff options
author | marcoveeneman <marco-veeneman@hotmail.com> | 2016-05-11 20:33:21 +0200 |
---|---|---|
committer | marcoveeneman <marco-veeneman@hotmail.com> | 2016-05-11 20:33:21 +0200 |
commit | 50439f54df9826bb5963dafccbadc6e2116f6df8 (patch) | |
tree | b9649f8a8918b20f72b7c9a7c5e69a58e9a989c6 /testhal/TIVA/TM4C123x/PWM | |
parent | 60ed4442a22a328ab134c1ee795018016e1cd507 (diff) | |
download | ChibiOS-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 'testhal/TIVA/TM4C123x/PWM')
-rw-r--r-- | testhal/TIVA/TM4C123x/PWM/debug/OpenOCD on ICDI (prompts for .cfg target configuration).launch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/TIVA/TM4C123x/PWM/debug/OpenOCD on ICDI (prompts for .cfg target configuration).launch b/testhal/TIVA/TM4C123x/PWM/debug/OpenOCD on ICDI (prompts for .cfg target configuration).launch index 8772f9c..0af6b44 100644 --- a/testhal/TIVA/TM4C123x/PWM/debug/OpenOCD on ICDI (prompts for .cfg target configuration).launch +++ b/testhal/TIVA/TM4C123x/PWM/debug/OpenOCD on ICDI (prompts for .cfg target configuration).launch @@ -6,5 +6,5 @@ <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\"/> +<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${eclipse_home}\..\tools\openocd\scripts\"/> </launchConfiguration> |