aboutsummaryrefslogtreecommitdiff
path: root/src/jtag
AgeCommit message (Expand)AuthorFilesLines
2009-11-13remove rlink structure typedefsZachary T Welch3-19/+17
2009-11-13target_t -> struct targetZachary T Welch2-6/+6
2009-11-13jtag_command_t -> struct jtag_commandZachary T Welch12-51/+50
2009-11-13jtag_command_container_t -> union jtag_command_containerZachary T Welch1-5/+4
2009-11-13sleep_command_t -> struct sleep_commandZachary T Welch2-5/+4
2009-11-13end_state_command_t -> struct end_state_commandZachary T Welch1-4/+3
2009-11-13reset_command_t -> struct reset_commandZachary T Welch2-5/+4
2009-11-13stableclocks_command_t -> struct stableclocks_commandZachary T Welch2-5/+4
2009-11-13runtest_command_t -> struct runtest_commandZachary T Welch2-5/+4
2009-11-13pathmove_command_t -> struct pathmove_commandZachary T Welch7-11/+10
2009-11-13statemove_command_t -> struct statemove_commandZachary T Welch2-5/+4
2009-11-13cmd_queue_page_t -> struct cmd_queue_pageZachary T Welch1-9/+8
2009-11-13scan_command_t -> struct scan_commandZachary T Welch8-43/+42
2009-11-13more vsllink typedef cleanupZachary T Welch1-6/+5
2009-11-13vsllink_jtag_t -> struct vsllinkZachary T Welch1-39/+38
2009-11-13presto_t -> struct prestoZachary T Welch1-6/+4
2009-11-13ft2232_device_t -> struct ft2232_deviceZachary T Welch1-6/+5
2009-11-13jlink_jtag_t -> struct jlinkZachary T Welch1-41/+40
2009-11-13cable_t -> struct cableZachary T Welch1-6/+5
2009-11-13pending_scan_result_t -> struct pending_scan_resultZachary T Welch3-20/+17
2009-11-13armjtagew_jtag_t -> struct armjtagewZachary T Welch1-33/+32
2009-11-13use struct jtag_tap_event_actionZachary T Welch2-7/+5
2009-11-13jtag_event_callback_t -> struct jtag_event_callbackZachary T Welch1-13/+19
2009-11-13jtag_interface_t -> struct jtag_interfaceZachary T Welch20-39/+38
2009-11-13bitbang_interface_t -> struct bitbang_interfaceZachary T Welch6-10/+9
2009-11-13bitq_interface_t -> struct biq_interfaceZachary T Welch3-8/+6
2009-11-13encapsulate bitq_state structureZachary T Welch2-10/+8
2009-11-13scan_field_t -> struct scan_fieldZachary T Welch9-67/+66
2009-11-13jtag_tap_t -> struct jtag_tapZachary T Welch9-65/+60
2009-11-13command_handler_t: make argc unsignedZachary T Welch1-3/+2
2009-11-13add CMD_NAME macro for command handlersZachary T Welch1-1/+1
2009-11-13use CALL_COMMAND_HANDLER instead of direct callsZachary T Welch1-1/+1
2009-11-13use COMMAND_HELPER for command helper functionsZachary T Welch1-3/+1
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch7-43/+34
2009-11-12parport: add support for the jtag_khz command.Jonas Horberg1-8/+64
2009-11-11fix 'jtag interface' behaviorZachary T Welch1-1/+2
2009-11-09jtag: remove useless declarationsZachary T Welch6-295/+248
2009-11-09finish removing deprecated/obsolete commandsDavid Brownell3-107/+4
2009-11-09src/jtag: remove 'extern' and wrap headers.Zachary T Welch4-63/+72
2009-11-07Fix vsllink bulk out endpoint parsing.Zachary T Welch1-1/+1
2009-11-05Improve jtag command argument parsing.Zachary T Welch6-51/+36
2009-11-04ft2232: cleanupDavid Brownell1-110/+97
2009-11-04JTAG: support KT-LINK adapterKrzysztof Kajstura1-0/+131
2009-11-01FT2232: increase read retry countsDimitar Dimitrov1-8/+26
2009-10-27Signalyzer: H2 and H4 supportOleg Seiljus1-0/+809
2009-10-26ft2232: less noise with _DEBUG_JTAG_IO_David Brownell1-1/+0
2009-10-26JTAG: "jtag newtap ..." cleanupDavid Brownell1-7/+2
2009-10-26JTAG: simple autoprobingDavid Brownell1-12/+102
2009-10-25JTAG: jtag_tap_init() bugfixesDavid Brownell1-9/+18
2009-10-23jtag: clean up TAP state name handlingDavid Brownell3-68/+63