SAM4S Xplained Pro: Enable MPU. From Bob Doiron
This commit is contained in:
parent
1fe2666c13
commit
ebe23f362e
9
configs/sam4s-xplained-pro/TODO.txt
Normal file
9
configs/sam4s-xplained-pro/TODO.txt
Normal file
@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
- implement flash driver
|
||||
- see arch/arm/src/stm32/stm32_flash.c and related
|
||||
- both banks could be mapped with care taken not to erase the active code.
|
||||
- perhaps the MPU could block code corruption?
|
||||
|
||||
- once implemented, the free() cmd replacement can show flash information.
|
||||
|
@ -124,7 +124,8 @@ CONFIG_ARCH_CHIP="sam34"
|
||||
# CONFIG_ARMV7M_USEBASEPRI is not set
|
||||
# CONFIG_ARCH_HAVE_FPU is not set
|
||||
CONFIG_ARCH_HAVE_MPU=y
|
||||
# CONFIG_ARMV7M_MPU is not set
|
||||
CONFIG_ARMV7M_MPU=y
|
||||
CONFIG_ARMV7M_MPU_NREGIONS=8
|
||||
# CONFIG_DEBUG_HARDFAULT is not set
|
||||
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user