drivers: flash: support for Nuvoton numaker series RMC

Add Nuvoton numaker series flash memory controller(RMC) with erase,
 read & write features of soc-flash.

Signed-off-by: cyliang tw <cyliang@nuvoton.com>
This commit is contained in:
cyliang tw 2024-03-11 16:33:47 +08:00 committed by Alberto Escolar
commit 47ed29bf49
7 changed files with 308 additions and 1 deletions

View file

@ -71,4 +71,8 @@ menu "Nuvoton NuMaker drivers"
bool "NuMaker ADC"
help
Enable Nuvoton ADC HAL module driver
config HAS_NUMAKER_RMC
bool "NuMaker RMC"
help
Enable Nuvoton RMC HAL module driver
endmenu