This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from cf1a04d xtensa:cache: add lock & unlock feature
new 9d8f712 armv7-m,armv7-r,armv8-m:MPU Add mpu_reset and
ARM_MPU_EARLY_RESET
new fd2c1cb stm32:Support CONFIG_MPU_RESET and CONFIG_ARM_MPU_EARLY_RESET
new e664232 stm32f7:Support CONFIG_MPU_RESET and
CONFIG_ARM_MPU_EARLY_RESET
new e1a0a11 stm32h7:Support CONFIG_MPU_RESET and
CONFIG_ARM_MPU_EARLY_RESET
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
arch/arm/Kconfig | 28 ++++++++++++++++++
arch/arm/src/armv7-m/arm_mpu.c | 57 ++++++++++++++++++++++++++++++++++++
arch/arm/src/armv7-m/mpu.h | 30 +++++++++++++++++++
arch/arm/src/armv7-r/arm_mpu.c | 57 ++++++++++++++++++++++++++++++++++++
arch/arm/src/armv7-r/mpu.h | 30 +++++++++++++++++++
arch/arm/src/armv8-m/arm_mpu.c | 57 ++++++++++++++++++++++++++++++++++++
arch/arm/src/armv8-m/mpu.h | 30 +++++++++++++++++++
arch/arm/src/stm32/Make.defs | 2 +-
arch/arm/src/stm32/stm32_mpuinit.c | 4 +++
arch/arm/src/stm32/stm32_start.c | 5 ++++
arch/arm/src/stm32f7/Make.defs | 2 +-
arch/arm/src/stm32f7/stm32_mpuinit.c | 4 +++
arch/arm/src/stm32f7/stm32_start.c | 5 ++++
arch/arm/src/stm32h7/Make.defs | 2 +-
arch/arm/src/stm32h7/stm32_mpuinit.c | 4 +++
arch/arm/src/stm32h7/stm32_start.c | 7 ++++-
16 files changed, 320 insertions(+), 4 deletions(-)