Just posting the patch comment and summary here; I just merged this, see git for dull details.
It's pure cleanup/reorg, no behavior hange other than the command rename bugfix mentioned (sort of unavoidable given the nature of the cleanup). ======== Clean up the jtag/tcl.c file, which was one of the biggest and messiest ones in that directory. Do it by splitting out all the generic adapter commands to a separate "adapter.c" file (leaving the "tcl.c" file holding only JTAG utilities). Also rename the little-used "jtag interface" to "adapter_name", which should have been at least re-categorized earlier (it's not jtag-only). --- NEWS | 3 doc/openocd.texi | 6 src/jtag/Makefile.am | 1 src/jtag/adapter.c | 459 +++++++++++++++++++++++++++++++++++++++++++++++++ src/jtag/startup.tcl | 2 src/jtag/tcl.c | 434 ---------------------------------------------- 6 files changed, 471 insertions(+), 434 deletions(-) _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
