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