summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Brownell <dbrownell@users.sourceforge.net>2010-03-27 10:07:13 -0700
committerDavid Brownell <dbrownell@users.sourceforge.net>2010-03-27 10:07:13 -0700
commitd60ebc0ab535e54f76e734d00d9ac1b5c9b6eb93 (patch)
treef5a43ea7905a1eed6d03d7a26ab8e76b73dfdabd /NEWS
parenta092e8d237e7d23b1b952c4d400d8210523f9ce2 (diff)
downloadopenocd_libswd-d60ebc0ab535e54f76e734d00d9ac1b5c9b6eb93.tar.gz
openocd_libswd-d60ebc0ab535e54f76e734d00d9ac1b5c9b6eb93.tar.bz2
openocd_libswd-d60ebc0ab535e54f76e734d00d9ac1b5c9b6eb93.tar.xz
openocd_libswd-d60ebc0ab535e54f76e734d00d9ac1b5c9b6eb93.zip
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--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0b9a6a4a..a744da37 100644
--- a/NEWS
+++ b/NEWS
@@ -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