diff options
author | Rocco Marco Guglielmi <roccomarco.guglielmi@gmail.com> | 2018-03-09 23:45:17 +0000 |
---|---|---|
committer | Rocco Marco Guglielmi <roccomarco.guglielmi@gmail.com> | 2018-03-09 23:45:17 +0000 |
commit | 8887dbbde2e35d3ed21a8b5cee9be2a68bfe900c (patch) | |
tree | 74977e8385b1b05467df40b0c7fa5a9f2c435118 /testex/STM32/STM32F4xx/I2C-HTS221/debug | |
parent | 6f6cad8190e851bd31d8b0e8d9a92d0207939e73 (diff) | |
download | ChibiOS-8887dbbde2e35d3ed21a8b5cee9be2a68bfe900c.tar.gz ChibiOS-8887dbbde2e35d3ed21a8b5cee9be2a68bfe900c.tar.bz2 ChibiOS-8887dbbde2e35d3ed21a8b5cee9be2a68bfe900c.zip |
Updated HTS221 Driver and related demo
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11678 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'testex/STM32/STM32F4xx/I2C-HTS221/debug')
-rw-r--r-- | testex/STM32/STM32F4xx/I2C-HTS221/debug/STM32F4xx-I2C-HTS221 (OpenOCD, Flash and Run).launch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testex/STM32/STM32F4xx/I2C-HTS221/debug/STM32F4xx-I2C-HTS221 (OpenOCD, Flash and Run).launch b/testex/STM32/STM32F4xx/I2C-HTS221/debug/STM32F4xx-I2C-HTS221 (OpenOCD, Flash and Run).launch index 83de3fdfd..e1ea50989 100644 --- a/testex/STM32/STM32F4xx/I2C-HTS221/debug/STM32F4xx-I2C-HTS221 (OpenOCD, Flash and Run).launch +++ b/testex/STM32/STM32F4xx/I2C-HTS221/debug/STM32F4xx-I2C-HTS221 (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="rxbuf-hts221I2CReadRegister-(format)" val="2"/><content id="reg-hts221I2CReadRegister-(format)" val="2"/><content id="cr-hts221Start-(format)" val="2"/><content id="tmp-read_raw.lto_priv.21-(format)" val="0"/><content id="null-lps25hStart-(format)" val="4"/><content id="null-read_raw-(format)" val="1"/><content id="null-lps25hI2CReadRegister-(format)" val="4"/><content id="rxbuf-lps25hI2CReadRegister-(format)" val="4"/><content id="tmp-hygro_read_raw.lto_priv.26-(format)" val="2"/><content id="H0_rH_x2-hts221Calibrate-(format)" val="1"/></contentList>"/>
+<stringAttribute key="org.eclipse.cdt.launch.FORMAT" value="<?xml version="1.0" encoding="UTF-8" standalone="no"?><contentList><content id="H0_rH_x2-hts221Calibrate-(format)" val="1"/><content id="tmp-hygro_read_raw.lto_priv.26-(format)" val="2"/><content id="rxbuf-lps25hI2CReadRegister-(format)" val="4"/><content id="null-lps25hI2CReadRegister-(format)" val="4"/><content id="null-read_raw-(format)" val="1"/><content id="null-lps25hStart-(format)" val="4"/><content id="tmp-read_raw.lto_priv.21-(format)" val="0"/><content id="cr-hts221Start-(format)" val="2"/><content id="reg-hts221I2CReadRegister-(format)" val="2"/><content id="rxbuf-hts221I2CReadRegister-(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"/>
|