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