2
0
mirror of git://git.code.sf.net/p/openocd/code synced 2025-07-24 05:05:06 +10:00
openocd/tcl/interface/flashlink.cfg
Spencer Oliver 679f6602fd PARPORT: add PARPORTADDR tcl variable
Add PARPORTADDR tcl variable making it easier to
change parallel port address in scripts.

Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
2010-03-16 10:10:21 +00:00

17 lines
328 B
INI

#
# 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
#
if { [info exists PARPORTADDR] } {
set _PARPORTADDR $PARPORTADDR
} else {
set _PARPORTADDR 0
}
interface parport
parport_port $_PARPORTADDR
parport_cable flashlink