diff options
author | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-08-31 19:55:08 +0000 |
---|---|---|
committer | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-08-31 19:55:08 +0000 |
commit | 11eb96e9b8121ccdab2b7391ec4eb18051f3345b (patch) | |
tree | 03826aed997e334b41a7d758ff297b1e3595ea0d /testhal/STM32/STM32L4xx/I2C-LSM6DS0/debug/STM32L4xx-I2C-LSM6DS0 (OpenOCD, Flash and Run).launch | |
parent | eb63492a0c965f72b965dd155617d2598a3b83ca (diff) | |
download | ChibiOS-11eb96e9b8121ccdab2b7391ec4eb18051f3345b.tar.gz ChibiOS-11eb96e9b8121ccdab2b7391ec4eb18051f3345b.tar.bz2 ChibiOS-11eb96e9b8121ccdab2b7391ec4eb18051f3345b.zip |
Updated STM32L4xx-I2C-LSM6DS0 demo and added a new demo for STM32 Nucleo-64 F401RE
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9759 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32L4xx/I2C-LSM6DS0/debug/STM32L4xx-I2C-LSM6DS0 (OpenOCD, Flash and Run).launch')
-rw-r--r-- | testhal/STM32/STM32L4xx/I2C-LSM6DS0/debug/STM32L4xx-I2C-LSM6DS0 (OpenOCD, Flash and Run).launch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32L4xx/I2C-LSM6DS0/debug/STM32L4xx-I2C-LSM6DS0 (OpenOCD, Flash and Run).launch b/testhal/STM32/STM32L4xx/I2C-LSM6DS0/debug/STM32L4xx-I2C-LSM6DS0 (OpenOCD, Flash and Run).launch index 0fd274ebe..ebd39479d 100644 --- a/testhal/STM32/STM32L4xx/I2C-LSM6DS0/debug/STM32L4xx-I2C-LSM6DS0 (OpenOCD, Flash and Run).launch +++ b/testhal/STM32/STM32L4xx/I2C-LSM6DS0/debug/STM32L4xx-I2C-LSM6DS0 (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-read_raw-(format)" val="1"/><content id="null-main-(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-read_raw-(format)" val="1"/><content id="null-main-(format)" val="2"/><content id="null-lsm6ds0Start-(format)" val="2"/><content id="cr-lsm6ds0Start-(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"/>
|