summaryrefslogtreecommitdiff
path: root/src/jtag
Commit message (Expand)AuthorAgeFilesLines
* catchup with jtag refactoring.oharboe2009-06-031-13/+1
* Move JTAG command handling implementation into its own source file.zwelch2009-06-033-223/+260
* Finish JTAG header file modularization; command factoring follows.zwelch2009-06-0321-24/+12
* added missing extern to jtag_command_queue definition.oharboe2009-06-031-1/+1
* Move JTAG command APIs into new jtag/commands.h header file.zwelch2009-06-033-134/+164
* Improve in-source documentation that was causing Doxygen warnings.zwelch2009-06-032-16/+20
* Enable or add doxygen comments to the public JTAG API.zwelch2009-06-031-152/+249
* Update documentationf or jtag_interface structure members.zwelch2009-06-031-15/+55
* Remove vestigal tap_transition type from public jtag API.zwelch2009-06-031-9/+0
* Remove interface.h from public JTAG header, include it where required.zwelch2009-06-0319-16/+18
* Expose tap_state_by_name TAP helper available in public API.zwelch2009-06-032-6/+6
* Move the JTAG cable interface API implementationzwelch2009-06-034-440/+468
* Add missed accessor for checking the current TMS table.zwelch2009-06-032-1/+8
* Split and simplify handle_tms_sequence_command for further factoring.zwelch2009-06-032-11/+17
* Make tap_state_by_name available in new JTAG interface API header.zwelch2009-06-032-9/+4
* Add private src/jtag/interface.h for use by JTAG interface drivers:zwelch2009-06-023-207/+240
* Finish removing '#ifdef HAVE_JTAG_MINIDRIVER_H' from jtag.h:zwelch2009-06-024-11/+21
* Add header file for JTAG minidriver:zwelch2009-06-026-102/+151
* - hack added to fix a issue with v5/6 jlinkntfreak2009-06-021-1/+9
* remove unecessary #ifdef as file is only built when minidriver is enabled.oharboe2009-06-021-3/+0
* some trivial minidriver fixesoharboe2009-06-023-30/+32
* Only include jtag_driver.c in the build when minidriver is not in use.zwelch2009-06-021-1/+7
* Move interface_jtag_add_scan_check_alloc implementations to theirzwelch2009-06-024-21/+20
* Add high-speed device support in FT2232 driver:zwelch2009-06-021-1/+77
* Remove unused code, TAP_INVALID is never passed to drivers.oharboe2009-06-028-66/+27
* Continue clean-up of JTAG driver interface:zwelch2009-06-024-502/+535
* More JTAG interface driver cleanup:zwelch2009-06-021-10/+9
* More JTAG interface driver cleanup:zwelch2009-06-021-3/+7
* More JTAG interface driver cleanup:zwelch2009-06-022-1/+13
* Clean up jtag command queue handling:zwelch2009-06-021-32/+17
* Encapsulate JTAG command interfaces for moving to jtag_interface.h.zwelch2009-06-021-0/+7
* Remove the useless invalidstruct from jtag.h.zwelch2009-06-021-4/+0
* Start clean-up of JTAG driver interface:zwelch2009-06-021-20/+28
* David Brownell <david-b@pacbell.net>:zwelch2009-06-011-8/+39
* David Brownell <david-b@pacbell.net>:zwelch2009-06-011-13/+11
* Encapsulate JTAG Cable API and interface structure, plan for new header file.zwelch2009-06-0118-0/+25
* Encapsulate JTAG minidriver functions, plan for new header file.zwelch2009-06-013-19/+37
* Remove unused in_handler_t type definition from jtag.hzwelch2009-06-011-3/+0
* added jtag_add_statemove() helper fn(actual fn written by Dick Hollonbeck, I ...oharboe2009-06-012-0/+97
* Whitespace-only updates to automake input files:zwelch2009-05-311-7/+25
* Peter Denison <openwrt@marshadder.org>:zwelch2009-05-311-1/+1
* Encapsulate the global "jtag" jtag_interface pointer:zwelch2009-05-302-3/+18
* Remove unused jlink_execute_end_state (unreferenced after r1949).zwelch2009-05-301-8/+0
* remove unused JTAG_END_STATE part 2oharboe2009-05-302-17/+0
* remove unused JTAG_END_STATEoharboe2009-05-309-62/+0
* David Brownell <david-b@pacbell.net>:zwelch2009-05-301-54/+88
* Remove error_handler_t type definition; it was unused in the tree.zwelch2009-05-291-2/+0
* SimonQian <simonqian@SimonQian.com>:zwelch2009-05-271-14/+30
* - add support for cortino jtag interfacentfreak2009-05-271-1/+46
* David Brownell <david-b@pacbell.net>:zwelch2009-05-242-3/+4