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