2009-11-05 03:44:36 +00:00
|
|
|
This file includes highlights of the changes made in the
|
2010-02-21 21:27:37 +00:00
|
|
|
OpenOCD 0.5.0 source archive release. See the repository
|
2009-11-05 03:44:36 +00:00
|
|
|
history for details about what changed, including bugfixes
|
|
|
|
and other issues not mentioned here.
|
2009-07-06 11:26:21 +00:00
|
|
|
|
|
|
|
JTAG Layer:
|
2010-03-08 12:45:14 +00:00
|
|
|
New driver for "Bus Pirate"
|
2010-03-15 15:37:43 +00:00
|
|
|
Rename various commands so they're not JTAG-specific
|
2010-03-27 17:07:13 +00:00
|
|
|
There are migration procedures for most of these, but you should
|
2010-03-15 15:37:43 +00:00
|
|
|
convert your scripts to the new names, since those procedures
|
|
|
|
will not be around forever.
|
2010-03-27 17:07:13 +00:00
|
|
|
jtag jinterface ... is now adapter_name
|
2010-03-15 15:37:43 +00:00
|
|
|
jtag_khz ... is now adapter_khz
|
2010-03-15 15:41:30 +00:00
|
|
|
jtag_nsrst_delay ... is now adapter_nsrst_delay
|
2010-03-15 15:42:26 +00:00
|
|
|
jtag_nsrst_assert_width ... is now adapter_nsrst_assert_width
|
2010-06-03 09:20:06 +00:00
|
|
|
Support Voipac VPACLink JTAG Adapter.
|
2009-11-05 05:20:44 +00:00
|
|
|
|
2009-10-31 03:21:31 +00:00
|
|
|
Boundary Scan:
|
2010-01-09 01:20:47 +00:00
|
|
|
|
2009-07-06 11:26:21 +00:00
|
|
|
Target Layer:
|
2010-06-03 09:20:06 +00:00
|
|
|
ARM:
|
|
|
|
- basic semihosting support (ARMv7M).
|
|
|
|
- renamed "armv7m" command prefix as "arm"
|
2010-03-17 09:57:44 +00:00
|
|
|
MIPS:
|
|
|
|
- "ejtag_srst" variant removed. The same functionality is
|
|
|
|
obtained by using "reset_config none".
|
|
|
|
- added PIC32MX software reset support, this means srst is not
|
|
|
|
required to be connected anymore.
|
2009-11-15 18:35:47 +00:00
|
|
|
|
2009-07-06 11:26:21 +00:00
|
|
|
Flash Layer:
|
2010-02-27 08:31:35 +00:00
|
|
|
New "stellaris recover" command, implements the procedure
|
|
|
|
to recover locked devices (restoring non-volatile
|
|
|
|
state to the factory defaults, including erasing
|
|
|
|
the flash and its protection bits, and possibly
|
|
|
|
re-enabling hardware debugging).
|
2010-03-17 09:57:44 +00:00
|
|
|
PIC32MX now uses algorithm for flash programming, this
|
|
|
|
has increased the performance by approx 96%.
|
2010-06-03 09:20:06 +00:00
|
|
|
New 'pic32mx unlock' cmd to remove readout protection.
|
|
|
|
New STM32 Value Line Support.
|
|
|
|
New 'virtual' flash driver, used to associate other addresses
|
|
|
|
with a flash bank. See pic32mx.cfg for usage.
|
|
|
|
New iMX27 NAND flash controller driver.
|
2009-11-20 15:06:32 +00:00
|
|
|
|
2009-07-14 09:02:00 +00:00
|
|
|
Board, Target, and Interface Configuration Scripts:
|
2010-03-02 23:00:14 +00:00
|
|
|
Support IAR LPC1768 kickstart board (by Olimex)
|
2010-06-03 09:20:06 +00:00
|
|
|
Support Voipac PXA270/PXA270M module.
|
|
|
|
New $PARPORTADDR tcl variable used to change default
|
|
|
|
parallel port address used.
|
2009-11-15 18:35:47 +00:00
|
|
|
|
2009-11-20 15:06:32 +00:00
|
|
|
Core Jim/TCL Scripting:
|
2010-03-17 09:57:44 +00:00
|
|
|
New "add_script_search_dir" command, behaviour is the same
|
|
|
|
as the "-s" cmd line option.
|
2009-11-20 15:06:32 +00:00
|
|
|
|
2009-07-06 11:26:21 +00:00
|
|
|
Documentation:
|
2009-11-20 15:06:32 +00:00
|
|
|
|
2009-07-06 11:26:21 +00:00
|
|
|
Build and Release:
|
|
|
|
|
2009-07-14 09:02:00 +00:00
|
|
|
For more details about what has changed since the last release,
|
2009-11-04 23:54:33 +00:00
|
|
|
see the git repository history. With gitweb, you can browse that
|
|
|
|
in various levels of detail.
|
|
|
|
|
|
|
|
For older NEWS, see the NEWS files associated with each release
|
|
|
|
(i.e. NEWS-<version>).
|
2009-07-06 11:26:21 +00:00
|
|
|
|
|
|
|
For more information about contributing test reports, bug fixes, or new
|
|
|
|
features and device support, please read the new Developer Manual (or
|
2010-01-09 01:20:47 +00:00
|
|
|
the BUGS and PATCHES.txt files in the source archive).
|
2010-02-21 21:27:37 +00:00
|
|
|
|