repo.or.cz
/
openocd
/
dnglaze.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mingw32: -Wshadow fixes in arm-jtag-ew.c
[openocd/dnglaze.git]
/
tcl
/
interface
/
parport.cfg
blob
326005a9d03c3f51b3f9c8029bff30923447f94c
1
#
2
# Parallel port wiggler (many clones available) on port 0x378
3
#
4
# Addresses: 0x378/LPT1 or 0x278/LPT2 ...
5
6
if { [info exists PARPORTADDR] } {
7
set _PARPORTADDR $PARPORTADDR
8
} else {
9
set _PARPORTADDR 0x378
10
}
11
12
interface parport
13
parport_port $_PARPORTADDR
14
parport_cable wiggler