From 263e15db984755d5e528558f69e7f25c69d0a392 Mon Sep 17 00:00:00 2001 From: Kolja Waschk Date: Tue, 19 Feb 2008 22:44:39 +0000 Subject: [PATCH] Updated NEWS git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@1059 b68d4a1b-bc3d-0410-92ed-d4ac073336b7 --- jtag/NEWS | 32 +++++++++++++++++++++++++------- 1 file changed, 25 insertions(+), 7 deletions(-) diff --git a/jtag/NEWS b/jtag/NEWS index 213063c2..c128431b 100644 --- a/jtag/NEWS +++ b/jtag/NEWS @@ -1,25 +1,43 @@ $Id$ -Also see libbrux/NEWS for more news, especially regarding the flash support. - urjtag-n/a - * Integration of BSDL parser (Arnim Laeuger) + * Integrated BSDL parser (Arnim Laeuger) + * Updates to the jtag command shell + - New "bsdl" command + - New "scan" command + - More flexible search algorithm for "include" and "script" * New and updated bus drivers - - Prototype bus driver (Detrick Martin) - * New and updated cable drivers + - Added prototype bus driver (Detrick Martin) + - Added bus drivers for various Blackfin boards (Jie Zhang) + - Improvements in S3C4510B driver + * New and updated cable drivers (by A. Laeuger, unless noted otherwise) + - Wiggler driver with configurable pin mapping + - TRST and partially LED support in drivers for FT2232-based cables - Vision EP9307 GPIO (Hartley Sweeten) - - Amontec JTAGkey + - Amontec JTAGkey (initially submitted by Laurent Gauch) - OOCDLink-s - Turtelizer 2 - USB to JTAG Interface - Xverve DT-USB-ST Signalyzer Tool * Added new JTAG declarations for - Altera EP2C8 (Hartley Sweeten) - - Xilinx XC2V80-FG256, XC2V250-FG256, XC2V1000-FG256 (Alexander Didebulidze) + - Analog Devices Blackfin BF537, BF549, BF567 (Jie Zhang) + - Freescale MPC5241 + - Xilinx XC2V80- XC2V250- and XC2V1000-FG256 (Alexander Didebulidze) + * Added JIM, a cable/part simulator for regression testing and demos + * Improved documentation + * Numerous internal improvements + - activity queuing mechanism to speed up JTAG over USB + - simplified source directory layout; incorporated libbrux and inclow + - experimental implementation of improved JEDEC flash detection + - improved linking with USB drivers in Cygwin environment + - varous smaller bug fixes and improvements urjtag-0.7 (2007-12-23) +Also see libbrux/NEWS for more news, especially regarding the flash support. + * Integrated SVF player (Arnim Laeuger) * Updates to the jtag command shell - New writemem command to write to SRAM (Kent Palmkvist)