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>
13 lines
221 B
Plaintext
13 lines
221 B
Plaintext
CONFIG_STDOUT_CONSOLE=y
|
|
CONFIG_I2C=y
|
|
CONFIG_GPIO=y
|
|
CONFIG_SENSOR=y
|
|
CONFIG_VL53L0X=y
|
|
CONFIG_VL53L0X_PROXIMITY_THRESHOLD=100
|
|
|
|
#debug
|
|
#CONFIG_DEBUG=y
|
|
#CONFIG_LOG=y
|
|
#CONFIG_SENSOR_LOG_LEVEL_DBG=y
|
|
CONFIG_CBPRINTF_FP_SUPPORT=y
|