zephyr/samples/sensor/mcp9808/prj.conf
Peter Bigot 56048bb500 samples: add FP formatting to all samples that require it
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>
2020-11-17 14:44:59 -06:00

10 lines
220 B
Plaintext

CONFIG_STDOUT_CONSOLE=y
CONFIG_I2C=y
CONFIG_GPIO=y
CONFIG_SENSOR=y
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