diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-10-04 09:45:43 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-10-04 09:45:43 +0000 |
commit | 8e21971d1097eed1b3c6da048f5103d7f6cde387 (patch) | |
tree | ad78ebd94b063eabbd42c4e56c3fbd34cc6be2f5 /testhal/STM32/STM32F0xx/SPI | |
parent | 97e7ee4a690f17b4dabca4df2775cb3ccf207e5d (diff) | |
download | ChibiOS-8e21971d1097eed1b3c6da048f5103d7f6cde387.tar.gz ChibiOS-8e21971d1097eed1b3c6da048f5103d7f6cde387.tar.bz2 ChibiOS-8e21971d1097eed1b3c6da048f5103d7f6cde387.zip |
STM32F0 WDG demo added.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9850 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32F0xx/SPI')
-rw-r--r-- | testhal/STM32/STM32F0xx/SPI/debug/STM32F0xx-SPI (OpenOCD, Flash and Run).launch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F0xx/SPI/debug/STM32F0xx-SPI (OpenOCD, Flash and Run).launch b/testhal/STM32/STM32F0xx/SPI/debug/STM32F0xx-SPI (OpenOCD, Flash and Run).launch index 2fc48a3c1..767a774f0 100644 --- a/testhal/STM32/STM32F0xx/SPI/debug/STM32F0xx-SPI (OpenOCD, Flash and Run).launch +++ b/testhal/STM32/STM32F0xx/SPI/debug/STM32F0xx-SPI (OpenOCD, Flash and Run).launch @@ -33,7 +33,7 @@ <intAttribute key="org.eclipse.cdt.launch.ATTR_BUILD_BEFORE_LAUNCH_ATTR" value="2"/>
<stringAttribute key="org.eclipse.cdt.launch.COREFILE_PATH" value=""/>
<stringAttribute key="org.eclipse.cdt.launch.DEBUGGER_REGISTER_GROUPS" value=""/>
-<stringAttribute key="org.eclipse.cdt.launch.FORMAT" value="<?xml version="1.0" encoding="UTF-8" standalone="no"?><contentList><content id="CR2-adc-adcp-adc_lld_start_conversion-(format)" val="4"/><content id="CR2-adc-null-port_wait_for_interrupt-(format)" val="4"/><content id="cr2-adc_lld_start_conversion-(format)" val="4"/></contentList>"/>
+<stringAttribute key="org.eclipse.cdt.launch.FORMAT" value="<?xml version="1.0" encoding="UTF-8" standalone="no"?><contentList><content id="cr2-adc_lld_start_conversion-(format)" val="4"/><content id="CR2-adc-null-port_wait_for_interrupt-(format)" val="4"/><content id="CR2-adc-adcp-adc_lld_start_conversion-(format)" val="4"/></contentList>"/>
<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"/>
|