diff options
author | David Brownell <dbrownell@users.sourceforge.net> | 2009-12-19 13:06:46 -0800 |
---|---|---|
committer | David Brownell <dbrownell@users.sourceforge.net> | 2009-12-19 13:06:46 -0800 |
commit | 9abad965ab358c1d598f1354842967cad637b284 (patch) | |
tree | 047127c60e1095c67a73f5c6c41e66485b326848 /NEWS | |
parent | bfadd79965cc448a75b4f51abaf9523c4ec0ae26 (diff) | |
download | openocd+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-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |