NEWS updates
[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                 - recognize TrustZone "Secure Monitor" mode
14                 - "arm regs" command output changed
15                 - register names use "sp" not "r13"
16         ARM11
17                 - Preliminary ETM and ETB hookup
18                 - accelerated "flash erase_check"
19                 - accelerated GDB memory checksum
20                 - support "arm regs" command
21                 - can access all core modes and registers
22         Cortex-A8
23                 - support "arm regs" command
24                 - can access all core modes and registers
25         Cortex-M3
26                 - Exposed DWT registers like cycle counter
27
28 Flash Layer:
29         'flash bank' and 'nand device' take <bank_name> as first argument.
30         With this, flash/NAND commands allow referencing banks by name:
31                 - <bank_name>: reference the bank with its defined name
32                 - <driver_name>[.N]: reference the driver's Nth bank
33         New 'nand verify' command to check bank against an image file.
34
35 Board, Target, and Interface Configuration Scripts:
36         ARM9
37                 - ETM and ETB hookup for iMX2* targets
38         Add $HOME/.openocd to the search path.
39
40 Core Jim/TCL Scripting:
41         New 'usage' command to provide terse command help.
42         Improved command 'help' command output (sorted and indented).
43         Improved command handling:
44                 - Most boolean settings now accept any of the following:
45                   on/off, enable/disable, true/false, yes/no, 1/0
46                 - More error checking and reporting.
47
48 Documentation:
49         New built-in command development documentation and primer.
50
51 Build and Release:
52         Use --enable-doxygen-pdf to build PDF developer documentation.
53
54 For more details about what has changed since the last release,
55 see the git repository history.  With gitweb, you can browse that
56 in various levels of detail.
57
58 For older NEWS, see the NEWS files associated with each release
59 (i.e. NEWS-<version>).
60
61 For more information about contributing test reports, bug fixes, or new
62 features and device support, please read the new Developer Manual (or
63 the BUGS and PATCHES files in the source archive).