ecos: add missing PRId8 definition
[openocd.git] / NEWS
blobc4abd13547d4a59234057135eb1042e7918d06f2
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.
8         Support USB-JTAG, Altera USB-Blaster and compatibles.
10 Boundary Scan:
12 Target Layer:
13         General
14                 - new "reset-assert" event, for systems without SRST
15         ARM
16                 - renamed "armv4_5" command prefix as "arm"
17                 - recognize TrustZone "Secure Monitor" mode
18                 - "arm regs" command output changed
19                 - register names use "sp" not "r13"
20                 - add top-level "mcr" and "mrc" commands, replacing
21                   various core-specific operations
22                 - basic semihosting support
23         ARM11
24                 - Preliminary ETM and ETB hookup
25                 - accelerated "flash erase_check"
26                 - accelerated GDB memory checksum
27                 - support "arm regs" command
28                 - can access all core modes and registers
29                 - watchpoint support
30         Cortex-A8
31                 - support "arm regs" command
32                 - can access all core modes and registers
33                 - supports "reset-assert" event (used on OMAP3530)
34                 - watchpoint support
35         Cortex-M3
36                 - Exposed DWT registers like cycle counter
37                 - vector_catch settings not clobbered by resets
38                 - no longer interferes with firmware's fault handling
39         ETM, ETB
40                 - "trigger_percent" command moved ETM --> ETB
41                 - "etm trigger_debug" command added
42         MIPS
43                 - use fastdata writes
44         Freescale DSP563xx cores (partial support)
46 Flash Layer:
47         'flash bank' and 'nand device' take <bank_name> as first argument.
48         With this, flash/NAND commands allow referencing banks by name:
49                 - <bank_name>: reference the bank with its defined name
50                 - <driver_name>[.N]: reference the driver's Nth bank
51         New 'nand verify' command to check bank against an image file.
52         The "flash erase_address" command now rejects partial sectors;
53                 previously it would silently erase extra data.  If you
54                 want to erase the rest of the first and/or last sectors
55                 instead of failing, you must pass an explicit "pad" flag.
56         New at91sam9 NAND controller driver.
57         New s3c64xx NAND controller driver.
59 Board, Target, and Interface Configuration Scripts:
60         ARM9
61                 - ETM and ETB hookup for iMX2* targets
62         Add $HOME/.openocd to the search path.
63         Handle Rev C of LM3S811 eval boards.
64                 - use "luminary-lm3s811.cfg" for older boards
65                 - use "luminary.cfg" for RevC and newer
67 Core Jim/TCL Scripting:
68         New 'usage' command to provide terse command help.
69         Improved command 'help' command output (sorted and indented).
70         Improved command handling:
71                 - Most boolean settings now accept any of the following:
72                   on/off, enable/disable, true/false, yes/no, 1/0
73                 - More error checking and reporting.
75 Documentation:
76         New built-in command development documentation and primer.
78 Build and Release:
79         Use --enable-doxygen-pdf to build PDF developer documentation.
80         Consider upgrading to libftdi 0.17 if you use that library; it
81                 includes bugfixes which improve FT2232H support.
83 For more details about what has changed since the last release,
84 see the git repository history.  With gitweb, you can browse that
85 in various levels of detail.
87 For older NEWS, see the NEWS files associated with each release
88 (i.e. NEWS-<version>).
90 For more information about contributing test reports, bug fixes, or new
91 features and device support, please read the new Developer Manual (or
92 the BUGS and PATCHES.txt files in the source archive).