增加cortex-m33架构支持,支持swm34s芯片

This commit is contained in:
zhangzheng
2024-01-27 15:40:05 +08:00
parent b46bccffe2
commit 5bdbd52ac1
574 changed files with 262771 additions and 141 deletions

View File

@@ -43,10 +43,16 @@ if KNL_EXRAM
hex "sram size"
default 0x100000
endif
endif
config MK_MPU_CFG
menuconfig MK_MPU_CFG
bool "MKRTOS MPU config"
default y
if MK_MPU_CFG
config MPU_VERSION
int "mpu version"
default 1
endif
endif
config FT_ADDR_NR
int "The number of addresses supported by futex."