repo.or.cz
/
openocd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Clean up many C99 integer types format specifiers
[openocd.git]
/
tcl
/
interface
/
parport.cfg
blob
f7cc23ab48cc9be2a0820ad4dcb2536a0ccc1929
1
#
2
# Parallel port wiggler (many clones available) on port 0x378
3
#
4
# Addresses: 0x378/LPT1 or 0x278/LPT2 ...
5
#
6
7
if { [info exists PARPORTADDR] } {
8
set _PARPORTADDR $PARPORTADDR
9
} else {
10
set _PARPORTADDR 0x378
11
}
12
13
interface parport
14
parport_port $_PARPORTADDR
15
parport_cable wiggler