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
|
@ -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