update NEWS with recent developments
[fw/openocd] / NEWS
1 This file includes highlights of the changes made in the
2 OpenOCD 0.4.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         Support KT-Link JTAG adapter.
8
9 Boundary Scan:
10 Target Layer:
11         ARM
12                 - renamed "armv4_5" command prefix as "arm"
13         ARM11
14                 - Preliminary ETM and ETB hookup
15                 - accelerated "flash erase_check"
16                 - accelerated GDB memory checksum
17
18 Flash Layer:
19         'flash bank' and 'nand device' take <bank_name> as first argument.
20         With this, flash/NAND commands allow referencing banks by name:
21                 - <bank_name>: reference the bank with its defined name
22                 - <driver_name>[.N]: reference the driver's Nth bank
23         New 'nand verify' command to check bank against an image file.
24
25 Board, Target, and Interface Configuration Scripts:
26         ARM9
27                 - ETM and ETB hookup for iMX2* targets
28         Add $HOME/.openocd to the search path.
29
30 Core Jim/TCL Scripting:
31         New 'usage' command to provide terse command help.
32         Improved command 'help' command output (sorted and indented).
33         Improved command handling:
34                 - Most boolean settings now accept any of the following:
35                   on/off, enable/disable, true/false, yes/no, 1/0
36                 - More error checking and reporting.
37
38 Documentation:
39         New built-in command development documentation and primer.
40
41 Build and Release:
42         Use --enable-doxygen-pdf to build PDF developer documentation.
43
44 For more details about what has changed since the last release,
45 see the git repository history.  With gitweb, you can browse that
46 in various levels of detail.
47
48 For older NEWS, see the NEWS files associated with each release
49 (i.e. NEWS-<version>).
50
51 For more information about contributing test reports, bug fixes, or new
52 features and device support, please read the new Developer Manual (or
53 the BUGS and PATCHES files in the source archive).