diff options
author | marcoveeneman <marco-veeneman@hotmail.com> | 2016-08-30 18:45:33 +0200 |
---|---|---|
committer | marcoveeneman <marco-veeneman@hotmail.com> | 2016-08-30 18:45:33 +0200 |
commit | 62014aea7565ed85d7cf5cf9ecebef4e15a01a59 (patch) | |
tree | ccc585a65625ceffa3c27c7f96202cbdef0076f9 /demos/TIVA | |
parent | 6675bf01e1cc6fd0d011fe2c1c3ee8776f3e97f9 (diff) | |
download | ChibiOS-Contrib-62014aea7565ed85d7cf5cf9ecebef4e15a01a59.tar.gz ChibiOS-Contrib-62014aea7565ed85d7cf5cf9ecebef4e15a01a59.tar.bz2 ChibiOS-Contrib-62014aea7565ed85d7cf5cf9ecebef4e15a01a59.zip |
Fixed .launch file for RT-TM4C1294-LAUNCHPAD demo.
Diffstat (limited to 'demos/TIVA')
-rw-r--r-- | demos/TIVA/RT-TM4C1294-LAUNCHPAD/debug/RT-TM4C1294-LAUNCHPAD (OpenOCD, Flash and Run).launch (renamed from demos/TIVA/RT-TM4C1294-LAUNCHPAD/debug/RT-TM4C1294-LAUNCHPAD-LWIP (OpenOCD, Flash and Run).launch) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/TIVA/RT-TM4C1294-LAUNCHPAD/debug/RT-TM4C1294-LAUNCHPAD-LWIP (OpenOCD, Flash and Run).launch b/demos/TIVA/RT-TM4C1294-LAUNCHPAD/debug/RT-TM4C1294-LAUNCHPAD (OpenOCD, Flash and Run).launch index c9016ed..597e58d 100644 --- a/demos/TIVA/RT-TM4C1294-LAUNCHPAD/debug/RT-TM4C1294-LAUNCHPAD-LWIP (OpenOCD, Flash and Run).launch +++ b/demos/TIVA/RT-TM4C1294-LAUNCHPAD/debug/RT-TM4C1294-LAUNCHPAD (OpenOCD, Flash and Run).launch @@ -37,11 +37,11 @@ <stringAttribute key="org.eclipse.cdt.launch.GLOBAL_VARIABLES" value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <globalVariableList/> "/> <stringAttribute key="org.eclipse.cdt.launch.MEMORY_BLOCKS" value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <memoryBlockExpressionList/> "/> <stringAttribute key="org.eclipse.cdt.launch.PROGRAM_NAME" value="./build/ch.elf"/> -<stringAttribute key="org.eclipse.cdt.launch.PROJECT_ATTR" value="RT-TM4C1294-LAUNCHPAD-LWIP"/> +<stringAttribute key="org.eclipse.cdt.launch.PROJECT_ATTR" value="RT-TM4C1294-LAUNCHPAD"/> <booleanAttribute key="org.eclipse.cdt.launch.PROJECT_BUILD_CONFIG_AUTO_ATTR" value="true"/> <stringAttribute key="org.eclipse.cdt.launch.PROJECT_BUILD_CONFIG_ID_ATTR" value="0.114656749"/> <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS"> -<listEntry value="/RT-TM4C1294-LAUNCHPAD-LWIP"/> +<listEntry value="/RT-TM4C1294-LAUNCHPAD"/> </listAttribute> <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES"> <listEntry value="4"/> |