mirror of
https://github.com/apache/nuttx.git
synced 2026-09-12 05:30:20 +00:00
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:
parent
9f1ad1fc4f
commit
aaf63d1d85
1 changed files with 2 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue