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 97155ae09d [nxstyle] fix Relative files path
add 3abdec8af1 arch/arm/stm32h5: implement flash driver for progmem
No new revisions were added by this update.
Summary of changes:
arch/arm/src/stm32h5/Kconfig | 10 +-
arch/arm/src/stm32h5/Make.defs | 12 +-
arch/arm/src/stm32h5/hardware/stm32h5xxx_flash.h | 69 +-
.../src/stm32h5/hardware/stm32h5xxx_memorymap.h | 5 +-
.../{imxrt/imxrt_flash.c => stm32h5/stm32_flash.c} | 8 +-
arch/arm/src/stm32h5/stm32_flash.h | 29 +
arch/arm/src/stm32h5/stm32h563xx_flash.c | 803 +++++++++++++++++++++
7 files changed, 861 insertions(+), 75 deletions(-)
copy arch/arm/src/{imxrt/imxrt_flash.c => stm32h5/stm32_flash.c} (90%)
create mode 100644 arch/arm/src/stm32h5/stm32h563xx_flash.c