aboutsummaryrefslogtreecommitdiff
path: root/src/jtag
AgeCommit message (Expand)Author
2009-12-04separate Jim from jtag/core.cZachary T Welch
2009-12-04allow 'jtag init' to be run in any modeZachary T Welch
2009-12-04zy1000: FPGA revC wipØyvind Harboe
2009-12-03remove tertiary include pathsZachary T Welch
2009-12-03change #include "../hello.h" to "hello.h"Zachary T Welch
2009-12-03change #include "embeddedice.h" to <target/embeddedice.h>Zachary T Welch
2009-12-03change #include "minidriver.h" to <jtag/minidriver.h>Zachary T Welch
2009-12-03change #include "jtag.h" to <jtag/jtag.h>Zachary T Welch
2009-12-03change #include "interface.h" to <jtag/interface.h>Zachary T Welch
2009-12-03change #include "commands.h" to <jtag/commands.h>Zachary T Welch
2009-12-03change #include "types.h" to <helper/types.h>Zachary T Welch
2009-12-03change #include "time_support.h" to <helper/time_support.h>Zachary T Welch
2009-12-03change #include "log.h" to <helper/log.h>Zachary T Welch
2009-12-03change #include "command.h" to <helper/command.h>Zachary T Welch
2009-12-03change #include "binarybuffer.h" to <helper/binarybuffer.h>Zachary T Welch
2009-12-03allow #include directives to use module nameZachary T Welch
2009-12-02remove #if HAVE_JTAG_INTERFACE_H from minidriver.hZachary T Welch
2009-12-02move jtag drivers to src/jtag/driversZachary T Welch
2009-12-02jtag: factor init into 'jtag init'Zachary T Welch
2009-12-01zy1000: keep up with latest changes to command handlingØyvind Harboe
2009-11-30do not extern 'interp' from command.cZachary T Welch
2009-11-30jtag: avoid using interp global variableZachary T Welch
2009-11-30zy1000: keep up with changes to command structureØyvind Harboe
2009-11-28split jim_newtap_cmd into piecesZachary T Welch
2009-11-28improve jtag_tap_configureZachary T Welch
2009-11-28improve jtag_tap_handle_event indentationZachary T Welch
2009-11-28begin moving JTAG jim handlers/helpersZachary T Welch
2009-11-28split jim_jtag_command into multiple handlersZachary T Welch
2009-11-27zy1000: keep up with new command registration stuffØyvind Harboe
2009-11-27update minidummy interface driver command handlingZachary T Welch
2009-11-27minidummy: fix compilation errorØyvind Harboe
2009-11-25use ARRAY_SIZE macroZachary T Welch
2009-11-25improve command handling examplesZachary T Welch
2009-11-24add jim_handler to command_registrationZachary T Welch
2009-11-24remove register_callbacks from jtag interfaceZachary T Welch
2009-11-24vsllink: use register_commands()Zachary T Welch
2009-11-24jtag: use register_commands()Zachary T Welch
2009-11-24presto: use register_commands()Zachary T Welch
2009-11-24parport: use register_commands()Zachary T Welch
2009-11-24jlink: use register_commands()Zachary T Welch
2009-11-24gw16012: use register_commands()Zachary T Welch
2009-11-24ft2232: use register_commands()Zachary T Welch
2009-11-24at91rm9200: use register_commands()Zachary T Welch
2009-11-24arm-jtag-ew: use register_commands()Zachary T Welch
2009-11-24amt_jtagaccel: use register_commands()Zachary T Welch
2009-11-24use COMMAND_REGISTER macroZachary T Welch
2009-11-24improve startup tcl scriptsZachary T Welch
2009-11-24jlink: rewrite to use jtag_usb_openZachary T Welch
2009-11-24jlink: remove superfluous indentationZachary T Welch
2009-11-24rlink: use jtag_usb_open helperZachary T Welch