minidriver: fix inline capability of minidriver
[openocd.git] / src / jtag / jtag.h
2009-12-08 Øyvind Harboeminidriver: fix inline capability of minidriver
2009-12-03 Zachary T Welchchange #include "log.h" to <helper/log.h>
2009-12-03 Zachary T Welchchange #include "binarybuffer.h" to <helper/binarybuffer.h>
2009-12-01 Zachary T Welchjtag: avoid using interp global variable
2009-11-16 Zachary T Welchmove ARRAY_SIZE macro to types.h
2009-11-16 Zachary T Welchremove TAP_SCAN_BYTES macro
2009-11-16 Zachary T Welchrename CEIL as DIV_ROUND_UP
2009-11-13 Zachary T Welchcommand_context_t -> struct command_context
2009-11-13 Zachary T Welchuse struct jtag_tap_event_action
2009-11-13 Zachary T Welchscan_field_t -> struct scan_field
2009-11-13 Zachary T Welchjtag_tap_t -> struct jtag_tap
2009-11-09 David Brownellfinish removing deprecated/obsolete commands
2009-11-09 Zachary T Welchsrc/jtag: remove 'extern' and wrap headers.
2009-10-23 David Brownelljtag: clean up TAP state name handling
2009-10-23 David BrownellSVF: clean up, mostly for TAP state name handling
2009-10-21 David BrownellXSVF: use svf_add_statemove()
2009-10-08 David Brownellprevent abort via polling during jtag_reset
2009-10-08 David BrownellStop ignoring most scan chain validation errors
2009-10-08 David BrownellMerge branch 'master' of ssh://dbrownell@openocd.git...
2009-10-07 dbrownellRemove much #ifdeffery around _DEBUG_JTAG_IO_ usage.
2009-10-07 David BrownellMerge branch 'master' of ssh://dbrownell@openocd.git...
2009-10-07 dbrownellUpdates for "reset_config":
2009-10-06 David BrownellMerge branch 'master' of ssh://dbrownell@openocd.git...
2009-10-06 oharboeIntroduced jtag_init and "jtag arp_init" to allow targe...
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-09-29 oharboeadded t/nsrst_assert_width commands
2009-09-17 oharboesrst_gates_jtag option. at91sam9260 needs retesting...
2009-09-11 oharboetap post reset event added. Allows omap3530 to send...
2009-08-26 oharboereduce arm11 output noise
2009-08-18 ntfreakJonas Horberg [jhorberg@sauer-danfoss.com]
2009-07-17 oharboeAndreas Fritiofson <andreas.fritiofson@gmail.com> UTF8...
2009-06-30 zwelchFix doxygen warning in jtag.h caused by a changed param...
2009-06-29 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-23 zwelch- Fixes '+' whitespace
2009-06-23 zwelch- Fixes '!=' whitespace
2009-06-19 oharboefix jtag_add_callback() args. The first argument is...
2009-06-18 zwelchFinish transforming 'u32' to 'uint32_t'.
2009-06-18 zwelchTransform 'u8' to 'uint8_t'
2009-06-17 oharboedummy driver now works under eCos
2009-06-16 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-16 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-16 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-16 zwelchDavid Brownell <david-b@pacbell.net>:
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-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 zwelchCleanup and encapsulate IR Capture verification:
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 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 zwelchChange jtag_add_pathmove to set jtag_error rather than...
2009-06-08 zwelchSimplify jtag_execute_queue:
2009-06-08 zwelchAdd accessors to retrieve values of jtag_n{s,t}rst_dela...
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...
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)