mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-31 15:07:12 +00:00
In all Nordic boards that contain ICs that support hardware stack protection, turn it on by default so that we detect stack overflows easier. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
22 lines
360 B
Plaintext
22 lines
360 B
Plaintext
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
CONFIG_SOC_SERIES_NRF53X=y
|
|
CONFIG_SOC_NRF5340_CPUNET_QKAA=y
|
|
CONFIG_BOARD_NRF5340PDK_NRF5340_CPUNET=y
|
|
|
|
# Enable MPU
|
|
CONFIG_ARM_MPU=y
|
|
|
|
# Enable hardware stack protection
|
|
CONFIG_HW_STACK_PROTECTION=y
|
|
|
|
# enable GPIO
|
|
CONFIG_GPIO=y
|
|
|
|
# Enable uart driver
|
|
CONFIG_SERIAL=y
|
|
|
|
# enable console
|
|
CONFIG_CONSOLE=y
|
|
CONFIG_UART_CONSOLE=y
|