2009-12-31 12:19:26 +00:00
|
|
|
#
|
|
|
|
# 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
|
|
|
|
#
|
|
|
|
|
2010-03-16 09:59:05 +00:00
|
|
|
if { [info exists PARPORTADDR] } {
|
|
|
|
set _PARPORTADDR $PARPORTADDR
|
|
|
|
} else {
|
|
|
|
set _PARPORTADDR 0
|
|
|
|
}
|
|
|
|
|
2009-12-31 12:19:26 +00:00
|
|
|
interface parport
|
2010-03-16 09:59:05 +00:00
|
|
|
parport_port $_PARPORTADDR
|
2009-12-31 12:19:26 +00:00
|
|
|
parport_cable flashlink
|