aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/jtag.h
AgeCommit message (Expand)Author
2009-11-09finish removing deprecated/obsolete commandsDavid Brownell
2009-11-09src/jtag: remove 'extern' and wrap headers.Zachary T Welch
2009-10-23jtag: clean up TAP state name handlingDavid Brownell
2009-10-23SVF: clean up, mostly for TAP state name handlingDavid Brownell
2009-10-20XSVF: use svf_add_statemove()David Brownell
2009-10-08prevent abort via polling during jtag_resetDavid Brownell
2009-10-08Stop ignoring most scan chain validation errorsDavid Brownell
2009-10-07Remove much #ifdeffery around _DEBUG_JTAG_IO_ usage.dbrownell
2009-10-07Updates for "reset_config":dbrownell
2009-10-06Introduced jtag_init and "jtag arp_init" to allow target scripts more control...oharboe
2009-10-05Add a new JTAG "setup" event; use for better DaVinci ICEpick support.dbrownell
2009-09-29added t/nsrst_assert_width commandsoharboe
2009-09-17srst_gates_jtag option. at91sam9260 needs retesting, and possibly srst_gates_...oharboe
2009-09-11tap post reset event added. Allows omap3530 to send 100 runtest idle tickle's...oharboe
2009-08-26reduce arm11 output noiseoharboe
2009-08-18Jonas Horberg [jhorberg@sauer-danfoss.com]ntfreak
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe
2009-06-30Fix doxygen warning in jtag.h caused by a changed parameter name.zwelch
2009-06-29David Brownell <david-b@pacbell.net>:zwelch
2009-06-23- Fixes '+' whitespacezwelch
2009-06-23- Fixes '!=' whitespacezwelch
2009-06-19fix jtag_add_callback() args. The first argument is nothing special, it's jus...oharboe
2009-06-18Finish transforming 'u32' to 'uint32_t'.zwelch
2009-06-18Transform 'u8' to 'uint8_t'zwelch
2009-06-17dummy driver now works under eCosoharboe
2009-06-16David Brownell <david-b@pacbell.net>:zwelch
2009-06-16David Brownell <david-b@pacbell.net>:zwelch
2009-06-16David Brownell <david-b@pacbell.net>:zwelch
2009-06-16David Brownell <david-b@pacbell.net>:zwelch
2009-06-11Move jtag_get_flush_queue_count near jtag_execute_queue (fix its docs).zwelch
2009-06-11Improve grouping of JTAG KHz and verification accessors in header file.zwelch
2009-06-11Group JTAG reset configuration and accessor APIs together in header file.zwelch
2009-06-11Move jtag_error helper declarations to the end of the header.zwelch
2009-06-11Out-of-line jtag_tap_next_enabled and simplify its logic.zwelch
2009-06-11Move jtag_add_statemove decl/body nearer jtag_add_pathmove.zwelch
2009-06-09Encapsulate the core jtag interface pointer:zwelch
2009-06-09Continue encapsulation of JTAG event callback sub-API:zwelch
2009-06-09Add jtag_event_handler_t:zwelch
2009-06-09Expose jtag_unregister_event_callback with related API declarations.zwelch
2009-06-09Improve encapsulation of JTAG event handling:zwelch
2009-06-09Cleanup and encapsulate IR Capture verification:zwelch
2009-06-09Move the jtag_error helper routines out of header file:zwelch
2009-06-09Encapsulate jtag_reset_config using accessors:zwelch
2009-06-09Remove superfluous extern for non-existant global variable.zwelch
2009-06-09Add get and set accessors for jtag_speed:zwelch
2009-06-09Encapsulate the jtag_event_callback list; add helper functions if needed.zwelch
2009-06-09Encapsulate the jtag_trst and jtag_srst variables:zwelch
2009-06-09Move extern of nvp_jtag_tap_event from jtag.h to tcl.c.zwelch
2009-06-09Remove superfluous extern of jtag_event_strings from jtag.h.zwelch
2009-06-09Merge documentation for jtag_add_statemove from source into header block.zwelch