initial SWD transport (SWD infrastructure #2)
[fw/openocd] / src / jtag / jtag.h
2010-12-25 David Brownellinitial SWD transport (SWD infrastructure #2)
2010-12-08 Øyvind Harboejtag: getting the JTAG speed can fail
2010-08-02 Øyvind Harboejtag: add jtag_flush_queue_sleep debug command
2010-07-02 David Brownellinitial "transport" framework
2010-06-21 Øyvind Harboejtag: retire jtag_get_error()
2010-03-21 Øyvind Harboejtag: make out_value const
2010-03-19 Øyvind Harboejtag: retire jtag_get/set_end_state()
2010-03-18 Øyvind Harboejtag: cut down on usage of unintended modification...
2010-03-14 David Brownellrename jtag_interface_{init,quit}()
2010-03-08 Øyvind Harboejtag: simplify jtag_add_plain_ir/dr_scan
2010-03-08 Øyvind Harboejtag: jtag_add_ir_scan() now takes a single field
2010-03-08 Øyvind Harboejtag: retire tap field
2010-02-27 David Brownellinterface: define TMS sequence command
2010-01-14 David Brownelljtag.h whitespace/comment cleanup
2009-12-14 David Brownelljtag: add '-ignore-version' option
2009-12-09 David BrownellComment and doxygen fixes
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...
next