aboutsummaryrefslogtreecommitdiff
path: root/src/jtag
AgeCommit message (Expand)AuthorFilesLines
2009-12-03change #include "embeddedice.h" to <target/embeddedice.h>Zachary T Welch2-2/+2
2009-12-03change #include "minidriver.h" to <jtag/minidriver.h>Zachary T Welch3-3/+3
2009-12-03change #include "jtag.h" to <jtag/jtag.h>Zachary T Welch2-2/+2
2009-12-03change #include "interface.h" to <jtag/interface.h>Zachary T Welch19-19/+19
2009-12-03change #include "commands.h" to <jtag/commands.h>Zachary T Welch11-11/+11
2009-12-03change #include "types.h" to <helper/types.h>Zachary T Welch2-2/+2
2009-12-03change #include "time_support.h" to <helper/time_support.h>Zachary T Welch2-2/+2
2009-12-03change #include "log.h" to <helper/log.h>Zachary T Welch1-1/+1
2009-12-03change #include "command.h" to <helper/command.h>Zachary T Welch1-1/+1
2009-12-03change #include "binarybuffer.h" to <helper/binarybuffer.h>Zachary T Welch1-1/+1
2009-12-03allow #include directives to use module nameZachary T Welch2-0/+2
2009-12-02remove #if HAVE_JTAG_INTERFACE_H from minidriver.hZachary T Welch5-50/+105
2009-12-02move jtag drivers to src/jtag/driversZachary T Welch30-65/+85
2009-12-02jtag: factor init into 'jtag init'Zachary T Welch1-0/+23
2009-12-01zy1000: keep up with latest changes to command handlingØyvind Harboe1-1/+1
2009-11-30do not extern 'interp' from command.cZachary T Welch1-1/+1
2009-11-30jtag: avoid using interp global variableZachary T Welch2-6/+13
2009-11-30zy1000: keep up with changes to command structureØyvind Harboe1-0/+1
2009-11-28split jim_newtap_cmd into piecesZachary T Welch1-70/+94
2009-11-28improve jtag_tap_configureZachary T Welch1-77/+88
2009-11-28improve jtag_tap_handle_event indentationZachary T Welch1-23/+30
2009-11-28begin moving JTAG jim handlers/helpersZachary T Welch1-227/+236
2009-11-28split jim_jtag_command into multiple handlersZachary T Welch1-180/+212
2009-11-27zy1000: keep up with new command registration stuffØyvind Harboe1-42/+46
2009-11-27update minidummy interface driver command handlingZachary T Welch1-1/+1
2009-11-27minidummy: fix compilation errorØyvind Harboe1-2/+2
2009-11-25use ARRAY_SIZE macroZachary T Welch3-4/+4
2009-11-25improve command handling examplesZachary T Welch1-0/+14
2009-11-24add jim_handler to command_registrationZachary T Welch1-16/+27
2009-11-24remove register_callbacks from jtag interfaceZachary T Welch12-112/+33
2009-11-24vsllink: use register_commands()Zachary T Welch1-20/+35
2009-11-24jtag: use register_commands()Zachary T Welch1-67/+119
2009-11-24presto: use register_commands()Zachary T Welch1-3/+12
2009-11-24parport: use register_commands()Zachary T Welch1-20/+37
2009-11-24jlink: use register_commands()Zachary T Welch1-8/+18
2009-11-24gw16012: use register_commands()Zachary T Welch1-5/+12
2009-11-24ft2232: use register_commands()Zachary T Welch1-18/+41
2009-11-24at91rm9200: use register_commands()Zachary T Welch1-3/+10
2009-11-24arm-jtag-ew: use register_commands()Zachary T Welch1-4/+11
2009-11-24amt_jtagaccel: use register_commands()Zachary T Welch1-8/+19
2009-11-24use COMMAND_REGISTER macroZachary T Welch11-40/+40
2009-11-24improve startup tcl scriptsZachary T Welch1-0/+15
2009-11-24jlink: rewrite to use jtag_usb_openZachary T Welch1-61/+15
2009-11-24jlink: remove superfluous indentationZachary T Welch1-52/+55
2009-11-24rlink: use jtag_usb_open helperZachary T Welch1-82/+49
2009-11-24rlink: eliminate spurious indentationZachary T Welch1-55/+54
2009-11-24vsllink: rewrite to use jtag_usb_openZachary T Welch1-54/+30
2009-11-24usbprog: use jtag_usb_openZachary T Welch1-30/+13
2009-11-24arm-jtag-ew: use jtag_usb_openZachary T Welch1-36/+17
2009-11-24add jtag/usb_common.[ch] filesZachary T Welch3-1/+97