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