This is an automated email from the ASF dual-hosted git repository.

acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


    from 762d2b7958d Documentation/am67: Document GPIO and SPI support on 
t3-gem-o1.
     new 86635d82d6c arch/arm/stm32h5: Enable MPU support
     new 72e468de8ff boards/arm/stm32h5/nucleo-h563zi: Configure MPU
     new 8da98f255f3 arch/arm/stm32: Remove unneccessary ifdef

The 3 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/src/stm32h5/CMakeLists.txt                |  4 +++
 arch/arm/src/stm32h5/Make.defs                     |  4 +++
 .../src/stm32h5/hardware/stm32h5xxx_memorymap.h    |  1 +
 .../arm/src/stm32h5/stm32_mpuinit.c                | 38 ++++++++++++----------
 .../s32k11x_irq.h => stm32h5/stm32_mpuinit.h}      | 21 +++++++-----
 arch/arm/src/stm32h5/stm32_start.c                 | 13 ++++++++
 .../arm/stm32h5/nucleo-h563zi/src/CMakeLists.txt   |  4 +++
 boards/arm/stm32h5/nucleo-h563zi/src/Make.defs     |  4 +++
 .../arm/stm32h5/nucleo-h563zi/src/nucleo-h563zi.h  | 12 +++++++
 boards/arm/stm32h5/nucleo-h563zi/src/stm32_boot.c  |  6 ++++
 .../stm32h5/nucleo-h563zi/src/stm32_mpu.c}         | 30 ++++++++++++-----
 11 files changed, 101 insertions(+), 36 deletions(-)
 copy mm/kmm_heap/kmm_free.c => arch/arm/src/stm32h5/stm32_mpuinit.c (76%)
 copy arch/arm/src/{s32k1xx/s32k11x/s32k11x_irq.h => stm32h5/stm32_mpuinit.h} 
(78%)
 copy 
boards/{risc-v/allwinner-d1/lichee-rv-86-panel/src/allwinner_d1_boardinit.c => 
arm/stm32h5/nucleo-h563zi/src/stm32_mpu.c} (58%)

Reply via email to