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.
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 Overridable Tcl "init_reset" and "jtag_init" procedures
14 New commands for use with Cortex-M3 processors:
15 "cortex_m3 disassemble" ... Thumb2 disassembly (UAL format)
16 "cortex_m3 vector_catch" ... traps certain hardware faults
17 without tying up breakpoint resources
18 If you're willing to help debug it
19 VERY EARLY Cortex-A8 and ARMv7A support
20 Updated BeagleBoard.org hardware support
21 New commands for use with XScale processors: "xscale vector_table"
23 single stepping support for i.MX31
24 bugfix for missing "arm11" prefix on "arm11 memwrite ..."
26 Unavailable registers are not listed
29 The lpc2000 driver handles the new NXP LPC1700 (Cortex-M3) chips
30 New lpc2900 driver for NXP LPC2900 chips (ARM968 based)
31 New "last" flag for NOR "flash erase_sector" and "flash protect"
32 The "nand erase N" command now erases all of bank N
34 Board, Target, and Interface Configuration Scripts:
35 Amontec JTAGkey2 support
36 Cleanup and additions for the TI/Luminary Stellaris scripts
37 LPC1768 target (and flash) support
38 Keil MCB1700 eval board
41 Numeric TAP and Target identifiers now trigger warnings
42 PXA255 partially enumerates
45 Capture more debugging and setup advice
46 Notes on target source code changes that may help debugging
50 For more details about what has changed since the last release,
51 see the ChangeLog associated with this source archive. For older NEWS,
52 see the NEWS files associated with each release (i.e. NEWS-<version>).
54 For more information about contributing test reports, bug fixes, or new
55 features and device support, please read the new Developer Manual (or
56 the BUGS and PATCHES files in the source archive).