forked from auracaster/openocd
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>
This commit is contained in:
@@ -3,6 +3,12 @@
|
||||
#
|
||||
# Addresses: 0x378/LPT1 or 0x278/LPT2 ...
|
||||
|
||||
if { [info exists PARPORTADDR] } {
|
||||
set _PARPORTADDR $PARPORTADDR
|
||||
} else {
|
||||
set _PARPORTADDR 0x378
|
||||
}
|
||||
|
||||
interface parport
|
||||
parport_port 0x378
|
||||
parport_port $_PARPORTADDR
|
||||
parport_cable wiggler
|
||||
|
||||
Reference in New Issue
Block a user