mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-03 18:19:05 +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>
12 lines
192 B
Plaintext
12 lines
192 B
Plaintext
#
|
|
# Copyright (c) 2018 Peter Bigot Consulting, LLC
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
CONFIG_STDOUT_CONSOLE=y
|
|
CONFIG_I2C=y
|
|
CONFIG_SENSOR=y
|
|
CONFIG_SHT3XD=y
|
|
CONFIG_CBPRINTF_FP_SUPPORT=y
|