]> git.sur5r.net Git - openocd/commit
begin moving JTAG jim handlers/helpers
authorZachary T Welch <zw@superlucidity.net>
Thu, 26 Nov 2009 16:19:40 +0000 (08:19 -0800)
committerZachary T Welch <zw@superlucidity.net>
Sat, 28 Nov 2009 21:00:39 +0000 (13:00 -0800)
commit0377e5b54d6db196cfeeaaa70824c581317e2290
tree153068ecf1798884dbba7c550adfa723c097c74f
parentc4992c6d863d0ead91d84d19bbfe1643d720b205
begin moving JTAG jim handlers/helpers

Moves the tertiary jim handlers and required static helpers to the top
of tcl.c, defining them in a new registration array that is chained in
both the top-level context and under the jtag command.  The top-level
commands can be removed at some point in the future to reduce clutter.
src/jtag/tcl.c