v0.4.0-rc1 milestone
[openocd.git] / NEWS
blob173d06af81e6dd8207d9aa3a98823196ad7a7c19
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
35         ETM, ETB
36                 - "trigger_percent" command moved ETM --> ETB
37                 - "etm trigger_debug" command added
38         Freescale DSP563xx cores (partial support)
40 Flash Layer:
41         'flash bank' and 'nand device' take <bank_name> as first argument.
42         With this, flash/NAND commands allow referencing banks by name:
43                 - <bank_name>: reference the bank with its defined name
44                 - <driver_name>[.N]: reference the driver's Nth bank
45         New 'nand verify' command to check bank against an image file.
46         The "flash erase_address" command now rejects partial sectors;
47                 previously it would silently erase extra data.
48         New at91sam9 NAND controller driver.
50 Board, Target, and Interface Configuration Scripts:
51         ARM9
52                 - ETM and ETB hookup for iMX2* targets
53         Add $HOME/.openocd to the search path.
55 Core Jim/TCL Scripting:
56         New 'usage' command to provide terse command help.
57         Improved command 'help' command output (sorted and indented).
58         Improved command handling:
59                 - Most boolean settings now accept any of the following:
60                   on/off, enable/disable, true/false, yes/no, 1/0
61                 - More error checking and reporting.
63 Documentation:
64         New built-in command development documentation and primer.
66 Build and Release:
67         Use --enable-doxygen-pdf to build PDF developer documentation.
68         Consider upgrading to libftdi 0.17 if you use that library; it
69                 includes bugfixes which improve FT2232H support.
71 For more details about what has changed since the last release,
72 see the git repository history.  With gitweb, you can browse that
73 in various levels of detail.
75 For older NEWS, see the NEWS files associated with each release
76 (i.e. NEWS-<version>).
78 For more information about contributing test reports, bug fixes, or new
79 features and device support, please read the new Developer Manual (or
80 the BUGS and PATCHES files in the source archive).