openocd.git
2009-11-25 Zachary T Welchlog: use register_commands()
2009-11-25 Zachary T Welchioutil: use register_commands()
2009-11-25 Zachary T Welchopenocd: use register_commands()
2009-11-25 Zachary T Welchdemonstrate chaining with foo commands
2009-11-25 Zachary T Welchhello: use register_commands()
2009-11-25 Zachary T Welchrewrite 'unknown' command dispatching in C
2009-11-25 Zachary T Welchadd public API for locating commands
2009-11-25 Zachary T Welchrefactor script_command context grabbing
2009-11-25 Zachary T Welchadd command registration chaining
2009-11-25 Zachary T Welchmore command registration refactoring
2009-11-25 Zachary T Welchcommand: use register_commands for handlers
2009-11-25 Zachary T Welchadd command usage, separate from help
2009-11-25 Zachary T Welchadd register_commands for batch registration
2009-11-25 Zachary T Welchadd struct command_registration
2009-11-25 Zachary T Welchuse COMMAND_REGISTER macro
2009-11-25 Zachary T Welchadd COMMAND_REGISTER macro
2009-11-25 Zachary T Welchimprove startup tcl scripts
2009-11-25 David BrownellCortex-A8: avoid DSCR reads
2009-11-25 David BrownellCortex-A8: hook up DPM
2009-11-25 David BrownellCortex-A8: implement DPM
2009-11-25 David BrownellCortex-A8: minor cleanup
2009-11-24 Andreas Fritiofsonimprove alloc_vprintf
2009-11-24 Zachary T Welchfix doxygen build
2009-11-24 Zachary T Welchjlink: rewrite to use jtag_usb_open
2009-11-24 Zachary T Welchjlink: remove superfluous indentation
2009-11-24 Zachary T Welchrlink: use jtag_usb_open helper
2009-11-24 Zachary T Welchrlink: eliminate spurious indentation
2009-11-24 Zachary T Welchvsllink: rewrite to use jtag_usb_open
2009-11-24 Zachary T Welchusbprog: use jtag_usb_open
2009-11-24 Zachary T Welcharm-jtag-ew: use jtag_usb_open
2009-11-24 Zachary T Welchadd jtag/usb_common.[ch] files
2009-11-24 David BrownellARM11: remove old R0..R15/CPSR code
2009-11-24 David BrownellARM11: use standard run_algorithm()
2009-11-24 David BrownellARM11: use standard single step simulation
2009-11-24 David BrownellARM11: partial support for standard ARM register interf...
2009-11-24 David BrownellARM11: remove register "history" debug stuff
2009-11-24 David BrownellARM11: implement provider for new DPM interface
2009-11-24 David BrownellARM: new DPM interface
2009-11-24 David Brownelltarget: cope with *any* error setting a breakpoint
2009-11-24 Andreas Fritiofsonsupport for scripts in $HOME/.openocd
2009-11-24 Jerry Lingmips: fix gaffe when removing dynamic array allocation
2009-11-23 Øyvind Harboearm926ejs: fix gaffe when converting from arm926ejs...
2009-11-23 Øyvind Harboearm926ejs: retire cp15 commands, handled by mrc/mcr.
2009-11-22 David BrownellARM11: remove unused state and exports
2009-11-22 David BrownellARM11: macro cleanup
2009-11-22 Øyvind Harboemips: remove dynamic arrays - reduces stack usage
2009-11-22 Øyvind Harboemips: use const for code sequences
2009-11-22 Øyvind Harboearm11: do not use dynamic arrays
2009-11-22 Øyvind Harboearm926ejs: fix warnings
2009-11-22 David BrownellTODO: ref 'checkstack.pl' not 'checkpatch.pl'
2009-11-22 David BrownellARM: use arm_reg_current()
2009-11-22 David BrownellARM11: remove needless string format #ifdeffery
2009-11-22 David Brownelltarget: make register flags "bool"
2009-11-22 David BrownellARM: remove 'armv4_5_common_s' migration #define
2009-11-22 Øyvind Harboeflash: dynamically allocate working storage
2009-11-22 Øyvind Harboetarget: reduce stack usage
2009-11-22 Øyvind Harboetodo: add tip on how to identify excessive stack usage
2009-11-22 Øyvind Harboezy1000: un-break uart command after command handler...
2009-11-22 Øyvind Harboeembedded: reduce stack usage
2009-11-22 Øyvind Harboeembedded: do not allocate large temporary structures...
2009-11-22 Øyvind Harboeembedded: save stack
2009-11-22 Øyvind Harboezy1000: fix breakage in command parsing code for power...
2009-11-22 Øyvind Harboebuild: fix breakage in building bin2char
2009-11-22 David BrownellARM: arm_set_cpsr() handles T and J bits
2009-11-22 David BrownellARM: define two register utilities
2009-11-22 David BrownellARM: simplify CPSR handling
2009-11-22 David BrownellARM11: remove disabled register hooks
2009-11-21 Zachary T Welchjtag: remove useless forward declarations
2009-11-21 Zachary T Welchallow jtag interfaces to lack commands
2009-11-21 Andreas Fritiofsonshow script search dirs in debug log
2009-11-21 David BrownellARM: pass 'struct reg *' to register r/w routines
2009-11-21 David BrownellARM7/ARM9: remove old "debug commands"
2009-11-20 Zachary T Welchmaintain command lists in sorted order
2009-11-20 Zachary T Welchadd add_help_text command handler
2009-11-20 Zachary T Welchprovide command context during cmd_init
2009-11-20 Zachary T Welchimprove 'help' command
2009-11-20 Zachary T Welchfactor help script command into parts
2009-11-20 Zachary T Welchrefactor command registration
2009-11-20 Zachary T Welchchange command_find helper interface
2009-11-20 Zachary T Welchfactor script_command argv allocation
2009-11-20 David Brownelltarget.cfg: TAP id for Hilscher netX 500
2009-11-20 Zachary T Welchfix flash/nand name parsing
2009-11-20 David BrownellCortex-A8: better context restore
2009-11-20 David BrownellCortex-A8: mode support
2009-11-20 David Brownelltarget: create/use register_cache_invalidate()
2009-11-19 Dean GlazeskiNAND verify doesn't advance.
2009-11-19 Zachary T Welchdocument new flash syntax
2009-11-19 Zachary T Welchupdate 'nand device' usage in scripts
2009-11-19 Zachary T Welchadd support for naming NAND banks
2009-11-19 Zachary T Welchrefactor handle_nand_device_command
2009-11-19 Zachary T Welchupdate 'flash bank' usage in scripts
2009-11-19 Zachary T Welchadd support for naming flash banks
2009-11-19 Zachary T Welchrefactor handle_flash_bank_command
2009-11-19 Zachary T Welchrename flash and nand command helpers
2009-11-19 Zachary T Welchallow flash/nand banks commands to accept names
2009-11-19 David BrownellARM: remove per-register malloc
2009-11-19 David BrownellARM: streamline register init
2009-11-19 David BrownellCortex-A8: parts of examine() run just once
2009-11-19 Dean Glazeskinand_fileio_parse_args parses wrong param for size
2009-11-19 David BrownellARMv7-A: use standard ARM core states
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)