2009-12-31 12:19:26 +00:00
|
|
|
#
|
|
|
|
# ST FlashLINK JTAG parallel cable
|
|
|
|
#
|
2010-12-19 22:39:05 +00:00
|
|
|
# http://www.st.com/internet/evalboard/product/94023.jsp
|
2009-12-31 12:19:26 +00:00
|
|
|
# http://www.st.com/stonline/products/literature/um/7889.pdf
|
|
|
|
#
|
|
|
|
|
2010-03-16 09:59:05 +00:00
|
|
|
if { [info exists PARPORTADDR] } {
|
2011-10-29 23:45:11 +00:00
|
|
|
set _PARPORTADDR $PARPORTADDR
|
2010-03-16 09:59:05 +00:00
|
|
|
} else {
|
2011-10-29 23:45:11 +00:00
|
|
|
set _PARPORTADDR 0
|
2010-03-16 09:59:05 +00:00
|
|
|
}
|
|
|
|
|
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
|