25 lines
406 B
Plaintext
25 lines
406 B
Plaintext
# Copyright (c) 2022 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# Enable MPU
|
|
CONFIG_ARM_MPU=y
|
|
|
|
# Enable hardware stack protection
|
|
CONFIG_HW_STACK_PROTECTION=y
|
|
|
|
# Enable RTT
|
|
CONFIG_USE_SEGGER_RTT=y
|
|
|
|
# enable GPIO
|
|
CONFIG_GPIO=y
|
|
|
|
# enable uart driver
|
|
CONFIG_SERIAL=y
|
|
|
|
# enable console
|
|
CONFIG_CONSOLE=y
|
|
CONFIG_UART_CONSOLE=y
|
|
|
|
# Use internal oscillator
|
|
CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y
|