aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/jtag.h
AgeCommit message (Expand)AuthorFilesLines
2009-06-19fix jtag_add_callback() args. The first argument is nothing special, it's jus...oharboe1-9/+9
2009-06-18Finish transforming 'u32' to 'uint32_t'.zwelch1-7/+7
2009-06-18Transform 'u8' to 'uint8_t'zwelch1-14/+14
2009-06-17dummy driver now works under eCosoharboe1-1/+1
2009-06-16David Brownell <david-b@pacbell.net>:zwelch1-7/+6
2009-06-16David Brownell <david-b@pacbell.net>:zwelch1-2/+4
2009-06-16David Brownell <david-b@pacbell.net>:zwelch1-1/+1
2009-06-16David Brownell <david-b@pacbell.net>:zwelch1-7/+11
2009-06-11Move jtag_get_flush_queue_count near jtag_execute_queue (fix its docs).zwelch1-4/+5
2009-06-11Improve grouping of JTAG KHz and verification accessors in header file.zwelch1-10/+17
2009-06-11Group JTAG reset configuration and accessor APIs together in header file.zwelch1-16/+13
2009-06-11Move jtag_error helper declarations to the end of the header.zwelch1-15/+15
2009-06-11Out-of-line jtag_tap_next_enabled and simplify its logic.zwelch1-27/+1
2009-06-11Move jtag_add_statemove decl/body nearer jtag_add_pathmove.zwelch1-33/+33
2009-06-09Encapsulate the core jtag interface pointer:zwelch1-0/+9
2009-06-09Continue encapsulation of JTAG event callback sub-API:zwelch1-9/+5
2009-06-09Add jtag_event_handler_t:zwelch1-3/+16
2009-06-09Expose jtag_unregister_event_callback with related API declarations.zwelch1-0/+1
2009-06-09Improve encapsulation of JTAG event handling:zwelch1-2/+0
2009-06-09Cleanup and encapsulate IR Capture verification:zwelch1-2/+3
2009-06-09Move the jtag_error helper routines out of header file:zwelch1-25/+8
2009-06-09Encapsulate jtag_reset_config using accessors:zwelch1-1/+2
2009-06-09Remove superfluous extern for non-existant global variable.zwelch1-2/+0
2009-06-09Add get and set accessors for jtag_speed:zwelch1-1/+11
2009-06-09Encapsulate the jtag_event_callback list; add helper functions if needed.zwelch1-2/+0
2009-06-09Encapsulate the jtag_trst and jtag_srst variables:zwelch1-2/+4
2009-06-09Move extern of nvp_jtag_tap_event from jtag.h to tcl.c.zwelch1-2/+0
2009-06-09Remove superfluous extern of jtag_event_strings from jtag.h.zwelch1-2/+0
2009-06-09Merge documentation for jtag_add_statemove from source into header block.zwelch1-5/+25
2009-06-09Move Doxygen documentation for IR/DR scan routines to header file.zwelch1-1/+28
2009-06-09- Replace 'jtag_tap_by_abs_position' with 'jtag_tap_by_position'.zwelch1-1/+1
2009-06-09Remove non-existant jtag_tap_by_position API declaration.zwelch1-1/+0
2009-06-09Use unsigned type for jtag_tap_count and jtag_tap_by_abs_position.zwelch1-2/+2
2009-06-09Change jtag_add_pathmove to set jtag_error rather than call exit():zwelch1-0/+8
2009-06-08Simplify jtag_execute_queue:zwelch1-1/+10
2009-06-08Add accessors to retrieve values of jtag_n{s,t}rst_delay variables.zwelch1-0/+6
2009-06-07Factoring of jtag_examine_chain for maintainability:zwelch1-1/+1
2009-06-05Eliminate MixedCaps symbol from public JTAG TAP API:zwelch1-1/+1
2009-06-05Eliminate MixedCaps symbol from public JTAG TAP API:zwelch1-1/+1
2009-06-05Eliminate MixedCaps symbol from public JTAG TAP API:zwelch1-1/+1
2009-06-05Eliminate MixedCaps symbol from public JTAG TAP API:zwelch1-1/+1
2009-06-05Eliminate MixedCaps symbol from public JTAG TAP API:zwelch1-1/+1
2009-06-05Eliminate MixedCaps symbol from public JTAG TAP API:zwelch1-1/+1
2009-06-05Eliminate MixedCaps symbol from public JTAG TAP API:zwelch1-1/+1
2009-06-05Eliminate MixedCaps symbol from public JTAG TAP API:zwelch1-2/+2
2009-06-05Add accessors for jtag_verify; use them in jim command handler.zwelch1-0/+4
2009-06-05Add accessors for reset delays; use them in jim command handlers.zwelch1-0/+2
2009-06-05Add accessors for speed_khz; use them in jim command handler.zwelch1-0/+2
2009-06-04Add jtag_get_flush_queue_count accessor to help future factoring.zwelch1-0/+3
2009-06-04Clean up the core JTAG TAP APIs:zwelch1-0/+1