split jim_jtag_command into multiple handlers
authorZachary T Welch <zw@superlucidity.net>
Thu, 26 Nov 2009 05:35:24 +0000 (21:35 -0800)
committerZachary T Welch <zw@superlucidity.net>
Sat, 28 Nov 2009 21:00:39 +0000 (13:00 -0800)
commitc4992c6d863d0ead91d84d19bbfe1643d720b205
tree87ba6b3f976271ae8aac3bbac7615acbae5628a8
parent2da2864632c281a2523f924b406e532d610857a6
split jim_jtag_command into multiple handlers

Explodes the 'jtag' into separate command handlers, which are easier
to understand and extend.  Makes the code much easier to understand,
though further simplifications are possible.  This patch tries to
minimize the noise when viewed with 'git diff -w'.

Gives these commands improved built-in help and usage information.
src/jtag/tcl.c