diff options
Diffstat (limited to 'testhal/STM32/STM32F4xx')
-rw-r--r-- | testhal/STM32/STM32F4xx/I2C-HTS221/Makefile | 2 | ||||
-rw-r--r-- | testhal/STM32/STM32F4xx/I2C-HTS221/debug/STM32F4xx-I2C-HTS221 (OpenOCD, Flash and Run).launch | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/testhal/STM32/STM32F4xx/I2C-HTS221/Makefile b/testhal/STM32/STM32F4xx/I2C-HTS221/Makefile index 414eb680a..7beed88eb 100644 --- a/testhal/STM32/STM32F4xx/I2C-HTS221/Makefile +++ b/testhal/STM32/STM32F4xx/I2C-HTS221/Makefile @@ -201,7 +201,7 @@ CPPWARN = -Wall -Wextra -Wundef # List all user C define here, like -D_DEBUG=1
UDEFS = -DCHPRINTF_USE_FLOAT=1 -DSHELL_CMD_TEST_ENABLED=0 \
- -DHTS221_USE_ADVANCED=0
+ -DHTS221_USE_ADVANCED=0 -DLPS25H_SHARED_I2C=0
# Define ASM defines here
UADEFS =
diff --git a/testhal/STM32/STM32F4xx/I2C-HTS221/debug/STM32F4xx-I2C-HTS221 (OpenOCD, Flash and Run).launch b/testhal/STM32/STM32F4xx/I2C-HTS221/debug/STM32F4xx-I2C-HTS221 (OpenOCD, Flash and Run).launch index e1ea50989..83de3fdfd 100644 --- a/testhal/STM32/STM32F4xx/I2C-HTS221/debug/STM32F4xx-I2C-HTS221 (OpenOCD, Flash and Run).launch +++ b/testhal/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="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.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.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"/>
|