ARM7/ARM9: help/usage updates
[openocd.git] / doc / openocd.texi
2010-01-08 David BrownellARM7/ARM9: help/usage updates
2010-01-08 David BrownellARMv7: help/usage updates
2010-01-02 David Brownellstreamline and document helptext mode displays
2009-12-31 David BrownellUser's Guide: warn about the forum
2009-12-30 Antonio Borneowhitespace cleanup, mostly for docs
2009-12-28 David BrownellFix Luminary FT2232 layout docs/configs
2009-12-27 David BrownellNOR: make flash_write_unlock() pad to sector end
2009-12-26 Catalin PatuleaDriver for USB-JTAG, Altera USB-Blaster and compatibles
2009-12-26 David BrownellUser's Guide: update GDB info
2009-12-19 Dean GlazeskiAT91SAM9 NAND flash driver.
2009-12-19 David BrownellETM: add "etm trigger_debug" command
2009-12-19 David BrownellETM trigger_percent becomes an ETB command
2009-12-16 David BrownellJTAG: shrink "scan_chain" output
2009-12-15 mkdorg@users.sourc... target: add basic dsp563xx support
2009-12-14 David Brownelljtag: add '-ignore-version' option
2009-12-07 David BrownellARM: list number of HW breakpoints/watchpoints
2009-12-07 David BrownellUser's Guide: add quickie setup notes
2009-12-07 David BrownellUser's Guide: mention ETM on ARM11 comes up too
2009-12-07 Zachary T Welchadd 'flash list', rewrite 'flash banks'
2009-12-04 David BrownellUser's Guide: more semihosting info
2009-12-04 Nicolas Pitrebasic ARM semihosting support
2009-12-01 David BrownellTcl and doc: update to match new 'arm mcr ...' etc
2009-11-29 Marek VasutXScale: initial PXA3xx support
2009-11-28 David Brownelltarget: groundwork for "reset-assert" event
2009-11-24 Andreas Fritiofsonsupport for scripts in $HOME/.openocd
2009-11-23 Øyvind Harboearm926ejs: retire cp15 commands, handled by mrc/mcr.
2009-11-21 David BrownellARM7/ARM9: remove old "debug commands"
2009-11-19 Zachary T Welchdocument new flash syntax
2009-11-17 David BrownellARMv7A: use standard disassembler
2009-11-17 David BrownellARM: "armv4_5" command prefix becomes "arm"
2009-11-16 Zachary T WelchAdd 'nand verify' command
2009-11-13 David BrownellETM: start support for ETMv2+
2009-11-12 Jonas Horbergparport: add support for the jtag_khz command.
2009-11-10 David Brownelltarget: MMU-aware init for memory read/write
2009-11-10 Øyvind HarboeARM11: remove old mrc/mcr commands
2009-11-09 David Brownellfinish removing deprecated/obsolete commands
2009-11-09 David BrownellUser's Guide: Flash/NAND doc tweaks
2009-11-09 David BrownellUser's Guide: bugfix global state info
2009-11-08 David Brownelltarget.cfg: remove "-work-area-virt 0"
2009-11-05 David BrownellUser's Guide: TAP setup tweakage
2009-11-02 David BrownellUser's Guide: more init info, autoprobing, etc
2009-10-25 David BrownellARM: rename "arm9tdmi vector_catch" to "arm9 ..."
2009-10-23 David Brownellarm9tdmi vector_catch: reserved means "don't use"
2009-10-22 David BrownellETM: rename registers, doc tweaks
2009-10-21 Øyvind Harboemww_phys retired. Replaced by generic mww phys in target.c
2009-10-21 Øyvind Harboevirt2phys is now implemented by target.c globally,...
2009-10-21 Øyvind HarboeAdded target_read/write_phys_memory() fn's. mdX/mwX...
2009-10-21 David BrownellXSVF: use svf_add_statemove()
2009-10-20 Øyvind HarboeAdded 'unlock' option to flash write_image
2009-10-19 David BrownellDoc: jtag_init must validate scan chain too
2009-10-14 David Brownelldoc updates to match "help" better
2009-10-13 Øyvind HarboeRetired gdb_attach. gdb-detach event covers this functi...
2009-10-12 Øyvind Harboearm11 burst writes are now only enabled for writes...
2009-10-12 Øyvind HarboeRetire arm11 no_increment. Intended for future expansio...
2009-10-12 Øyvind HarboeMerge commit 'origin/master'
2009-10-09 David Brownelltweak new "translating ..." text
2009-10-09 David Brownelladd documentation about reset customization
2009-10-09 Øyvind HarboeMerge commit 'origin/master'
2009-10-09 Øyvind HarboeAdded tip in documentation on how to translate quirky...
2009-10-08 David BrownellHouston, we have Mirror!
2009-10-08 David BrownellMerge branch 'master' of ssh://dbrownell@openocd.git...
2009-10-08 dbrownellChange most in-tree references from SVN to GIT.
2009-10-07 David BrownellMerge branch 'master' of ssh://dbrownell@openocd.git...
2009-10-07 dbrownellRemove pointless "target library" chapter.
2009-10-07 dbrownellNote bug in handling of variables through command line...
2009-10-07 dbrownellUpdates for "reset_config":
2009-10-05 David BrownellMerge branch 'master' of ssh://dbrownell@openocd.git...
2009-10-05 dbrownellAdd a new JTAG "setup" event; use for better DaVinci...
2009-10-02 dbrownellMinor ETB and ETM bugfixes and doc updates
2009-09-29 dbrownellARM11 command handling fixes
2009-09-29 dbrownellMake "-expected-id 0" suppress warnings; not unlike...
2009-09-29 dbrownellDoc updates: add section on target software changes...
2009-09-26 dbrownellStreamline Capture-IR handling and integrity test.
2009-09-23 dbrownellWhen setting up an ETM, cache its ETM_CONFIG register...
2009-09-22 dbrownellMake it easier to erase or protect through to the end
2009-09-21 dbrownellUpdate presentation of TAP events and tap enable/disable.
2009-09-21 dbrownellRemove annoying end-of-line whitespace from doc/* files.
2009-09-20 dbrownellUpdate the User's Guide to cover the scan chain verific...
2009-09-19 dbrownellMinor tweaks to description of JTAG adapter/dongle...
2009-09-17 dbrownellMinor fixes to NAND code and docs
2009-09-17 oharboesrst_gates_jtag option. at91sam9260 needs retesting...
2009-09-17 dbrownellThe "arm9tdmi.c" file is more of a generic ARM9 support...
2009-09-17 dbrownellDoc update: mention how ARM's WFI instruction affects
2009-09-16 oharboeRolf Meeser <rolfm_9dq@yahoo.de> adds flash support...
2009-09-12 oharboeDirk Behme <dirk.behme@googlemail.com> document post...
2009-09-09 oharboeDavid Brownell <david-b@pacbell.net>
2009-09-08 oharboeDavid Brownell <david-b@pacbell.net>
2009-08-30 oharboeDavid Brownell <david-b@pacbell.net> Minor doc updates:
2009-08-30 oharboeDavid Brownell <david-b@pacbell.net> start phasing...
2009-08-25 oharboeDavid Brownell <david-b@pacbell.net> Tweak disassembly...
2009-08-25 oharboeMichael Schwingen <rincewind@discworld.dascon.de> fix...
2009-08-25 oharboeMichael Schwingen <rincewind@discworld.dascon.de> The...
2009-08-18 ntfreak- add cfg file for Amontec JTAGKey2 jtag interface
2009-08-18 oharboeDavid Brownell <david-b@pacbell.net> Add "cortex_m3...
2009-08-13 ntfreakAudrius Urmanavičius [didele.deze@gmail.com]:
2009-08-07 ntfreakDavid Brownell <david-b@pacbell.net>:
2009-07-15 zwelchDavid Brownell <david-b@pacbell.net>:
2009-07-14 ntfreak- fix small typo in documentation
2009-07-12 oharboeDavid Brownell <david-b@pacbell.net> Mention how parall...
2009-07-06 oharboeDavid Brownell <david-b@pacbell.net> Update docs to...
next

Linking to existing account procedure

If you already have an account and want to add another login method you MUST first sign in with your existing account and then change URL to read https://review.openocd.org/login/?link to get to this page again but this time it'll work for linking. Thank you.

SSH host keys fingerprints

1024 SHA256:YKx8b7u5ZWdcbp7/4AeXNaqElP49m6QrwfXaqQGJAOk gerrit-code-review@openocd.zylin.com (DSA)
384 SHA256:jHIbSQa4REvwCFG4cq5LBlBLxmxSqelQPem/EXIrxjk gerrit-code-review@openocd.org (ECDSA)
521 SHA256:UAOPYkU9Fjtcao0Ul/Rrlnj/OsQvt+pgdYSZ4jOYdgs gerrit-code-review@openocd.org (ECDSA)
256 SHA256:A13M5QlnozFOvTllybRZH6vm7iSt0XLxbA48yfc2yfY gerrit-code-review@openocd.org (ECDSA)
256 SHA256:spYMBqEYoAOtK7yZBrcwE8ZpYt6b68Cfh9yEVetvbXg gerrit-code-review@openocd.org (ED25519)
+--[ED25519 256]--+
|=..              |
|+o..   .         |
|*.o   . .        |
|+B . . .         |
|Bo. = o S        |
|Oo.+ + =         |
|oB=.* = . o      |
| =+=.+   + E     |
|. .=o   . o      |
+----[SHA256]-----+
2048 SHA256:0Onrb7/PHjpo6iVZ7xQX2riKN83FJ3KGU0TvI0TaFG4 gerrit-code-review@openocd.zylin.com (RSA)