flash/nor: Add support for Artery devices

Initial driver for Artery devices without flash loader and dual-bank
support. Tested with AT32F415CBT7 and AT32F421C8T7.

Change-Id: I3213f8403d0f3db5d205e200f626e73043f55834
Signed-off-by: Marc Schink <dev@zapb.de>
Reviewed-on: https://review.openocd.org/c/openocd/+/8667
Tested-by: jenkins
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
This commit is contained in:
Marc Schink
2024-11-30 10:23:01 +00:00
committed by Antonio Borneo
parent d3c25a45f6
commit ef188a30ac
6 changed files with 2784 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ static const struct flash_driver * const flash_drivers[] = {
&aduc702x_flash,
&aducm360_flash,
&ambiqmicro_flash,
&artery_flash,
&at91sam3_flash,
&at91sam4_flash,
&at91sam4l_flash,