aboutsummaryrefslogtreecommitdiff
path: root/src/jtag
AgeCommit message (Expand)Author
2009-11-16JTAG: fix autoprobe failure.David Brownell
2009-11-16JTAG: no LOG_WARNING() for taps without IDCODEDavid Brownell
2009-11-16move ARRAY_SIZE macro to types.hZachary T Welch
2009-11-16remove TAP_SCAN_BYTES macroZachary T Welch
2009-11-16rename CEIL as DIV_ROUND_UPZachary T Welch
2009-11-16cleanup jtag minidriversZachary T Welch
2009-11-15arm-jtag-ew,jlink: switch to COMMAND_HANDLERZachary T Welch
2009-11-15rlink: fix overzealous sedZachary T Welch
2009-11-14compile with cygwin (32-bit)Ferdinand Postema
2009-11-13command_t -> struct commandZachary T Welch
2009-11-13command_context_t -> struct command_contextZachary T Welch
2009-11-13remove rlink structure typedefsZachary T Welch
2009-11-13target_t -> struct targetZachary T Welch
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