Added support for STMicroelectronics BlueNRG-1 and BlueNRG-2 SoC
authorMichele Sardo <msmttchr@gmail.com>
Tue, 12 Sep 2017 06:51:29 +0000 (08:51 +0200)
committerTomas Vanek <vanekt@fbl.cz>
Wed, 7 Mar 2018 23:40:55 +0000 (23:40 +0000)
commitcb2f21bf3608f24de5c2e4219626cc464269e830
treeb52b819830d9c0699be4af269c2bafafb7f64dfa
parent8f1f912a7d2cb5777116056fc9d67aa2ea0c9467
Added support for STMicroelectronics BlueNRG-1 and BlueNRG-2 SoC

Added configuration files and flash loaders.

Change-Id: I768eb3626f4e0eadb206bef90a867cc146fe8c75
Signed-off-by: Michele Sardo <msmttchr@gmail.com>
Reviewed-on: http://openocd.zylin.com/4226
Tested-by: jenkins
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
contrib/loaders/flash/bluenrg-x/Makefile [new file with mode: 0644]
contrib/loaders/flash/bluenrg-x/bluenrg-x_write.c [new file with mode: 0644]
contrib/loaders/flash/bluenrg-x/bluenrg-x_write.inc [new file with mode: 0644]
doc/openocd.texi
src/flash/nor/Makefile.am
src/flash/nor/bluenrg-x.c [new file with mode: 0644]
src/flash/nor/drivers.c
tcl/board/steval-idb007v1.cfg [new file with mode: 0644]
tcl/board/steval-idb008v1.cfg [new file with mode: 0644]
tcl/target/bluenrg-x.cfg [new file with mode: 0644]