diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-11-09 09:57:16 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-11-09 09:57:16 +0000 |
commit | 9472504bb695fef7f68849847ffe40dff9b0a591 (patch) | |
tree | f26590d3c6f97ef1264631726aeccdf7344819a4 /testhal | |
parent | 8e0e4b064425c9c54e109191bba8bcf0775ba9ee (diff) | |
download | ChibiOS-9472504bb695fef7f68849847ffe40dff9b0a591.tar.gz ChibiOS-9472504bb695fef7f68849847ffe40dff9b0a591.tar.bz2 ChibiOS-9472504bb695fef7f68849847ffe40dff9b0a591.zip |
WSPI and flash support improvements.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12411 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'testhal')
-rw-r--r-- | testhal/STM32/multi/WSPI-MFS/debug/STM32-WSPI-MFS (Select ELF file)(OpenOCD, Just Run).launch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/multi/WSPI-MFS/debug/STM32-WSPI-MFS (Select ELF file)(OpenOCD, Just Run).launch b/testhal/STM32/multi/WSPI-MFS/debug/STM32-WSPI-MFS (Select ELF file)(OpenOCD, Just Run).launch index 71447cb03..71e2e7e7b 100644 --- a/testhal/STM32/multi/WSPI-MFS/debug/STM32-WSPI-MFS (Select ELF file)(OpenOCD, Just Run).launch +++ b/testhal/STM32/multi/WSPI-MFS/debug/STM32-WSPI-MFS (Select ELF file)(OpenOCD, Just Run).launch @@ -35,7 +35,7 @@ <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="CCR-channel-dma-wspip-wspi_lld_serve_interrupt-(format)" val="4"/><content id="SR-ospi-wspip-wspi_lld_serve_interrupt-(format)" val="4"/><content id="cmd-cmdp-wspi_lld_receive-(format)" val="4"/><content id="CCR-ospi-wspip-wspi_lld_receive-(format)" val="4"/><content id="SR-ospi-wspip-wspi_lld_receive-(format)" val="4"/><content id="cfg-cmdp-wspi_lld_receive-(format)" val="4"/><content id="DCR1-ospi-null-port_wait_for_interrupt-(format)" val="4"/><content id="CR-ospi-null-port_wait_for_interrupt-(format)" val="4"/><content id="CCR-channel-dma-wspip-wspi_lld_receive-(format)" val="4"/><content id="cmd-cmd_reset_enable_8str-n25q_reset_memory-(format)" val="4"/><content id="DCR1-ospi-wspip-wspi_lld_command-(format)" val="4"/><content id="CR-ospi-wspip-wspi_lld_command-(format)" val="4"/><content id="cfg-cmdp-wspi_lld_command-(format)" val="4"/><content id="cmd-cmdp-wspiCommand-(format)" val="4"/><content id="cmd-cmdp-wspi_lld_command-(format)" val="4"/><content id="xPSR-(format)" val="4"/><content id="CCR-channel-dma-null-_idle_thread-(format)" val="4"/><content id="CR-ospi-null-_idle_thread-(format)" val="4"/><content id="device_id-devp-snor_device_init-(format)" val="4"/><content id="device_id[0]-device_id-devp-snor_device_init-(format)" val="4"/><content id="device_id[1]-device_id-devp-snor_device_init-(format)" val="4"/><content id="device_id[2]-device_id-devp-snor_device_init-(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.MEMORY_BLOCKS" value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <memoryBlockExpressionList> <memoryBlockExpressionItem> <expression text="0x70000000"/> </memoryBlockExpressionItem> </memoryBlockExpressionList> "/> <stringAttribute key="org.eclipse.cdt.launch.PROGRAM_NAME" value="${selected_resource_loc}"/> <stringAttribute key="org.eclipse.cdt.launch.PROJECT_ATTR" value="STM32-WSPI-MFS"/> <booleanAttribute key="org.eclipse.cdt.launch.PROJECT_BUILD_CONFIG_AUTO_ATTR" value="false"/> |