zephyr/boards/u-blox/ubx_bmd380eval/ubx_bmd380eval_nrf52840_def...

26 lines
430 B
Plaintext
Raw Normal View History

# BMD-380-EVAL board configuration
# Copyright (c) 2021 u-blox AG
# SPDX-License-Identifier: Apache-2.0
# should be CKAA, but not available yet from Nordic Semiconductor
# Enable hardware stack protection
CONFIG_HW_STACK_PROTECTION=y
# Enable MPU
CONFIG_ARM_MPU=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