mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-06 15:26:23 +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>
10 lines
179 B
Plaintext
10 lines
179 B
Plaintext
CONFIG_STDOUT_CONSOLE=y
|
|
CONFIG_I2C=y
|
|
CONFIG_SENSOR=y
|
|
CONFIG_TH02=y
|
|
CONFIG_LOG=n
|
|
CONFIG_SENSOR_LOG_LEVEL_DBG=y
|
|
CONFIG_GROVE_LCD_RGB=y
|
|
CONFIG_DISPLAY=y
|
|
CONFIG_CBPRINTF_FP_SUPPORT=y
|