diff --git a/samples/bluetooth/central_ht/prj.conf b/samples/bluetooth/central_ht/prj.conf index e937bf405d3..ee1497430b7 100644 --- a/samples/bluetooth/central_ht/prj.conf +++ b/samples/bluetooth/central_ht/prj.conf @@ -3,3 +3,4 @@ CONFIG_BT_DEBUG_LOG=y CONFIG_BT_CENTRAL=y CONFIG_BT_SMP=y CONFIG_BT_GATT_CLIENT=y +CONFIG_CBPRINTF_FP_SUPPORT=y diff --git a/samples/bluetooth/peripheral_ht/prj.conf b/samples/bluetooth/peripheral_ht/prj.conf index 48b21d9f874..59360b0a013 100644 --- a/samples/bluetooth/peripheral_ht/prj.conf +++ b/samples/bluetooth/peripheral_ht/prj.conf @@ -8,3 +8,4 @@ CONFIG_BT_BAS=y CONFIG_BT_DEVICE_NAME="Zephyr Health Thermometer" CONFIG_BT_DEVICE_APPEARANCE=768 CONFIG_BT_ATT_ENFORCE_FLOW=n +CONFIG_CBPRINTF_FP_SUPPORT=y diff --git a/samples/boards/96b_argonkey/sensors/prj.conf b/samples/boards/96b_argonkey/sensors/prj.conf index 171e064a3bd..024666dada6 100644 --- a/samples/boards/96b_argonkey/sensors/prj.conf +++ b/samples/boards/96b_argonkey/sensors/prj.conf @@ -11,3 +11,4 @@ CONFIG_LPS22HB=y CONFIG_VL53L0X=y CONFIG_LSM6DSL=y CONFIG_LP3943=y +CONFIG_CBPRINTF_FP_SUPPORT=y diff --git a/samples/boards/reel_board/mesh_badge/prj.conf b/samples/boards/reel_board/mesh_badge/prj.conf index 3f0193caeda..d68e767eb55 100644 --- a/samples/boards/reel_board/mesh_badge/prj.conf +++ b/samples/boards/reel_board/mesh_badge/prj.conf @@ -73,3 +73,4 @@ CONFIG_FLASH_PAGE_LAYOUT=y CONFIG_FLASH_MAP=y CONFIG_NVS=y CONFIG_SETTINGS=y +CONFIG_CBPRINTF_FP_SUPPORT=y diff --git a/samples/boards/sensortile_box/prj.conf b/samples/boards/sensortile_box/prj.conf index c0b39861446..80d8266293c 100644 --- a/samples/boards/sensortile_box/prj.conf +++ b/samples/boards/sensortile_box/prj.conf @@ -35,3 +35,4 @@ CONFIG_USB_UART_CONSOLE=y CONFIG_UART_INTERRUPT_DRIVEN=y CONFIG_UART_LINE_CTRL=y CONFIG_UART_CONSOLE_ON_DEV_NAME="CDC_ACM_0" +CONFIG_CBPRINTF_FP_SUPPORT=y diff --git a/samples/net/cloud/tagoio_http_post/prj.conf b/samples/net/cloud/tagoio_http_post/prj.conf index c54c142dfc1..7331b918062 100644 --- a/samples/net/cloud/tagoio_http_post/prj.conf +++ b/samples/net/cloud/tagoio_http_post/prj.conf @@ -41,3 +41,4 @@ CONFIG_NET_HTTP_LOG_LEVEL_DBG=n # TagoIO API CONFIG_TAGOIO_DEVICE_TOKEN="" +CONFIG_CBPRINTF_FP_SUPPORT=y diff --git a/samples/sensor/adt7420/prj.conf b/samples/sensor/adt7420/prj.conf index d233238f338..4158cec60aa 100644 --- a/samples/sensor/adt7420/prj.conf +++ b/samples/sensor/adt7420/prj.conf @@ -2,3 +2,4 @@ CONFIG_STDOUT_CONSOLE=y CONFIG_I2C=y CONFIG_SENSOR=y CONFIG_ADT7420=y +CONFIG_CBPRINTF_FP_SUPPORT=y diff --git a/samples/sensor/adxl362/prj.conf b/samples/sensor/adxl362/prj.conf index f5a424bef62..8798d33b17d 100644 --- a/samples/sensor/adxl362/prj.conf +++ b/samples/sensor/adxl362/prj.conf @@ -5,3 +5,4 @@ CONFIG_ADXL362=y CONFIG_ADXL362_TRIGGER_GLOBAL_THREAD=y CONFIG_ADXL362_INTERRUPT_MODE=1 CONFIG_ADXL362_ABS_REF_MODE=1 +CONFIG_CBPRINTF_FP_SUPPORT=y diff --git a/samples/sensor/adxl372/prj.conf b/samples/sensor/adxl372/prj.conf index 780f68da34a..c9869d58007 100644 --- a/samples/sensor/adxl372/prj.conf +++ b/samples/sensor/adxl372/prj.conf @@ -6,3 +6,4 @@ CONFIG_ADXL372=y CONFIG_ADXL372_SPI=y CONFIG_SENSOR_LOG_LEVEL_WRN=y +CONFIG_CBPRINTF_FP_SUPPORT=y diff --git a/samples/sensor/bmg160/prj.conf b/samples/sensor/bmg160/prj.conf index f1618a8104b..f508c13325b 100644 --- a/samples/sensor/bmg160/prj.conf +++ b/samples/sensor/bmg160/prj.conf @@ -3,3 +3,4 @@ CONFIG_GPIO=y CONFIG_I2C=y CONFIG_SENSOR=y CONFIG_BMG160=y +CONFIG_CBPRINTF_FP_SUPPORT=y diff --git a/samples/sensor/bmm150/prj.conf b/samples/sensor/bmm150/prj.conf index cb5556597e6..7e74942c315 100644 --- a/samples/sensor/bmm150/prj.conf +++ b/samples/sensor/bmm150/prj.conf @@ -5,3 +5,4 @@ CONFIG_GPIO=y CONFIG_SENSOR=y CONFIG_BMM150=y CONFIG_BMM150_SAMPLING_RATE_RUNTIME=y +CONFIG_CBPRINTF_FP_SUPPORT=y diff --git a/samples/sensor/dht/prj.conf b/samples/sensor/dht/prj.conf index cb0f662d789..cdddc2442ff 100644 --- a/samples/sensor/dht/prj.conf +++ b/samples/sensor/dht/prj.conf @@ -12,3 +12,4 @@ CONFIG_DHT=y CONFIG_NEWLIB_LIBC=y CONFIG_NEWLIB_LIBC_NANO=n CONFIG_NEWLIB_LIBC_FLOAT_PRINTF=y +CONFIG_CBPRINTF_FP_SUPPORT=y diff --git a/samples/sensor/fxas21002/prj.conf b/samples/sensor/fxas21002/prj.conf index b6065b89119..c7eb1447011 100644 --- a/samples/sensor/fxas21002/prj.conf +++ b/samples/sensor/fxas21002/prj.conf @@ -5,3 +5,4 @@ CONFIG_SENSOR=y CONFIG_FXAS21002=y CONFIG_SENSOR_LOG_LEVEL_DBG=y CONFIG_FXAS21002_TRIGGER_OWN_THREAD=y +CONFIG_CBPRINTF_FP_SUPPORT=y diff --git a/samples/sensor/fxos8700-hid/prj.conf b/samples/sensor/fxos8700-hid/prj.conf index c4f7051e4a5..4181a3b5d2a 100644 --- a/samples/sensor/fxos8700-hid/prj.conf +++ b/samples/sensor/fxos8700-hid/prj.conf @@ -15,3 +15,4 @@ CONFIG_FXOS8700_TRIGGER_OWN_THREAD=y CONFIG_SENSOR_LOG_LEVEL_DBG=y CONFIG_GPIO=y +CONFIG_CBPRINTF_FP_SUPPORT=y diff --git a/samples/sensor/fxos8700/prj.conf b/samples/sensor/fxos8700/prj.conf index f266690c7c0..637cfb37d0d 100644 --- a/samples/sensor/fxos8700/prj.conf +++ b/samples/sensor/fxos8700/prj.conf @@ -7,3 +7,4 @@ CONFIG_SENSOR_LOG_LEVEL_DBG=y CONFIG_FXOS8700_MODE_HYBRID=y CONFIG_FXOS8700_TEMP=y CONFIG_FXOS8700_TRIGGER_OWN_THREAD=y +CONFIG_CBPRINTF_FP_SUPPORT=y diff --git a/samples/sensor/grove_light/prj.conf b/samples/sensor/grove_light/prj.conf index ee0a4b60dba..2e852c494ae 100644 --- a/samples/sensor/grove_light/prj.conf +++ b/samples/sensor/grove_light/prj.conf @@ -3,3 +3,4 @@ CONFIG_SENSOR=y CONFIG_GROVE_LIGHT_SENSOR=y CONFIG_NEWLIB_LIBC=y CONFIG_NEWLIB_LIBC_FLOAT_PRINTF=y +CONFIG_CBPRINTF_FP_SUPPORT=y diff --git a/samples/sensor/grove_temperature/prj.conf b/samples/sensor/grove_temperature/prj.conf index bf0cc4d3cc0..0ba9cf35c00 100644 --- a/samples/sensor/grove_temperature/prj.conf +++ b/samples/sensor/grove_temperature/prj.conf @@ -3,3 +3,4 @@ CONFIG_SENSOR=y CONFIG_GROVE_TEMPERATURE_SENSOR=y CONFIG_NEWLIB_LIBC=y CONFIG_NEWLIB_LIBC_FLOAT_PRINTF=y +CONFIG_CBPRINTF_FP_SUPPORT=y diff --git a/samples/sensor/hmc5883l/prj.conf b/samples/sensor/hmc5883l/prj.conf index 9cf4c6e0864..60c12dace2f 100644 --- a/samples/sensor/hmc5883l/prj.conf +++ b/samples/sensor/hmc5883l/prj.conf @@ -3,3 +3,4 @@ CONFIG_GPIO=y CONFIG_SENSOR=y CONFIG_HMC5883L=y CONFIG_HMC5883L_TRIGGER_GLOBAL_THREAD=y +CONFIG_CBPRINTF_FP_SUPPORT=y diff --git a/samples/sensor/hts221/prj.conf b/samples/sensor/hts221/prj.conf index 748a93eee97..ed1a1cdd06c 100644 --- a/samples/sensor/hts221/prj.conf +++ b/samples/sensor/hts221/prj.conf @@ -3,3 +3,4 @@ CONFIG_I2C=y CONFIG_SENSOR=y CONFIG_HTS221=y CONFIG_HTS221_TRIGGER_NONE=y +CONFIG_CBPRINTF_FP_SUPPORT=y diff --git a/samples/sensor/isl29035/prj.conf b/samples/sensor/isl29035/prj.conf index ad5f4388583..1e12d1ee0e7 100644 --- a/samples/sensor/isl29035/prj.conf +++ b/samples/sensor/isl29035/prj.conf @@ -4,3 +4,4 @@ CONFIG_SENSOR=y CONFIG_ISL29035=y CONFIG_ISL29035_TRIGGER_GLOBAL_THREAD=y CONFIG_ISL29035_LUX_RANGE_4K=y +CONFIG_CBPRINTF_FP_SUPPORT=y diff --git a/samples/sensor/lis2dh/prj.conf b/samples/sensor/lis2dh/prj.conf index 0ce6bd7a003..deb1e3bd9fe 100644 --- a/samples/sensor/lis2dh/prj.conf +++ b/samples/sensor/lis2dh/prj.conf @@ -2,3 +2,4 @@ CONFIG_STDOUT_CONSOLE=y CONFIG_I2C=y CONFIG_SENSOR=y CONFIG_LIS2DH=y +CONFIG_CBPRINTF_FP_SUPPORT=y diff --git a/samples/sensor/lps22hb/prj.conf b/samples/sensor/lps22hb/prj.conf index 0abd0507916..d52e2d4b67b 100644 --- a/samples/sensor/lps22hb/prj.conf +++ b/samples/sensor/lps22hb/prj.conf @@ -2,3 +2,4 @@ CONFIG_STDOUT_CONSOLE=y CONFIG_I2C=y CONFIG_SENSOR=y CONFIG_LPS22HB=y +CONFIG_CBPRINTF_FP_SUPPORT=y diff --git a/samples/sensor/lps22hh/prj.conf b/samples/sensor/lps22hh/prj.conf index 4e59a0b87e3..3bb3fca164f 100644 --- a/samples/sensor/lps22hh/prj.conf +++ b/samples/sensor/lps22hh/prj.conf @@ -2,3 +2,4 @@ CONFIG_STDOUT_CONSOLE=y CONFIG_I2C=y CONFIG_SENSOR=y CONFIG_LPS22HH=y +CONFIG_CBPRINTF_FP_SUPPORT=y diff --git a/samples/sensor/lsm303dlhc/prj.conf b/samples/sensor/lsm303dlhc/prj.conf index 8b8520afc06..980325d9397 100644 --- a/samples/sensor/lsm303dlhc/prj.conf +++ b/samples/sensor/lsm303dlhc/prj.conf @@ -3,3 +3,4 @@ CONFIG_I2C=y CONFIG_SENSOR=y CONFIG_LSM303DLHC_MAGN=y CONFIG_LIS2DH=y +CONFIG_CBPRINTF_FP_SUPPORT=y diff --git a/samples/sensor/lsm6dsl/prj.conf b/samples/sensor/lsm6dsl/prj.conf index ff4aaf84b0a..c2191c1172d 100644 --- a/samples/sensor/lsm6dsl/prj.conf +++ b/samples/sensor/lsm6dsl/prj.conf @@ -4,3 +4,4 @@ CONFIG_SPI=y CONFIG_SENSOR=y CONFIG_LSM6DSL=y CONFIG_LSM6DSL_TRIGGER_GLOBAL_THREAD=y +CONFIG_CBPRINTF_FP_SUPPORT=y diff --git a/samples/sensor/magn_polling/prj.conf b/samples/sensor/magn_polling/prj.conf index 5f3fd1913f9..138231d5539 100644 --- a/samples/sensor/magn_polling/prj.conf +++ b/samples/sensor/magn_polling/prj.conf @@ -3,3 +3,4 @@ CONFIG_I2C=y CONFIG_GPIO=y CONFIG_SENSOR=y CONFIG_BMC150_MAGN=y +CONFIG_CBPRINTF_FP_SUPPORT=y diff --git a/samples/sensor/mcp9808/prj.conf b/samples/sensor/mcp9808/prj.conf index f5524b5c9f7..98078928889 100644 --- a/samples/sensor/mcp9808/prj.conf +++ b/samples/sensor/mcp9808/prj.conf @@ -6,3 +6,4 @@ CONFIG_MCP9808=y #CONFIG_MCP9808_TRIGGER_NONE=y CONFIG_MCP9808_TRIGGER_OWN_THREAD=y #CONFIG_MCP9808_TRIGGER_GLOBAL_THREAD=y +CONFIG_CBPRINTF_FP_SUPPORT=y diff --git a/samples/sensor/mpu6050/prj.conf b/samples/sensor/mpu6050/prj.conf index 89588ad6fcf..43c2284536a 100644 --- a/samples/sensor/mpu6050/prj.conf +++ b/samples/sensor/mpu6050/prj.conf @@ -8,3 +8,4 @@ CONFIG_I2C=y CONFIG_SENSOR=y CONFIG_MPU6050=y CONFIG_MPU6050_TRIGGER_NONE=y +CONFIG_CBPRINTF_FP_SUPPORT=y diff --git a/samples/sensor/sht3xd/prj.conf b/samples/sensor/sht3xd/prj.conf index 539970dd5de..49121342cc1 100644 --- a/samples/sensor/sht3xd/prj.conf +++ b/samples/sensor/sht3xd/prj.conf @@ -8,3 +8,4 @@ CONFIG_STDOUT_CONSOLE=y CONFIG_I2C=y CONFIG_SENSOR=y CONFIG_SHT3XD=y +CONFIG_CBPRINTF_FP_SUPPORT=y diff --git a/samples/sensor/th02/prj.conf b/samples/sensor/th02/prj.conf index 45d648eae4b..7ec5020c37f 100644 --- a/samples/sensor/th02/prj.conf +++ b/samples/sensor/th02/prj.conf @@ -6,3 +6,4 @@ CONFIG_LOG=n CONFIG_SENSOR_LOG_LEVEL_DBG=y CONFIG_GROVE_LCD_RGB=y CONFIG_DISPLAY=y +CONFIG_CBPRINTF_FP_SUPPORT=y diff --git a/samples/sensor/thermometer/prj.conf b/samples/sensor/thermometer/prj.conf index 2ee2ffb6e80..ebf29e3dda2 100644 --- a/samples/sensor/thermometer/prj.conf +++ b/samples/sensor/thermometer/prj.conf @@ -1,2 +1,3 @@ CONFIG_SENSOR=y CONFIG_STDOUT_CONSOLE=y +CONFIG_CBPRINTF_FP_SUPPORT=y diff --git a/samples/sensor/vl53l0x/prj.conf b/samples/sensor/vl53l0x/prj.conf index f185dbc5231..d3848b5488c 100644 --- a/samples/sensor/vl53l0x/prj.conf +++ b/samples/sensor/vl53l0x/prj.conf @@ -9,3 +9,4 @@ CONFIG_VL53L0X_PROXIMITY_THRESHOLD=100 #CONFIG_DEBUG=y #CONFIG_LOG=y #CONFIG_SENSOR_LOG_LEVEL_DBG=y +CONFIG_CBPRINTF_FP_SUPPORT=y diff --git a/samples/sensor/wsen_itds/prj.conf b/samples/sensor/wsen_itds/prj.conf index 7d62412a8f5..754ca07c9c9 100644 --- a/samples/sensor/wsen_itds/prj.conf +++ b/samples/sensor/wsen_itds/prj.conf @@ -3,3 +3,4 @@ CONFIG_GPIO=y CONFIG_I2C=y CONFIG_SENSOR=y CONFIG_ITDS=y +CONFIG_CBPRINTF_FP_SUPPORT=y diff --git a/samples/shields/lmp90100_evb/rtd/prj.conf b/samples/shields/lmp90100_evb/rtd/prj.conf index 86530923e81..9e9a42037ec 100644 --- a/samples/shields/lmp90100_evb/rtd/prj.conf +++ b/samples/shields/lmp90100_evb/rtd/prj.conf @@ -1,2 +1,3 @@ CONFIG_LOG=y CONFIG_ADC=y +CONFIG_CBPRINTF_FP_SUPPORT=y diff --git a/samples/shields/x_nucleo_iks01a1/prj.conf b/samples/shields/x_nucleo_iks01a1/prj.conf index 24fe0d5d89d..3c957129418 100644 --- a/samples/shields/x_nucleo_iks01a1/prj.conf +++ b/samples/shields/x_nucleo_iks01a1/prj.conf @@ -7,3 +7,4 @@ CONFIG_LSM6DS0=y CONFIG_LIS3MDL=y CONFIG_LIS3MDL_TRIGGER_OWN_THREAD=y CONFIG_HTS221_TRIGGER_NONE=y +CONFIG_CBPRINTF_FP_SUPPORT=y diff --git a/samples/shields/x_nucleo_iks01a2/sensorhub/prj.conf b/samples/shields/x_nucleo_iks01a2/sensorhub/prj.conf index 7304c0ee554..c93c4b66eb4 100644 --- a/samples/shields/x_nucleo_iks01a2/sensorhub/prj.conf +++ b/samples/shields/x_nucleo_iks01a2/sensorhub/prj.conf @@ -10,3 +10,4 @@ CONFIG_LSM6DSL_TRIGGER_OWN_THREAD=y CONFIG_LSM6DSL_SENSORHUB=y CONFIG_LSM6DSL_EXT0_LPS22HB=n CONFIG_LSM6DSL_EXT0_LIS2MDL=y +CONFIG_CBPRINTF_FP_SUPPORT=y diff --git a/samples/shields/x_nucleo_iks01a2/standard/prj.conf b/samples/shields/x_nucleo_iks01a2/standard/prj.conf index c042edd0d29..3758e26b189 100644 --- a/samples/shields/x_nucleo_iks01a2/standard/prj.conf +++ b/samples/shields/x_nucleo_iks01a2/standard/prj.conf @@ -9,3 +9,4 @@ CONFIG_LIS2DH=y CONFIG_LIS2MDL=y CONFIG_HTS221_TRIGGER_NONE=y CONFIG_LIS2MDL_TRIGGER_NONE=y +CONFIG_CBPRINTF_FP_SUPPORT=y diff --git a/samples/shields/x_nucleo_iks01a3/sensorhub/shub.conf b/samples/shields/x_nucleo_iks01a3/sensorhub/shub.conf index 50782abff14..db5f7abfc3d 100644 --- a/samples/shields/x_nucleo_iks01a3/sensorhub/shub.conf +++ b/samples/shields/x_nucleo_iks01a3/sensorhub/shub.conf @@ -13,3 +13,4 @@ CONFIG_LSM6DSO_SENSORHUB=y CONFIG_LSM6DSO_EXT_LIS2MDL=y CONFIG_LSM6DSO_EXT_LPS22HH=y CONFIG_LSM6DSO_EXT_HTS221=n +CONFIG_CBPRINTF_FP_SUPPORT=y diff --git a/samples/shields/x_nucleo_iks01a3/standard/prj.conf b/samples/shields/x_nucleo_iks01a3/standard/prj.conf index e16c4073f2a..c8ad512abaf 100644 --- a/samples/shields/x_nucleo_iks01a3/standard/prj.conf +++ b/samples/shields/x_nucleo_iks01a3/standard/prj.conf @@ -17,3 +17,4 @@ CONFIG_LSM6DSO=y CONFIG_LSM6DSO_ENABLE_TEMP=n CONFIG_LSM6DSO_INT_PIN_2=y CONFIG_LSM6DSO_TRIGGER_OWN_THREAD=y +CONFIG_CBPRINTF_FP_SUPPORT=y diff --git a/samples/shields/x_nucleo_iks02a1/sensorhub/shub.conf b/samples/shields/x_nucleo_iks02a1/sensorhub/shub.conf index f6018d7b49d..a780934831c 100644 --- a/samples/shields/x_nucleo_iks02a1/sensorhub/shub.conf +++ b/samples/shields/x_nucleo_iks02a1/sensorhub/shub.conf @@ -11,3 +11,4 @@ CONFIG_ISM330DHCX_INT_PIN_2=y CONFIG_ISM330DHCX_TRIGGER_OWN_THREAD=y CONFIG_ISM330DHCX_SENSORHUB=y CONFIG_ISM330DHCX_EXT_IIS2MDC=y +CONFIG_CBPRINTF_FP_SUPPORT=y diff --git a/samples/shields/x_nucleo_iks02a1/standard/prj.conf b/samples/shields/x_nucleo_iks02a1/standard/prj.conf index 321cdee3c14..1851781c458 100644 --- a/samples/shields/x_nucleo_iks02a1/standard/prj.conf +++ b/samples/shields/x_nucleo_iks02a1/standard/prj.conf @@ -11,3 +11,4 @@ CONFIG_IIS2MDC_TRIGGER_NONE=y CONFIG_ISM330DHCX=y CONFIG_ISM330DHCX_INT_PIN_2=y CONFIG_ISM330DHCX_TRIGGER_OWN_THREAD=y +CONFIG_CBPRINTF_FP_SUPPORT=y