summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Brownell <dbrownell@users.sourceforge.net>2009-12-19 13:06:46 -0800
committerDavid Brownell <dbrownell@users.sourceforge.net>2009-12-19 13:06:46 -0800
commit9abad965ab358c1d598f1354842967cad637b284 (patch)
tree047127c60e1095c67a73f5c6c41e66485b326848 /NEWS
parentbfadd79965cc448a75b4f51abaf9523c4ec0ae26 (diff)
downloadopenocd+libswd-9abad965ab358c1d598f1354842967cad637b284.tar.gz
openocd+libswd-9abad965ab358c1d598f1354842967cad637b284.tar.bz2
openocd+libswd-9abad965ab358c1d598f1354842967cad637b284.tar.xz
openocd+libswd-9abad965ab358c1d598f1354842967cad637b284.zip
ETM trigger_percent becomes an ETB command
This command was misplaced; it's not generic to all traceport drivers, only the ETB supports this kind of configuration. So move it, and update the relevant documentation. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 67778eff..efcf8f61 100644
--- a/NEWS
+++ b/NEWS
@@ -32,6 +32,8 @@ Target Layer:
- watchpoint support
Cortex-M3
- Exposed DWT registers like cycle counter
+ ETM, ETB
+ - "trigger_percent" command moved ETM --> ETB
Flash Layer:
'flash bank' and 'nand device' take <bank_name> as first argument.