aboutsummaryrefslogtreecommitdiff
path: root/src/jtag
AgeCommit message (Expand)Author
2009-12-26PARPORT code cleanup:Antonio Borneo
2009-12-16JTAG: shrink "scan_chain" outputDavid Brownell
2009-12-14jtag: add '-ignore-version' optionDavid Brownell
2009-12-11build: fix cygwin build warningsSpencer Oliver
2009-12-10zy1000: revc FPGA now worksØyvind Harboe
2009-12-09Comment and doxygen fixesDavid Brownell
2009-12-08Fix compilation error with gcc 4.4.1Rafael Campos Las Heras
2009-12-08zy1000: some background info on the zy1000 file.Øyvind Harboe
2009-12-08minidriver: fix inline capability of minidriverØyvind Harboe
2009-12-08build: add build/src to include pathØyvind Harboe
2009-12-05misc code review updatesDavid Brownell
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