2019-12-17 00:22:48 +08:00
|
|
|
#
|
|
|
|
# Copyright (c) 2019 Nordic Semiconductor ASA
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#
|
|
|
|
|
|
|
|
CONFIG_SENSOR=y
|
|
|
|
CONFIG_GPIO=y
|
|
|
|
|
|
|
|
# Need float format support
|
2023-09-29 06:27:11 +08:00
|
|
|
CONFIG_REQUIRES_FULL_LIBC=y
|
|
|
|
CONFIG_REQUIRES_FLOAT_PRINTF=y
|
2020-11-16 23:09:47 +08:00
|
|
|
CONFIG_CBPRINTF_FP_SUPPORT=y
|