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
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to