first implementation
[openocd/simonqian.git] / NEWS
blob436dab7da417481ef352c32797b5f17d4bf001d7
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.
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     Overridable Tcl "init_reset" and "jtag_init" procedures
13 Target Layer:
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"
22     ARM9
23         name change:  "arm9 vector_catch" not "arm9tdmi vector_catch"
24     ARM11
25         single stepping support for i.MX31
26         bugfix for missing "arm11" prefix on "arm11 memwrite ..."
27     ETM support
28         Unavailable registers are not listed
30 Flash Layer:
31     The lpc2000 driver handles the new NXP LPC1700 (Cortex-M3) chips
32     New lpc2900 driver for NXP LPC2900 chips (ARM968 based)
33     New "last" flag for NOR "flash erase_sector" and "flash protect"
34     The "nand erase N" command now erases all of bank N
36 Board, Target, and Interface Configuration Scripts:
37     Amontec JTAGkey2 support
38     Cleanup and additions for the TI/Luminary Stellaris scripts
39     LPC1768 target (and flash) support
40         Keil MCB1700 eval board
41     Samsung s3c2450
42         Mini2440 board
43     Numeric TAP and Target identifiers now trigger warnings
44     PXA255 partially enumerates
46 Documentation:
47     Capture more debugging and setup advice
48     Notes on target source code changes that may help debugging
50 Build and Release:
52 For more details about what has changed since the last release,
53 see the ChangeLog associated with this source archive.  For older NEWS,
54 see the NEWS files associated with each release (i.e. NEWS-<version>).
56 For more information about contributing test reports, bug fixes, or new
57 features and device support, please read the new Developer Manual (or
58 the BUGS and PATCHES files in the source archive).