diff options
author | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-08-31 18:24:24 +0000 |
---|---|---|
committer | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-08-31 18:24:24 +0000 |
commit | 0cb5879d1da7780ca2b47111c15d81d9ee51bc93 (patch) | |
tree | 1c9957abd653712edaf0a2717038b71107dabf70 /testhal/STM32/STM32L4xx/I2C-LIS3MLD/debug | |
parent | 9e1cb54809cc61857be7af6243f1841a03832111 (diff) | |
download | ChibiOS-0cb5879d1da7780ca2b47111c15d81d9ee51bc93.tar.gz ChibiOS-0cb5879d1da7780ca2b47111c15d81d9ee51bc93.tar.bz2 ChibiOS-0cb5879d1da7780ca2b47111c15d81d9ee51bc93.zip |
Fixes in LIS3MDL driver, added a new demo for STM32 Nucleo-64 F401RE
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9757 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32L4xx/I2C-LIS3MLD/debug')
-rw-r--r-- | testhal/STM32/STM32L4xx/I2C-LIS3MLD/debug/STM32L4xx-I2C-LIS3MDL (OpenOCD, Flash and Run).launch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32L4xx/I2C-LIS3MLD/debug/STM32L4xx-I2C-LIS3MDL (OpenOCD, Flash and Run).launch b/testhal/STM32/STM32L4xx/I2C-LIS3MLD/debug/STM32L4xx-I2C-LIS3MDL (OpenOCD, Flash and Run).launch index 32e90c197..66c650854 100644 --- a/testhal/STM32/STM32L4xx/I2C-LIS3MLD/debug/STM32L4xx-I2C-LIS3MDL (OpenOCD, Flash and Run).launch +++ b/testhal/STM32/STM32L4xx/I2C-LIS3MLD/debug/STM32L4xx-I2C-LIS3MDL (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="null-sens_get_temperature-(format)" val="2"/><content id="null-lsm6ds0I2CReadRegister-(format)" val="0"/><content id="null-main-(format)" val="2"/><content id="null-read_raw-(format)" val="1"/><content id="null-lis3mdlI2CReadRegister-(format)" val="4"/><content id="null-lis3mdlI2CWriteRegister-(format)" val="0"/><content id="*txbuf-null-lis3mdlI2CWriteRegister-(format)" val="2"/></contentList>"/>
+<stringAttribute key="org.eclipse.cdt.launch.FORMAT" value="<?xml version="1.0" encoding="UTF-8" standalone="no"?><contentList><content id="null-sens_get_temperature-(format)" val="2"/><content id="null-lsm6ds0I2CReadRegister-(format)" val="0"/><content id="null-main-(format)" val="2"/><content id="null-read_raw-(format)" val="1"/><content id="null-lis3mdlI2CReadRegister-(format)" val="4"/><content id="null-lis3mdlI2CWriteRegister-(format)" val="0"/><content id="*txbuf-null-lis3mdlI2CWriteRegister-(format)" val="2"/><content id="tmp-read_raw.lto_priv.18-(format)" val="2"/></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"/>
|