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:
parent
28fa5c72a8
commit
6efe8e01c3
@ -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
|
||||
|
1
boards/stm32mp157c-dk2/stm32mp157c-dk2.config
Normal file
1
boards/stm32mp157c-dk2/stm32mp157c-dk2.config
Normal file
@ -0,0 +1 @@
|
||||
CONFIG_MODULE_MPU_STACK_GUARD=y
|
Loading…
Reference in New Issue
Block a user