tcl: Adapt config files to new usb_blaster command syntax
[openocd.git] / tcl / interface / parport.cfg
blob05195f02735d8c640a0b2b49221131f94c616205
2 # Parallel port wiggler (many clones available) on port 0x378
4 # Addresses: 0x378/LPT1 or 0x278/LPT2 ...
7 if { [info exists PARPORTADDR] } {
8    set _PARPORTADDR $PARPORTADDR
9 } else {
10    if {$tcl_platform(platform) eq "windows"} {
11       set _PARPORTADDR 0x378
12    } {
13       set _PARPORTADDR 0
14    }
17 adapter driver parport
18 parport port $_PARPORTADDR
19 parport cable wiggler