summaryrefslogtreecommitdiff
path: root/src/jtag/jtag.h
Commit message (Expand)AuthorAgeFilesLines
* Fix doxygen warning in jtag.h caused by a changed parameter name.zwelch2009-06-301-1/+1
* David Brownell <david-b@pacbell.net>:zwelch2009-06-291-1/+0
* - Fixes '+' whitespacezwelch2009-06-231-1/+1
* - Fixes '!=' whitespacezwelch2009-06-231-1/+1
* fix jtag_add_callback() args. The first argument is nothing special, it's jus...oharboe2009-06-191-9/+9
* Finish transforming 'u32' to 'uint32_t'.zwelch2009-06-181-7/+7
* Transform 'u8' to 'uint8_t'zwelch2009-06-181-14/+14
* dummy driver now works under eCosoharboe2009-06-171-1/+1
* David Brownell <david-b@pacbell.net>:zwelch2009-06-161-7/+6
* David Brownell <david-b@pacbell.net>:zwelch2009-06-161-2/+4
* David Brownell <david-b@pacbell.net>:zwelch2009-06-161-1/+1
* David Brownell <david-b@pacbell.net>:zwelch2009-06-161-7/+11
* Move jtag_get_flush_queue_count near jtag_execute_queue (fix its docs).zwelch2009-06-111-4/+5
* Improve grouping of JTAG KHz and verification accessors in header file.zwelch2009-06-111-10/+17
* Group JTAG reset configuration and accessor APIs together in header file.zwelch2009-06-111-16/+13
* Move jtag_error helper declarations to the end of the header.zwelch2009-06-111-15/+15
* Out-of-line jtag_tap_next_enabled and simplify its logic.zwelch2009-06-111-27/+1
* Move jtag_add_statemove decl/body nearer jtag_add_pathmove.zwelch2009-06-111-33/+33
* Encapsulate the core jtag interface pointer:zwelch2009-06-091-0/+9
* Continue encapsulation of JTAG event callback sub-API:zwelch2009-06-091-9/+5
* Add jtag_event_handler_t:zwelch2009-06-091-3/+16
* Expose jtag_unregister_event_callback with related API declarations.zwelch2009-06-091-0/+1
* Improve encapsulation of JTAG event handling:zwelch2009-06-091-2/+0
* Cleanup and encapsulate IR Capture verification:zwelch2009-06-091-2/+3
* Move the jtag_error helper routines out of header file:zwelch2009-06-091-25/+8
* Encapsulate jtag_reset_config using accessors:zwelch2009-06-091-1/+2
* Remove superfluous extern for non-existant global variable.zwelch2009-06-091-2/+0
* Add get and set accessors for jtag_speed:zwelch2009-06-091-1/+11
* Encapsulate the jtag_event_callback list; add helper functions if needed.zwelch2009-06-091-2/+0
* Encapsulate the jtag_trst and jtag_srst variables:zwelch2009-06-091-2/+4
* Move extern of nvp_jtag_tap_event from jtag.h to tcl.c.zwelch2009-06-091-2/+0
* Remove superfluous extern of jtag_event_strings from jtag.h.zwelch2009-06-091-2/+0
* Merge documentation for jtag_add_statemove from source into header block.zwelch2009-06-091-5/+25
* Move Doxygen documentation for IR/DR scan routines to header file.zwelch2009-06-091-1/+28
* - Replace 'jtag_tap_by_abs_position' with 'jtag_tap_by_position'.zwelch2009-06-091-1/+1
* Remove non-existant jtag_tap_by_position API declaration.zwelch2009-06-091-1/+0
* Use unsigned type for jtag_tap_count and jtag_tap_by_abs_position.zwelch2009-06-091-2/+2
* Change jtag_add_pathmove to set jtag_error rather than call exit():zwelch2009-06-091-0/+8
* Simplify jtag_execute_queue:zwelch2009-06-081-1/+10
* Add accessors to retrieve values of jtag_n{s,t}rst_delay variables.zwelch2009-06-081-0/+6
* Factoring of jtag_examine_chain for maintainability:zwelch2009-06-071-1/+1
* Eliminate MixedCaps symbol from public JTAG TAP API:zwelch2009-06-051-1/+1
* Eliminate MixedCaps symbol from public JTAG TAP API:zwelch2009-06-051-1/+1
* Eliminate MixedCaps symbol from public JTAG TAP API:zwelch2009-06-051-1/+1
* Eliminate MixedCaps symbol from public JTAG TAP API:zwelch2009-06-051-1/+1
* Eliminate MixedCaps symbol from public JTAG TAP API:zwelch2009-06-051-1/+1
* Eliminate MixedCaps symbol from public JTAG TAP API:zwelch2009-06-051-1/+1
* Eliminate MixedCaps symbol from public JTAG TAP API:zwelch2009-06-051-1/+1
* Eliminate MixedCaps symbol from public JTAG TAP API:zwelch2009-06-051-2/+2
* Add accessors for jtag_verify; use them in jim command handler.zwelch2009-06-051-0/+4