Update the NEWS file to cover more of the user-visible changes.
[fw/openocd] / NEWS
1 This file should include highlights of the changes made in the
2 OpenOCD openocd-0.3.0 source archive release.  See the repository
3 history for details about what changed, including bugfixes and
4 other issues not mentioned here.
5
6 JTAG Layer:
7     FT2232H (high speed USB) support doesn't need separate configuration
8     New reset_config options for SRST gating the JTAG clock (or not)
9     TAP declaration no longer requires ircapture and mask attributes
10     New "post-reset" event handler for TAP-invariant setup code
11
12 Target Layer:
13     New commands for use with Cortex-M3 processors:
14         "cortex_m3 disassemble" ... Thumb2 disassembly (UAL format)
15         "cortex_m3 vector_catch" ... traps certain hardware faults
16                 without tying up breakpoint resources
17     If you're willing to help debug it
18         VERY EARLY Cortex-A8 and ARMv7A support
19         Updated BeagleBoard.org hardware support
20     New commands for use with XScale processors: "xscale vector_table"
21     ARM11
22         single stepping support for i.MX31
23         bugfix for missing "arm11" prefix on "arm11 memwrite ..."
24     ETM support
25         Unavailable registers are not listed
26
27 Flash Layer:
28     The lpc2000 driver handles the new NXP LPC1700 (Cortex-M3) chips
29     New lpc2900 driver for NXP LPC2900 chips (ARM968 based)
30     New "last" flag for NOR "flash erase_sector" and "flash protect"
31     The "nand erase N" command now erases all of bank N
32
33 Board, Target, and Interface Configuration Scripts:
34     Amontec JTAGkey2 support
35     Cleanup and additions for the TI/Luminary Stellaris scripts
36     LPC1768 target (and flash) support
37         Keil MCB1700 eval board
38     Samsung s3c2450
39         Mini2440 board
40     Numeric TAP and Target identifiers now trigger warnings
41
42 Documentation:
43     Capture more debugging and setup advice
44     Notes on target source code changes that may help debugging
45
46 Build and Release:
47
48 For more details about what has changed since the last release,
49 see the ChangeLog associated with this source archive.  For older NEWS,
50 see the NEWS files associated with each release (i.e. NEWS-<version>).
51
52 For more information about contributing test reports, bug fixes, or new
53 features and device support, please read the new Developer Manual (or
54 the BUGS and PATCHES files in the source archive).