rename jtag_nsrst_delay as adapter_nsrst_delay
[fw/openocd] / NEWS
1 This file includes highlights of the changes made in the
2 OpenOCD 0.5.0 source archive release.  See the repository
3 history for details about what changed, including bugfixes
4 and other issues not mentioned here.
5
6 JTAG Layer:
7         New driver for "Bus Pirate"
8         Rename various commands so they're not JTAG-specific
9            There are migration procedures for these, but you should
10            convert your scripts to the new names, since those procedures
11            will not be around forever.
12                 jtag_khz        ... is now adapter_khz
13                 jtag_nsrst_delay ... is now adapter_nsrst_delay
14
15 Boundary Scan:
16
17 Target Layer:
18
19 Flash Layer:
20         New "stellaris recover" command, implements the procedure
21                 to recover locked devices (restoring non-volatile
22                 state to the factory defaults, including erasing
23                 the flash and its protection bits, and possibly
24                 re-enabling hardware debugging).
25
26
27 Board, Target, and Interface Configuration Scripts:
28         Support IAR LPC1768 kickstart board (by Olimex)
29
30 Core Jim/TCL Scripting:
31
32 Documentation:
33
34 Build and Release:
35
36 For more details about what has changed since the last release,
37 see the git repository history.  With gitweb, you can browse that
38 in various levels of detail.
39
40 For older NEWS, see the NEWS files associated with each release
41 (i.e. NEWS-<version>).
42
43 For more information about contributing test reports, bug fixes, or new
44 features and device support, please read the new Developer Manual (or
45 the BUGS and PATCHES.txt files in the source archive).
46