openocd.git
2009-06-13 zwelchFactor load_image argument parsing to parse_load_image_...
2009-06-13 zwelchImprove handle_profile_command argument parsing:
2009-06-13 zwelchImprove handle_virt2phys_command argument parsing:
2009-06-13 zwelchCleanup and improve handle_wp_command and handle_rwp_co...
2009-06-13 zwelchImprove and simplify handle_bp_command and handle_rbp_c...
2009-06-13 zwelchImprove handle_verify_image_command_internal command...
2009-06-13 zwelchImprove handle_dump_image_command argument parsing:
2009-06-13 zwelchImprove handle_load_image_command argument parsing:
2009-06-13 zwelchImprove handle_mw_command argument handling:
2009-06-13 zwelchImprove handle_md_command argument handling:
2009-06-13 zwelchUse parse_u32 in handle_resume_command and handle_step_...
2009-06-13 zwelchCleanup and improve handle_halt_command:
2009-06-13 zwelchCleanup and fi handle_wait_halt_command:
2009-06-13 zwelchUse parse_uint in handle_reg_command to ensure reg...
2009-06-13 zwelchUse parse_uint in get_target to ensure target id is...
2009-06-12 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-12 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-12 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-12 zwelchunsik Kim <donari75@gmail.com>:
2009-06-12 zwelchFurther cleanup to MIPS target read/write memory function:
2009-06-12 zwelchDavid Claffey <dnclaffey@gmail.com>:
2009-06-12 zwelchFix unitialized use of cur_speed in handle_jtag_khz_com...
2009-06-12 zwelchImprove vsllink command argument handling:
2009-06-12 zwelchImprove handle_runtest_command:
2009-06-12 zwelchImprove VID/PID command argument handling in FTDI driver:
2009-06-12 zwelchImprove handle_irscan_command:
2009-06-12 zwelchImprove JTAG reset, speed, and khz handlers to use...
2009-06-12 zwelchUse parse_uint helper to replace strtoul call in jtag_t...
2009-06-12 zwelchSimplify and improve gw16012_handle_parport_command:
2009-06-12 zwelchSimplify and improve amt_jtagaccel_handle_parport_port_...
2009-06-12 zwelchSimplify and improve parport_handle_parport_port_command:
2009-06-12 zwelchSimplify and improve handle_debug_level_comamnd:
2009-06-12 zwelchSimplify handle_sleep_command:
2009-06-12 zwelchAdd new parse_uinttype wrappers for strtoul in src...
2009-06-11 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-11 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-11 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-11 ntfreak- fix bug introduced during r1962
2009-06-11 oharboeembedded host: launch telnet server even if configurati...
2009-06-11 oharboefix ordering of arguments to fwrite()
2009-06-11 zwelchFactor handle_bp_command into pieces:
2009-06-11 zwelchFactor target_timer_callbacks_check_time into pieces:
2009-06-11 zwelchSimplify and clean handle_virt2phys_command:
2009-06-11 zwelchSimplify and fix target handle_rwp_command routine:
2009-06-11 zwelchSimplify and fix handle_reset_command:
2009-06-11 zwelchSimplify handle_resume_command:
2009-06-11 zwelchSimplify and fix handle_step_command:
2009-06-11 zwelchMove jtag_get_flush_queue_count near jtag_execute_queue...
2009-06-11 zwelchImprove grouping of JTAG KHz and verification accessors...
2009-06-11 zwelchGroup JTAG reset configuration and accessor APIs togeth...
2009-06-11 zwelchMove jtag_error helper declarations to the end of the...
2009-06-11 zwelchOut-of-line jtag_tap_next_enabled and simplify its...
2009-06-11 zwelchMove jtag_add_statemove decl/body nearer jtag_add_pathmove.
2009-06-11 oharboedisable polling continuous polling during reset
2009-06-10 ntfreak- update openocd online doc url's
2009-06-10 ntfreak- fix texi/pdf issue created in svn r2039
2009-06-10 oharboeadded pathmove command
2009-06-10 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-10 zwelchMove the documentation for the "poll" command up with
2009-06-09 zwelchImprove use of automake conditionals for FTDI-based...
2009-06-09 zwelchSimplify JTAG automake input file:
2009-06-09 zwelchRename jtag_driver.c as driver.c to remove duplicate...
2009-06-09 zwelchAdd a rule to rebuild libtool if ltmain.sh changes...
2009-06-09 oharboereset to eol native for now. guess-rev.sh was broken...
2009-06-09 zwelchFix make maintainer-clean for out-of-tree builds.
2009-06-09 zwelchEncapsulate the core jtag interface pointer:
2009-06-09 oharboedos2unix
2009-06-09 zwelchContinue encapsulation of JTAG event callback sub-API:
2009-06-09 zwelchAdd jtag_event_handler_t:
2009-06-09 zwelchExpose jtag_unregister_event_callback with related...
2009-06-09 zwelchImprove encapsulation of JTAG event handling:
2009-06-09 zwelchProperly encapsulate core hasKHZ variable.
2009-06-09 zwelchCleanup and encapsulate IR Capture verification:
2009-06-09 zwelchAdd missing static keywords to a few variables in JTAG...
2009-06-09 zwelchMove the jtag_error helper routines out of header file:
2009-06-09 zwelchEncapsulate jtag_reset_config using accessors:
2009-06-09 zwelchRemove superfluous extern for non-existant global variable.
2009-06-09 zwelchAdd get and set accessors for jtag_speed:
2009-06-09 zwelchEncapsulate the jtag_event_callback list; add helper...
2009-06-09 zwelchEncapsulate the jtag_trst and jtag_srst variables:
2009-06-09 zwelchMove extern of nvp_jtag_tap_event from jtag.h to tcl.c.
2009-06-09 zwelchRemove superfluous extern of jtag_event_strings from...
2009-06-09 oharboeremove native line style
2009-06-09 oharboeremoved native line end style - breaks cygwin
2009-06-09 zwelchReplace 'jtag.c' with 'core.c' in code comments.
2009-06-09 zwelchRemove accidental duplicate of hasKHz; fixes pre-init...
2009-06-09 zwelchProvide brief description of newly factored TCL layer...
2009-06-09 zwelchSplit main jtag.c file into two layers:
2009-06-09 zwelchMerge documentation for jtag_add_statemove from source...
2009-06-09 zwelchMove Doxygen documentation for IR/DR scan routines...
2009-06-09 zwelch- Replace 'jtag_tap_by_abs_position' with 'jtag_tap_by_...
2009-06-09 zwelchRemove non-existant jtag_tap_by_position API declaration.
2009-06-09 zwelchUse unsigned type for jtag_tap_count and jtag_tap_by_ab...
2009-06-09 zwelchCleanup jtag_tap_by_abs_position:
2009-06-09 zwelchSimplify jtag_tap_by_jim_object:
2009-06-09 zwelchSimplify and fix bug in jtag_tap_by_string:
2009-06-09 zwelchAllow jtag_tap_add to be called from other JTAG code...
2009-06-09 zwelchCleanup jtag_tap_count_enabled.
2009-06-09 zwelchChange jtag_add_pathmove to set jtag_error rather than...
2009-06-09 zwelchReduce scope or eliminate temporary variables in jtag_a...
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)