28 lines
542 B
Plaintext
28 lines
542 B
Plaintext
# Copyright (c) 2021 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
# This file contains selected Kconfig options for the application.
|
|
|
|
CONFIG_SENSOR=y
|
|
CONFIG_BLINK=y
|
|
|
|
CONFIG_STDOUT_CONSOLE=y
|
|
|
|
CONFIG_HEAP_MEM_POOL_SIZE=16384
|
|
|
|
CONFIG_DISPLAY=y
|
|
|
|
CONFIG_LOG=y
|
|
|
|
CONFIG_CFB_LOG_LEVEL_DBG=y
|
|
CONFIG_CHARACTER_FRAMEBUFFER=y
|
|
CONFIG_CBPRINTF_FP_SUPPORT=y
|
|
|
|
CONFIG_BT=y
|
|
CONFIG_BT_SMP=y
|
|
CONFIG_BT_PERIPHERAL=y
|
|
CONFIG_BT_GATT_CLIENT=y
|
|
CONFIG_BT_DEVICE_NAME="Mellifera"
|
|
|
|
CONFIG_BOOTLOADER_MCUBOOT=y
|
|
CONFIG_MCUBOOT_GENERATE_UNSIGNED_IMAGE=y |