diff options
author | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-09-30 13:26:12 +0000 |
---|---|---|
committer | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-09-30 13:26:12 +0000 |
commit | e7f367161525d6d8558dfe6ecae3d7cf07a80bba (patch) | |
tree | 95cb70d26fb61ff16969dc528a127f224731f879 /testex/STM32/STM32F4xx | |
parent | 5bc849172523cfdd32db4ff2ad32b63f0c6e2bd3 (diff) | |
download | ChibiOS-e7f367161525d6d8558dfe6ecae3d7cf07a80bba.tar.gz ChibiOS-e7f367161525d6d8558dfe6ecae3d7cf07a80bba.tar.bz2 ChibiOS-e7f367161525d6d8558dfe6ecae3d7cf07a80bba.zip |
Improved LIS302DL driver and related demos: improved bias and sensitivity handling.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9828 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testex/STM32/STM32F4xx')
-rw-r--r-- | testex/STM32/STM32F4xx/SPI-LIS302DL/debug/STM32F4xx-SPI-LIS302DL (OpenOCD, Flash and Run).launch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testex/STM32/STM32F4xx/SPI-LIS302DL/debug/STM32F4xx-SPI-LIS302DL (OpenOCD, Flash and Run).launch b/testex/STM32/STM32F4xx/SPI-LIS302DL/debug/STM32F4xx-SPI-LIS302DL (OpenOCD, Flash and Run).launch index 66baeff93..cc6503c3b 100644 --- a/testex/STM32/STM32F4xx/SPI-LIS302DL/debug/STM32F4xx-SPI-LIS302DL (OpenOCD, Flash and Run).launch +++ b/testex/STM32/STM32F4xx/SPI-LIS302DL/debug/STM32F4xx-SPI-LIS302DL (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_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"/><content id="null-read_raw.lto_priv.67-(format)" val="0"/><content id="buff[0]-null-read_raw.lto_priv.67-(format)" val="2"/><content id="buff[1]-null-read_raw.lto_priv.67-(format)" val="2"/><content id="buff[2]-null-read_raw.lto_priv.67-(format)" val="2"/></contentList>"/>
+<stringAttribute key="org.eclipse.cdt.launch.FORMAT" value="<?xml version="1.0" encoding="UTF-8" standalone="no"?><contentList><content id="buff[2]-null-read_raw.lto_priv.67-(format)" val="2"/><content id="buff[1]-null-read_raw.lto_priv.67-(format)" val="2"/><content id="buff[0]-null-read_raw.lto_priv.67-(format)" val="2"/><content id="null-read_raw.lto_priv.67-(format)" val="0"/><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.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"/>
|