增加cortex-m33架构支持,支持swm34s芯片
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user