Enable stack check feature on MPS2-AN500 board

Signed-off-by: Gao Jiawei <gaojiawei@xiaomi.com>
Signed-off-by: ligd <liguiding1@xiaomi.com>
This commit is contained in:
Gao Jiawei 2024-06-14 16:23:28 +08:00 committed by Xiang Xiao
parent 9f1ad1fc4f
commit aaf63d1d85

View file

@ -17,6 +17,7 @@ config ARCH_CHIP_MPS2_AN386
select ARCH_HAVE_MPU
select ARM_HAVE_MPU_UNIFIED
select ARCH_HAVE_FPU
select ARMV7M_HAVE_STACKCHECK
config ARCH_CHIP_MPS2_AN500
bool "MPS2 AN500 Processor Cortexm7"
@ -24,6 +25,7 @@ config ARCH_CHIP_MPS2_AN500
select ARCH_HAVE_MPU
select ARM_HAVE_MPU_UNIFIED
select ARCH_HAVE_FPU
select ARMV7M_HAVE_STACKCHECK
config ARCH_CHIP_MPS3_AN524
bool "MPS3 AN524 Processor Cortexm33"