diff options
author | luca vinci <luca.vinci@st.com> | 2019-11-05 08:45:04 +0100 |
---|---|---|
committer | Tomas Vanek <vanekt@fbl.cz> | 2020-03-07 15:31:02 +0000 |
commit | 6bc0a77a6e1a1146c44785812595250857fc7307 (patch) | |
tree | 0cdb4b492c07559343c8fa271b18ee871c7030df /tcl/board | |
parent | a2e822834df52efef5e1bbcb91a6eb1afbf102db (diff) | |
download | riscv-openocd-6bc0a77a6e1a1146c44785812595250857fc7307.zip riscv-openocd-6bc0a77a6e1a1146c44785812595250857fc7307.tar.gz riscv-openocd-6bc0a77a6e1a1146c44785812595250857fc7307.tar.bz2 |
bluenrg-x: added support for BlueNRG-LP device
Extended bluenrg-x flash driver with BlueNRG-LP flash controller.
Changes include:
- register set for the flash controller
- made software structure prone to support more easily future devices
- updated target config file
Change-Id: I2e2dc70db32cf98c62e3a43f2e44a4600a25ac5b
Signed-off-by: luca vinci <luca.vinci@st.com>
Reviewed-on: http://openocd.zylin.com/5343
Tested-by: jenkins
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
Diffstat (limited to 'tcl/board')
-rw-r--r-- | tcl/board/steval-idb011v1.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tcl/board/steval-idb011v1.cfg b/tcl/board/steval-idb011v1.cfg new file mode 100644 index 0000000..5988c63 --- /dev/null +++ b/tcl/board/steval-idb011v1.cfg @@ -0,0 +1,3 @@ +# This is an evaluation board with a single BlueNRG-LP chip. +set CHIPNAME bluenrg-lp +source [find target/bluenrg-x.cfg] |