diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-11-15 17:04:05 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-11-15 17:04:05 +0000 |
commit | db6f9df412a254fc12cee430830d8e79e7f36409 (patch) | |
tree | b36b058ef636c3d02f8d5cf77c08b83193f9529a /testhal/STM32 | |
parent | c0da3c4f42dd944a30199744679442cf2ef7b633 (diff) | |
download | ChibiOS-db6f9df412a254fc12cee430830d8e79e7f36409.tar.gz ChibiOS-db6f9df412a254fc12cee430830d8e79e7f36409.tar.bz2 ChibiOS-db6f9df412a254fc12cee430830d8e79e7f36409.zip |
DAC driver now working with L4+.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12431 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'testhal/STM32')
-rw-r--r-- | testhal/STM32/multi/DAC/debug/STM32-DAC (Select ELF file)(OpenOCD, Just Run).launch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/multi/DAC/debug/STM32-DAC (Select ELF file)(OpenOCD, Just Run).launch b/testhal/STM32/multi/DAC/debug/STM32-DAC (Select ELF file)(OpenOCD, Just Run).launch index a07f9791d..e389bd7b5 100644 --- a/testhal/STM32/multi/DAC/debug/STM32-DAC (Select ELF file)(OpenOCD, Just Run).launch +++ b/testhal/STM32/multi/DAC/debug/STM32-DAC (Select ELF file)(OpenOCD, Just 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="xPSR-(format)" val="4"/></contentList>"/> +<stringAttribute key="org.eclipse.cdt.launch.FORMAT" value="<?xml version="1.0" encoding="UTF-8" standalone="no"?><contentList><content id="CR-dac-params-dacp-dac_lld_start_conversion-(format)" val="4"/><content id="xPSR-(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> <memoryBlockExpressionItem> <expression text="0x40021004"/> </memoryBlockExpressionItem> </memoryBlockExpressionList> "/> <stringAttribute key="org.eclipse.cdt.launch.PROGRAM_NAME" value="${selected_resource_loc}"/> |