Fix make maintainer-clean for out-of-tree builds.
[openocd.git] / src /
2009-06-09 zwelchFix make maintainer-clean for out-of-tree builds.
2009-06-09 zwelchEncapsulate the core jtag interface pointer:
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 zwelchReplace 'jtag.c' with 'core.c' in code comments.
2009-06-09 zwelchRemove accidental duplicate of hasKHz; fixes pre-init...
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...
2009-06-09 zwelchMove documentation in jtag_add_statemove body to Doxyge...
2009-06-08 oharboeupdate zy1000 to latest minidriver work
2009-06-08 zwelchFactor interface list to its own command:
2009-06-08 zwelchCleanup and simplify handle_interface_command:
2009-06-08 zwelchSimplify jtag_add_sleep:
2009-06-08 zwelchSimplify jtag_add_reset:
2009-06-08 zwelchSimplify jtag_add_clocks:
2009-06-08 zwelchSimplify jtag_add_runtest:
2009-06-08 zwelchSimplify jtag_add_pathmove:
2009-06-08 zwelchSimplify jtag_add_tlr:
2009-06-08 zwelchSimplify jtag_add_plain_dr_scan:
2009-06-08 zwelchSimplify jtag_add_dr_scan:
2009-06-08 zwelchSimplify jtag_add_plain_ir_scan:
2009-06-08 zwelchSimplify jtag_add_ir_scan_noverify:
2009-06-08 zwelchSimplify jtag_execute_queue:
2009-06-08 zwelchSimplify jtag_execute_queue_noclear:
2009-06-08 zwelchCleanup handle_runtest_command:
2009-06-08 zwelchClean up handle_jtag_reset_command:
2009-06-08 zwelchExtend handle_jtag_n{s,t}rst_delay_command routines:
2009-06-08 zwelchAdd accessors to retrieve values of jtag_n{s,t}rst_dela...
2009-06-08 zwelchUpdate JTAG reset delay command handlers:
2009-06-08 zwelchCleanup the handle_jtag_khz_command routine:
2009-06-08 zwelchSimplify logic in handle_jtag_speed_command.
2009-06-08 oharboeDavid Brownell <david-b@pacbell.net> Bugfix: $target_na...
2009-06-08 oharboeDavid Brownell <david-b@pacbell.net>
2009-06-08 zwelchMove minidummy source file, as was supposed to happen...
2009-06-08 zwelchFinish off the dummy minidriver integration:
2009-06-07 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-07 zwelchFix regression in mdw output; identified by Magnus...
2009-06-07 oharboeretire endstate command
2009-06-07 zwelchSet svn:eol-style properties on new minidummy driver...
2009-06-07 zwelchFix regressions in previous series of cleanp, caused...
2009-06-07 oharboeminidriver build test driver "minidriver"
2009-06-07 zwelchFactoring of jtag_examine_chain for maintainability:
2009-06-07 zwelchFactoring of jtag_examine_chain for maintainability:
2009-06-07 zwelchFactoring of jtag_examine_chain for maintainability:
2009-06-07 zwelchFactoring of jtag_examine_chain for maintainability:
2009-06-07 zwelchFactoring of jtag_examine_chain for maintainability:
2009-06-07 zwelchFactoring of jtag_examine_chain for maintainability:
2009-06-07 zwelchFactoring of jtag_examine_chain for maintainability:
2009-06-07 zwelchFactoring of jtag_examine_chain for maintainability:
2009-06-07 zwelchFactoring of jtag_examine_chain for maintainability:
2009-06-07 zwelchFactoring of jtag_examine_chain for maintainability:
2009-06-07 zwelchFactoring of jtag_examine_chain for maintainability:
2009-06-07 zwelchFactoring of jtag_examine_chain for maintainability:
2009-06-07 zwelchFactoring of jtag_examine_chain for maintainability:
2009-06-07 zwelchFactoring of jtag_examine_chain for maintainability:
2009-06-07 zwelchClean up handle_endstate_command():
2009-06-05 oharboeremove hacks no longer required to build OpenOCD w...
2009-06-05 oharboeremove unused include file: strings.h
2009-06-05 oharboeremove unused include file: inttypes.h
2009-06-05 oharboeremove unused include file: inttypes.h
2009-06-05 zwelchEliminate MixedCaps symbol from public JTAG TAP API:
2009-06-05 zwelchEliminate MixedCaps symbol from public JTAG TAP API:
2009-06-05 zwelchEliminate MixedCaps symbol from public JTAG TAP API:
2009-06-05 zwelchEliminate MixedCaps symbol from public JTAG TAP API:
2009-06-05 zwelchEliminate MixedCaps symbol from public JTAG TAP API:
2009-06-05 zwelchEliminate MixedCaps symbol from public JTAG TAP API:
2009-06-05 zwelchEliminate MixedCaps symbol from public JTAG TAP API:
2009-06-05 zwelchEliminate MixedCaps symbol from public JTAG TAP API:
2009-06-05 zwelchEliminate MixedCaps symbol from public JTAG TAP API:
2009-06-05 zwelchAdd accessors for jtag_verify; use them in jim command...
2009-06-05 zwelchAdd accessors for reset delays; use them in jim command...
2009-06-05 zwelchAdd accessors for speed_khz; use them in jim command...
2009-06-04 zwelchAdd jtag_get_flush_queue_count accessor to help future...
2009-06-04 zwelchClean up the JTAG TAP creation handler:
2009-06-04 zwelchClean up the core JTAG TAP APIs:
2009-06-04 zwelchChange hasKHz to use bool type.
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)