diff options
author | David Brownell <dbrownell@users.sourceforge.net> | 2010-03-27 10:07:13 -0700 |
---|---|---|
committer | David Brownell <dbrownell@users.sourceforge.net> | 2010-03-27 10:07:13 -0700 |
commit | d60ebc0ab535e54f76e734d00d9ac1b5c9b6eb93 (patch) | |
tree | f5a43ea7905a1eed6d03d7a26ab8e76b73dfdabd /NEWS | |
parent | a092e8d237e7d23b1b952c4d400d8210523f9ce2 (diff) | |
download | riscv-openocd-d60ebc0ab535e54f76e734d00d9ac1b5c9b6eb93.zip riscv-openocd-d60ebc0ab535e54f76e734d00d9ac1b5c9b6eb93.tar.gz riscv-openocd-d60ebc0ab535e54f76e734d00d9ac1b5c9b6eb93.tar.bz2 |
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>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,9 +6,10 @@ and other issues not mentioned here. JTAG Layer: New driver for "Bus Pirate" Rename various commands so they're not JTAG-specific - There are migration procedures for these, but you should + There are migration procedures for most of these, but you should convert your scripts to the new names, since those procedures will not be around forever. + jtag jinterface ... is now adapter_name jtag_khz ... is now adapter_khz jtag_nsrst_delay ... is now adapter_nsrst_delay jtag_nsrst_assert_width ... is now adapter_nsrst_assert_width |