-
- Downloads
jtag/tcl.c cleanup -- split out "adapter.c"
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).
Signed-off-by:
David Brownell <dbrownell@users.sourceforge.net>
Showing
- NEWS 2 additions, 1 deletionNEWS
- doc/openocd.texi 3 additions, 3 deletionsdoc/openocd.texi
- src/jtag/Makefile.am 1 addition, 0 deletionssrc/jtag/Makefile.am
- src/jtag/adapter.c 459 additions, 0 deletionssrc/jtag/adapter.c
- src/jtag/startup.tcl 1 addition, 1 deletionsrc/jtag/startup.tcl
- src/jtag/tcl.c 5 additions, 429 deletionssrc/jtag/tcl.c
Loading
Please register or sign in to comment