David Brownell <david-b@pacbell.net> Various updates to 0.3.0 NEWS
[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
9 Target Layer:
10     New commands for use with Cortex-M3 processors:
11         "cortex_m3 disassemble" ... Thumb2 disassembly (UAL format)
12         "cortex_m3 vector_catch" ... traps certain hardware faults
13                 without tying up breakpoint resources
14     If you're willing to help debug it:  VERY EARLY Cortex-A8 support
15
16 Flash Layer:
17     The lpc2000 driver handles the new NXP LPC1700 (Cortex-M3) chips
18
19 Board, Target, and Interface Configuration Scripts:
20     Cleanup and additions for the TI/Luminary Stellaris scripts
21     LPC1768 target (and flash) support
22         Keil MCB1700 eval board
23     Samsung s3c2450
24         Mini2440 board
25
26 Documentation:
27
28 Build and Release:
29
30 For more details about what has changed since the last release,
31 see the ChangeLog associated with this source archive.  For older NEWS,
32 see the NEWS files associated with each release (i.e. NEWS-<version>).
33
34 For more information about contributing test reports, bug fixes, or new
35 features and device support, please read the new Developer Manual (or
36 the BUGS and PATCHES files in the source archive).