]> git.sur5r.net Git - openocd/history - src/jtag/jtag.h
Merge branch 'master' of ssh://dbrownell@openocd.git.sourceforge.net/gitroot/openocd...
[openocd] / src / jtag / jtag.h
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...
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
next