incubator-nuttx/arch/arm
Kyle Wilson df47241a2b STM32G4 Flash Driver
Added a flash driver for the STM32G4 series. The primary change here is
the addition of stm32g4xxx_flash.c. This file uses the STM32L4 flash
driver as a template. The primary difference is the accounting for dual
banks with different page sizes.

Fixed error while building b-g474e-dpow1/buckboost. It was possible (technically) to have page be used uninitialzied. Changing the if statement to default to using a flash_page_size == 2048 fixes this issue.
2024-10-15 18:11:38 -03:00
..
include arch: support customized up_cpu_index() in AMP mode 2024-10-10 02:38:40 +08:00
src STM32G4 Flash Driver 2024-10-15 18:11:38 -03:00
CMakeLists.txt
Kconfig coredump: add architecture-specific registers dump, including NVIC and MPU 2024-10-15 11:40:05 +08:00