src/flash/nor: flash driver for RSL10
authorToms Stūrmanis <toms.sturmanis@gmail.com>
Thu, 11 Aug 2022 17:22:09 +0000 (20:22 +0300)
committerAntonio Borneo <borneo.antonio@gmail.com>
Tue, 13 Sep 2022 22:07:43 +0000 (22:07 +0000)
commitca52cfb2b34d684d10e9c91eeb2c6a66a1448b9f
tree1ccc461a778833381c7b8fe54c20f2a02543ffc8
parent7dff68f65d93db45954be08967b54251ac9861f8
src/flash/nor: flash driver for RSL10

Add new flash driver for internal flash of onsemi RSL10 device.

Valgrind-clean. Clang AddressSanitizer shows no errors.

Signed-off-by: Toms Stūrmanis <toms.sturmanis@gmail.com>
Change-Id: I8030542cb9805e94f56d7a69404cef5d88d6dd5a
Reviewed-on: https://review.openocd.org/c/openocd/+/7115
Tested-by: jenkins
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
contrib/loaders/flash/rsl10/Makefile [new file with mode: 0644]
contrib/loaders/flash/rsl10/rom_launcher.S [new file with mode: 0644]
contrib/loaders/flash/rsl10/rom_launcher.inc [new file with mode: 0644]
doc/openocd.texi
src/flash/nor/Makefile.am
src/flash/nor/drivers.c
src/flash/nor/rsl10.c [new file with mode: 0644]
tcl/target/rsl10.cfg [new file with mode: 0644]