aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-06-03Move JTAG command handling implementation into its own source file.zwelch
2009-06-03Finish JTAG header file modularization; command factoring follows.zwelch
2009-06-03added missing extern to jtag_command_queue definition.oharboe
2009-06-03Move JTAG command APIs into new jtag/commands.h header file.zwelch
2009-06-03Improve in-source documentation that was causing Doxygen warnings.zwelch
2009-06-03Enable or add doxygen comments to the public JTAG API.zwelch
2009-06-03Update documentationf or jtag_interface structure members.zwelch
2009-06-03Remove vestigal tap_transition type from public jtag API.zwelch
2009-06-03Remove interface.h from public JTAG header, include it where required.zwelch
2009-06-03Expose tap_state_by_name TAP helper available in public API.zwelch
2009-06-03Move the JTAG cable interface API implementationzwelch
2009-06-03Add missed accessor for checking the current TMS table.zwelch
2009-06-03Split and simplify handle_tms_sequence_command for further factoring.zwelch
2009-06-03Make tap_state_by_name available in new JTAG interface API header.zwelch
2009-06-02Add private src/jtag/interface.h for use by JTAG interface drivers:zwelch
2009-06-02Finish removing '#ifdef HAVE_JTAG_MINIDRIVER_H' from jtag.h:zwelch
2009-06-02Add header file for JTAG minidriver:zwelch
2009-06-02- change signature for adi_jtag_dp_scan and adi_jtag_dp_scan_u32 to use swjdp...ntfreak
2009-06-02- hack added to fix a issue with v5/6 jlinkntfreak
2009-06-02remove unecessary #ifdef as file is only built when minidriver is enabled.oharboe
2009-06-02some trivial minidriver fixesoharboe
2009-06-02more missing eCos typesoharboe
2009-06-02Only include jtag_driver.c in the build when minidriver is not in use.zwelch
2009-06-02Move interface_jtag_add_scan_check_alloc implementations to theirzwelch
2009-06-02Add high-speed device support in FT2232 driver:zwelch
2009-06-02Remove unused code, TAP_INVALID is never passed to drivers.oharboe
2009-06-02Continue clean-up of JTAG driver interface:zwelch
2009-06-02More JTAG interface driver cleanup:zwelch
2009-06-02More JTAG interface driver cleanup:zwelch
2009-06-02More JTAG interface driver cleanup:zwelch
2009-06-02Clean up jtag command queue handling:zwelch
2009-06-02Encapsulate JTAG command interfaces for moving to jtag_interface.h.zwelch
2009-06-02Remove the useless invalidstruct from jtag.h.zwelch
2009-06-02Start clean-up of JTAG driver interface:zwelch
2009-06-01David Brownell <david-b@pacbell.net>:zwelch
2009-06-01David Brownell <david-b@pacbell.net>:zwelch
2009-06-01Encapsulate JTAG Cable API and interface structure, plan for new header file.zwelch
2009-06-01Encapsulate JTAG minidriver functions, plan for new header file.zwelch
2009-06-01Remove unused in_handler_t type definition from jtag.hzwelch
2009-06-01Scrub final vestiges of in_handler from mips target APIs.zwelch
2009-06-01added jtag_add_statemove() helper fn(actual fn written by Dick Hollonbeck, I ...oharboe
2009-06-01fix warning for a variable that GCC thought might be uninitialized(which it c...oharboe
2009-06-01simon qian <simonqian.openocd@gmail.com> stop incestious communication with l...oharboe
2009-06-01David Brownell <david-b@pacbell.net>:zwelch
2009-06-01David Brownell <david-b@pacbell.net>:zwelch
2009-05-31Final step in isolating target_type_s structure:zwelch
2009-05-31Whitespace-only updates to automake input files:zwelch
2009-05-31First step in hiding target_type_s from public interface:zwelch
2009-05-31Add target_examine_one wrapper:zwelch
2009-05-31Add target breakpoint and watchpoint wrapper:zwelch