mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-05 05:05:21 +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>
7 lines
117 B
Plaintext
7 lines
117 B
Plaintext
CONFIG_STDOUT_CONSOLE=y
|
|
CONFIG_I2C=y
|
|
CONFIG_GPIO=y
|
|
CONFIG_SENSOR=y
|
|
CONFIG_BMC150_MAGN=y
|
|
CONFIG_CBPRINTF_FP_SUPPORT=y
|