summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Brownell <dbrownell@users.sourceforge.net>2010-02-27 00:31:35 -0800
committerDavid Brownell <dbrownell@users.sourceforge.net>2010-02-27 00:31:35 -0800
commite70d42a727bebc5ae0ce0b1386620d30ea00b05b (patch)
tree10a999847449419eaf789fe41eec065a67448b25 /NEWS
parent3ef9beb52cd0ed57ae6d28f7858001bfb68d7e86 (diff)
downloadopenocd+libswd-e70d42a727bebc5ae0ce0b1386620d30ea00b05b.tar.gz
openocd+libswd-e70d42a727bebc5ae0ce0b1386620d30ea00b05b.tar.bz2
openocd+libswd-e70d42a727bebc5ae0ce0b1386620d30ea00b05b.tar.xz
openocd+libswd-e70d42a727bebc5ae0ce0b1386620d30ea00b05b.zip
new "stellaris recover" command
Stellaris chips have a procedure for restoring the chip to what's effectively the "as-manufactured" state, with all the non-volatile memory erased. That includes all flash memory, plus things like the flash protection bits and various control words which can for example disable debugger access. clearly, this can be useful during development. Luminary/TI provides an MS-Windows utility to perform this procedure along with its Stellaris developer kits. Now OpenOCD users will no longer need to use that MS-Windows utility. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b39b3a8f..56c697ff 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,12 @@ Boundary Scan:
Target Layer:
Flash Layer:
+ 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).
+
Board, Target, and Interface Configuration Scripts: