aboutsummaryrefslogtreecommitdiff
path: root/src/jtag
AgeCommit message (Expand)AuthorFilesLines
2009-06-17dummy driver now works under eCosoharboe4-28/+4
2009-06-17David Brownell <david-b@pacbell.net>:zwelch1-1/+5
2009-06-17Set svn:eol-style native on ZY1000 minidriver header file.zwelch1-210/+210
2009-06-16David Brownell <david-b@pacbell.net>:zwelch1-1/+1
2009-06-16David Brownell <david-b@pacbell.net>:zwelch3-9/+14
2009-06-16David Brownell <david-b@pacbell.net>:zwelch1-12/+33
2009-06-16David Brownell <david-b@pacbell.net>:zwelch1-1/+1
2009-06-16David Brownell <david-b@pacbell.net>:zwelch3-7/+11
2009-06-16David Brownell <david-b@pacbell.net>:zwelch2-6/+14
2009-06-16David Brownell <david-b@pacbell.net>:zwelch3-16/+17
2009-06-12David Brownell <david-b@pacbell.net>:zwelch1-0/+6
2009-06-12David Brownell <david-b@pacbell.net>:zwelch2-6/+22
2009-06-12Fix unitialized use of cur_speed in handle_jtag_khz_command:zwelch1-1/+1
2009-06-12Improve vsllink command argument handling:zwelch1-14/+11
2009-06-12Improve handle_runtest_command:zwelch1-1/+6
2009-06-12Improve VID/PID command argument handling in FTDI driver:zwelch1-7/+13
2009-06-12Improve handle_irscan_command:zwelch1-5/+16
2009-06-12Improve JTAG reset, speed, and khz handlers to use parse_uint helper.zwelch1-5/+23
2009-06-12Use parse_uint helper to replace strtoul call in jtag_tap_by_string.zwelch1-3/+2
2009-06-12Simplify and improve gw16012_handle_parport_command:zwelch1-5/+16
2009-06-12Simplify and improve amt_jtagaccel_handle_parport_port_command:zwelch1-6/+18
2009-06-12Simplify and improve parport_handle_parport_port_command:zwelch1-5/+16
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.zwelch2-27/+13
2009-06-11Move jtag_add_statemove decl/body nearer jtag_add_pathmove.zwelch2-77/+77
2009-06-10added pathmove commandoharboe1-0/+44
2009-06-09Improve use of automake conditionals for FTDI-based JTAG drivers:zwelch1-10/+2
2009-06-09Simplify JTAG automake input file:zwelch1-98/+40
2009-06-09Rename jtag_driver.c as driver.c to remove duplicate name component.zwelch2-1/+1
2009-06-09Fix make maintainer-clean for out-of-tree builds.zwelch1-1/+1
2009-06-09Encapsulate the core jtag interface pointer:zwelch3-26/+44
2009-06-09Continue encapsulation of JTAG event callback sub-API:zwelch2-9/+12
2009-06-09Add jtag_event_handler_t:zwelch2-5/+18
2009-06-09Expose jtag_unregister_event_callback with related API declarations.zwelch1-0/+1
2009-06-09Improve encapsulation of JTAG event handling:zwelch3-41/+38
2009-06-09Properly encapsulate core hasKHZ variable.zwelch2-8/+4
2009-06-09Cleanup and encapsulate IR Capture verification:zwelch3-15/+21
2009-06-09Add missing static keywords to a few variables in JTAG core module.zwelch1-5/+5
2009-06-09Move the jtag_error helper routines out of header file:zwelch2-29/+37
2009-06-09Encapsulate jtag_reset_config using accessors:zwelch10-8/+30
2009-06-09Remove superfluous extern for non-existant global variable.zwelch1-2/+0
2009-06-09Add get and set accessors for jtag_speed:zwelch11-18/+39
2009-06-09Encapsulate the jtag_event_callback list; add helper functions if needed.zwelch2-3/+1
2009-06-09Encapsulate the jtag_trst and jtag_srst variables:zwelch2-4/+15
2009-06-09Move extern of nvp_jtag_tap_event from jtag.h to tcl.c.zwelch2-2/+2
2009-06-09Remove superfluous extern of jtag_event_strings from jtag.h.zwelch1-2/+0
2009-06-09Replace 'jtag.c' with 'core.c' in code comments.zwelch1-1/+1