summaryrefslogtreecommitdiff
path: root/NEWS-0.2.0
diff options
context:
space:
mode:
authorAntonio Borneo <borneo.antonio@gmail.com>2009-12-30 07:48:49 +0800
committerDavid Brownell <dbrownell@users.sourceforge.net>2009-12-30 11:51:29 -0800
commit7c5acf8660ddfce4746152e03749b699532f513f (patch)
tree3542639833cbf6b00a84ff606e592faa3ca7d332 /NEWS-0.2.0
parent17fb7ead4b901f10c01c0824f594d91775b012b3 (diff)
downloadopenocd+libswd-7c5acf8660ddfce4746152e03749b699532f513f.tar.gz
openocd+libswd-7c5acf8660ddfce4746152e03749b699532f513f.tar.bz2
openocd+libswd-7c5acf8660ddfce4746152e03749b699532f513f.tar.xz
openocd+libswd-7c5acf8660ddfce4746152e03749b699532f513f.zip
whitespace cleanup, mostly for docs
Remove useless space/tab at end of lines. Remove spaces in indentation and replace with tab. Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'NEWS-0.2.0')
-rw-r--r--NEWS-0.2.04
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS-0.2.0 b/NEWS-0.2.0
index f56c7a4f..74269268 100644
--- a/NEWS-0.2.0
+++ b/NEWS-0.2.0
@@ -9,7 +9,7 @@ must past stricter value checks, and many more error conditions have
been handled correctly. These efforts helped to make the 0.2.0 release
more stable and robust, though some changes may expose latent bugs in
your existing configuration scripts.
-
+
This release does not maintain backward compatibility in all respects,
so some target or configuration scripts may need to be updated. In some
cases, you may also see warnings; resolve those, because they indicate
@@ -20,7 +20,7 @@ The following areas of OpenOCD functionality changed in this release:
JTAG Layer:
- Improves modularity: core, TCL, driver commands, and interface have
been separated, encapsulated, and documented for developers. Mostly.
-- Improves JTAG TAP transition tables:
+- Improves JTAG TAP transition tables:
* Makes TAP paths variable length, rather than being fixed at 7 steps.
* Fixes problems with some targets that did not like longer paths.
- Improves JTAG driver/minidriver modularity and encapsulation.