rename jtag_nsrst_assert_width as adapter_nsrst_assert_width
[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                 jtag_nsrst_assert_width ... is now adapter_nsrst_assert_width
15
16 Boundary Scan:
17
18 Target Layer:
19
20 Flash Layer:
21         New "stellaris recover" command, implements the procedure
22                 to recover locked devices (restoring non-volatile
23                 state to the factory defaults, including erasing
24                 the flash and its protection bits, and possibly
25                 re-enabling hardware debugging).
26
27
28 Board, Target, and Interface Configuration Scripts:
29         Support IAR LPC1768 kickstart board (by Olimex)
30
31 Core Jim/TCL Scripting:
32
33 Documentation:
34
35 Build and Release:
36
37 For more details about what has changed since the last release,
38 see the git repository history.  With gitweb, you can browse that
39 in various levels of detail.
40
41 For older NEWS, see the NEWS files associated with each release
42 (i.e. NEWS-<version>).
43
44 For more information about contributing test reports, bug fixes, or new
45 features and device support, please read the new Developer Manual (or
46 the BUGS and PATCHES.txt files in the source archive).
47