]> git.sur5r.net Git - openocd/blobdiff - NEWS
mips: add nor flash write from memory block
[openocd] / NEWS
diff --git a/NEWS b/NEWS
index db4485dae172db70034a605b551ca33b28e42594..add6c1e9035498574967489daeda9eb5cb3aab56 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -17,15 +17,20 @@ JTAG Layer:
 
 Boundary Scan:
 
+Transport framework core ... supporting future work for SWD, SPI, and other
+non-JTAG ways to debug targets or program flash.
+
 Target Layer:
        ARM:
-               - basic semihosting support (ARMv7M).
+               - basic semihosting support for ARMv7M.
                - renamed "armv7m" command prefix as "arm"
        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.
+       OTHER:
+               - preliminary AVR32 AP7000 support.
 
 Flash Layer:
        New "stellaris recover" command, implements the procedure
@@ -46,6 +51,7 @@ Board, Target, and Interface Configuration Scripts:
        Support Voipac PXA270/PXA270M module.
        New $PARPORTADDR tcl variable used to change default
                parallel port address used.
+       Remove lm3s811.cfg; use "stellaris.cfg" instead
 
 Core Jim/TCL Scripting:
        New "add_script_search_dir" command, behaviour is the same