mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-19 06:55:22 +00:00
Samples that include floating-point format specifications may need cbprintf FP support. Make sure it's available. Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
11 lines
214 B
Plaintext
11 lines
214 B
Plaintext
CONFIG_STDOUT_CONSOLE=y
|
|
CONFIG_I2C=y
|
|
CONFIG_SENSOR=y
|
|
CONFIG_HTS221=y
|
|
CONFIG_LPS25HB=y
|
|
CONFIG_LSM6DS0=y
|
|
CONFIG_LIS3MDL=y
|
|
CONFIG_LIS3MDL_TRIGGER_OWN_THREAD=y
|
|
CONFIG_HTS221_TRIGGER_NONE=y
|
|
CONFIG_CBPRINTF_FP_SUPPORT=y
|