Remove FSF address from GPL notices
[openocd.git] / src / jtag / jtag.h
2009-06-07 zwelchFactoring of jtag_examine_chain for maintainability:
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 core JTAG TAP APIs:
2009-06-04 oharboeRename jtag_add_end_state to jtag_set_end_state since...
2009-06-04 oharboeIntroduce jtag_get_end_state() fn to clarify code a...
2009-06-04 oharboetiny bit of encapsulation of global end state. No longe...
2009-06-04 oharboejtag_add_end_state() now returns the value of the globa...
2009-06-04 oharboeJTAG_TRST_ASSERTED event cleanup. More clear where...
2009-06-03 zwelchFinish JTAG header file modularization; command factori...
2009-06-03 zwelchMove JTAG command APIs into new jtag/commands.h header...
2009-06-03 zwelchImprove in-source documentation that was causing Doxyge...
2009-06-03 zwelchEnable or add doxygen comments to the public JTAG API.
2009-06-03 zwelchRemove vestigal tap_transition type from public jtag...
2009-06-03 zwelchRemove interface.h from public JTAG header, include...
2009-06-03 zwelchExpose tap_state_by_name TAP helper available in public...
2009-06-02 zwelchAdd private src/jtag/interface.h for use by JTAG interf...
2009-06-02 zwelchFinish removing '#ifdef HAVE_JTAG_MINIDRIVER_H' from...
2009-06-02 zwelchAdd header file for JTAG minidriver:
2009-06-02 oharboesome trivial minidriver fixes
2009-06-02 zwelchMove interface_jtag_add_scan_check_alloc implementation...
2009-06-02 zwelchContinue clean-up of JTAG driver interface:
2009-06-02 zwelchMore JTAG interface driver cleanup:
2009-06-02 zwelchEncapsulate JTAG command interfaces for moving to jtag_...
2009-06-02 zwelchRemove the useless invalidstruct from jtag.h.
2009-06-01 zwelchEncapsulate JTAG Cable API and interface structure...
2009-06-01 zwelchEncapsulate JTAG minidriver functions, plan for new...
2009-06-01 zwelchRemove unused in_handler_t type definition from jtag.h
2009-06-01 oharboeadded jtag_add_statemove() helper fn(actual fn written...
2009-05-30 zwelchEncapsulate the global "jtag" jtag_interface pointer:
2009-05-30 oharboeremove unused JTAG_END_STATE part 2
2009-05-29 zwelchRemove error_handler_t type definition; it was unused...
2009-05-21 kc8apfAuthor: Michael Bruck <mbruck@digenius.de>
2009-05-16 oharboeMichael Bruck <mbruck@digenius.de> change 'ir_scan...
2009-05-13 oharboeshuffled comments about for jtag_add_dr_out() fn.
2009-05-12 oharboemove eCos type definition to types.h where it belongs.
2009-05-12 oharboeeCos fixes
2009-05-12 oharboeadded jtag_alloc_in_value32 - not used in this commit.
2009-05-11 oharboenow builds on 64 and 32 bit systems
2009-05-11 oharboeretire jtag_add_dr_scan_now
2009-05-11 oharboechange jtag_add_callback API to be able to support...
2009-05-11 zwelchAudit and eliminate redundant #include directives from...
2009-05-10 oharboeWrote up post processing JTAG API. Not used yet, but...
2009-05-08 oharboein_handler in_check_mask and in_check_value now removed...
2009-05-08 oharboepull up verify_capture_ir one level in api stack
2009-05-07 oharboerefactor to be able to remove more in_handler stuff
2009-05-07 oharboeverified that an argument is unused
2009-05-07 oharboejtag API error handling refactoring.
2009-05-07 oharboeadded template for removing in_handler
2009-05-06 oharboeremove unecessary setting of deprecated fields to NULL
2009-05-06 oharboeadd warnings about not using in_handler
2009-05-06 oharboeretire out_mask - not used anywhere
2009-04-29 zwelchRemove redundant declarations to allow building with...
2009-04-28 oharboemore docs on jtag_add_pathmove()
2009-04-28 oharboeDick Hollenbeck <dick@softplc.com> and Jeff Williams...
2009-04-27 oharboeDick Hollenbeck <dick@softplc.com> Collect some macros...
2009-04-26 oharboeZach Welch <zw@superlucidity.net> add TAP_SCAN_BYTES...
2009-04-24 oharboeadd jtag_debug_state_machine
2009-04-24 oharboeZach Welch <zw@superlucidity.net> add TAP_SCAN_BYTES...
2009-04-23 oharboeunbreak zy1000
2009-04-22 oharboeZach Welch <zw@superlucidity.net> reorder enum tap_state
2009-04-21 oharboeZach Welch <zw@superlucidity.net> add --enable-verbose...
2009-04-18 mifiThe following patches was applied:
2009-02-10 kc8apfUse C89/C99/C++ compliant boolean types
2009-02-09 ntfreak- fix native win32 build issues
2009-02-03 kc8apf- Cable driver helper API courtesy of Dick Hollenbeck...
2009-01-23 kc8apfxvsf player fixes by Dick Hollenbeck <dick@softplc...
2009-01-09 oharboeDick Hollenbeck <dick@softplc.com> adds jtag_add_clocks...
2008-12-19 oharboeDick Hollenbeck <dick@softplc.com> better logging
2008-12-14 kc8apf- Update tap_state_strings to correspond to SVF state...
2008-12-13 ntfreak- remove target specific variant and use target->varian...
2008-12-13 kc8apfAdd JTAG tap events for enable/disable
2008-12-13 kc8apfClean up references to old tap_state names
2008-12-13 kc8apfChange tap_state naming to be consistent with SVF docum...
2008-12-12 kc8apfAllow -expected-id to be specified multiple times when...
2008-12-01 oharboeupdate zy1000 to svn head jtag api
2008-11-30 duanejtag newtap change & huge manual update
2008-11-05 oharboedisable continous polling while srst is asserted and...
2008-09-20 ntfreak- added myself to copyright on files i remember adding...
2008-08-27 oharboecomment about slow RTCK
2008-08-05 oharboeDuane Ellis: fix warnings
2008-07-25 oharboeadded yours sincerely for files where I feel that I...
2008-05-21 oharboecomment.
2008-05-07 oharboeThis matters for embedded devices, but is probably...
2008-04-30 oharboeEdgar's naming convention fixes.
2008-04-30 oharboeEdgar's added support for printing jtag_khz
2008-04-11 oharboeReset wip. Just adding hooks. This is just to reduce...
2008-04-09 oharboe- added "init" command. "init" and "reset" at end of...
2008-04-08 oharboePavel pointed out that jtag_add_tlr() is better than...
2008-03-31 oharboeDo not assert trst in srst_only case even if srst_pulls...
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)