On Saturday 06 June 2009, David Brownell wrote:
> if { [jtag tapisenabled [$t tapname]] == 0 } {
> continue
> }
Turns out I can already:
if {[jtag tapisenabled [$t cget -chain-position]] == 0} {
continue
}
so can make $SUBJECT work with no new primitives.
There are plenty of other messes in the vicinity though. ;)
_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development
