aboutsummaryrefslogtreecommitdiff
path: root/src/jtag
AgeCommit message (Expand)Author
2009-11-13jtag_command_t -> struct jtag_commandZachary T Welch
2009-11-13jtag_command_container_t -> union jtag_command_containerZachary T Welch
2009-11-13sleep_command_t -> struct sleep_commandZachary T Welch
2009-11-13end_state_command_t -> struct end_state_commandZachary T Welch
2009-11-13reset_command_t -> struct reset_commandZachary T Welch
2009-11-13stableclocks_command_t -> struct stableclocks_commandZachary T Welch
2009-11-13runtest_command_t -> struct runtest_commandZachary T Welch
2009-11-13pathmove_command_t -> struct pathmove_commandZachary T Welch
2009-11-13statemove_command_t -> struct statemove_commandZachary T Welch
2009-11-13cmd_queue_page_t -> struct cmd_queue_pageZachary T Welch
2009-11-13scan_command_t -> struct scan_commandZachary T Welch
2009-11-13more vsllink typedef cleanupZachary T Welch
2009-11-13vsllink_jtag_t -> struct vsllinkZachary T Welch
2009-11-13presto_t -> struct prestoZachary T Welch
2009-11-13ft2232_device_t -> struct ft2232_deviceZachary T Welch
2009-11-13jlink_jtag_t -> struct jlinkZachary T Welch
2009-11-13cable_t -> struct cableZachary T Welch
2009-11-13pending_scan_result_t -> struct pending_scan_resultZachary T Welch
2009-11-13armjtagew_jtag_t -> struct armjtagewZachary T Welch
2009-11-13use struct jtag_tap_event_actionZachary T Welch
2009-11-13jtag_event_callback_t -> struct jtag_event_callbackZachary T Welch
2009-11-13jtag_interface_t -> struct jtag_interfaceZachary T Welch
2009-11-13bitbang_interface_t -> struct bitbang_interfaceZachary T Welch
2009-11-13bitq_interface_t -> struct biq_interfaceZachary T Welch
2009-11-13encapsulate bitq_state structureZachary T Welch
2009-11-13scan_field_t -> struct scan_fieldZachary T Welch
2009-11-13jtag_tap_t -> struct jtag_tapZachary T Welch
2009-11-13command_handler_t: make argc unsignedZachary T Welch
2009-11-13add CMD_NAME macro for command handlersZachary T Welch
2009-11-13use CALL_COMMAND_HANDLER instead of direct callsZachary T Welch
2009-11-13use COMMAND_HELPER for command helper functionsZachary T Welch
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch
2009-11-12parport: add support for the jtag_khz command.Jonas Horberg
2009-11-11fix 'jtag interface' behaviorZachary T Welch
2009-11-09jtag: remove useless declarationsZachary T Welch
2009-11-09finish removing deprecated/obsolete commandsDavid Brownell
2009-11-09src/jtag: remove 'extern' and wrap headers.Zachary T Welch
2009-11-07Fix vsllink bulk out endpoint parsing.Zachary T Welch
2009-11-05Improve jtag command argument parsing.Zachary T Welch
2009-11-04ft2232: cleanupDavid Brownell
2009-11-04JTAG: support KT-LINK adapterKrzysztof Kajstura
2009-11-01FT2232: increase read retry countsDimitar Dimitrov
2009-10-27Signalyzer: H2 and H4 supportOleg Seiljus
2009-10-26ft2232: less noise with _DEBUG_JTAG_IO_David Brownell
2009-10-26JTAG: "jtag newtap ..." cleanupDavid Brownell
2009-10-26JTAG: simple autoprobingDavid Brownell
2009-10-25JTAG: jtag_tap_init() bugfixesDavid Brownell
2009-10-23jtag: clean up TAP state name handlingDavid Brownell
2009-10-23SVF: clean up, mostly for TAP state name handlingDavid Brownell
2009-10-20XSVF: use svf_add_statemove()David Brownell