mirror of
git://git.code.sf.net/p/openocd/code
synced 2025-07-18 16:36:14 +10:00
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>
This commit is contained in:
parent
384e9193e9
commit
668f20d0ab
10
tcl/interface/flashlink.cfg
Normal file
10
tcl/interface/flashlink.cfg
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user