1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/stm32mp157c-dk2: Overwrite mpu_stack_guard in kconfig

This commit is contained in:
MrKevinWeiss 2022-02-09 10:16:33 +01:00
parent 28fa5c72a8
commit 6efe8e01c3
No known key found for this signature in database
GPG Key ID: 3514539D7808D123
2 changed files with 7 additions and 0 deletions

View File

@ -5,3 +5,9 @@ CPU_MODEL = stm32mp157cac
FEATURES_PROVIDED += periph_gpio
FEATURES_PROVIDED += periph_timer
FEATURES_PROVIDED += periph_uart
# This configuration enables modules that are only available when using Kconfig
# module modelling
ifeq (1, $(TEST_KCONFIG))
KCONFIG_BOARD_CONFIG += $(BOARDDIR)/$(BOARD).config
endif

View File

@ -0,0 +1 @@
CONFIG_MODULE_MPU_STACK_GUARD=y