diff options
author | Antonio Borneo <borneo.antonio@gmail.com> | 2009-12-31 20:19:26 +0800 |
---|---|---|
committer | David Brownell <dbrownell@users.sourceforge.net> | 2010-01-02 01:50:57 -0800 |
commit | 668f20d0abc22765dda6dd5d094eb79bea321ace (patch) | |
tree | 4e2033bf9b70910ae6449c67f5cbcc08d62d91f0 /tcl | |
parent | 384e9193e99d54d6cafb979b6b2e1fd8e3fbd200 (diff) | |
download | riscv-openocd-668f20d0abc22765dda6dd5d094eb79bea321ace.zip riscv-openocd-668f20d0abc22765dda6dd5d094eb79bea321ace.tar.gz riscv-openocd-668f20d0abc22765dda6dd5d094eb79bea321ace.tar.bz2 |
Added ST FlashLINK interface config file.
The relevant cable config is already in OpenOCD, but not a config for
the JTAG adapter. I have tested with FlashLINK on ARM926.
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'tcl')
-rw-r--r-- | tcl/interface/flashlink.cfg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tcl/interface/flashlink.cfg b/tcl/interface/flashlink.cfg new file mode 100644 index 0000000..4b00de9 --- /dev/null +++ b/tcl/interface/flashlink.cfg @@ -0,0 +1,10 @@ +# +# ST FlashLINK JTAG parallel cable +# +# http://www.st.com/mcu/contentid-94-80-FL_101.html +# http://www.st.com/stonline/products/literature/um/7889.pdf +# + +interface parport +parport_port 0 +parport_cable flashlink |