summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Brownell <dbrownell@users.sourceforge.net>2010-02-13 20:14:49 -0800
committerDavid Brownell <dbrownell@users.sourceforge.net>2010-02-13 20:14:49 -0800
commita2ce3a51dfbc9760e7a4e3f5d5806a1de019721d (patch)
tree56503d3caa51c1709b3e5f2ec9e339f36f4ef0a1
parent4c4ec09110db0cb89a6692093aa6579a85fc3552 (diff)
downloadopenocd+libswd-a2ce3a51dfbc9760e7a4e3f5d5806a1de019721d.tar.gz
openocd+libswd-a2ce3a51dfbc9760e7a4e3f5d5806a1de019721d.tar.bz2
openocd+libswd-a2ce3a51dfbc9760e7a4e3f5d5806a1de019721d.tar.xz
openocd+libswd-a2ce3a51dfbc9760e7a4e3f5d5806a1de019721d.zip
NEWS: mention removal of obsolete commands
Removed remaining support for various commands, like advice for migrating old-style TAP declarations. The documentation no longer describes them either ... so if users have been delaying config updates, they may need to consult older releases. ALL this stuff has been clearly marked as "do not use" for at least a year now, so anyone still using it hasn't been holding up their end. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f7bf1d31..cbd55261 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,8 @@ Boundary Scan:
Target Layer:
General
+ - Removed commands which have been obsolete for at least
+ a year (from both documentation and, sometimes, code).
- new "reset-assert" event, for systems without SRST
ARM
- supports "reset-assert" event (except on Cortex-M3)