aboutsummaryrefslogtreecommitdiff
path: root/src/jtag
AgeCommit message (Expand)Author
2010-01-05buildfix with -DNDEBUGDavid Brownell
2010-01-05parport: output port as hex rather than decSpencer Oliver
2010-01-03FT2232: fix doc typoDavid Brownell
2010-01-03JTAG/drivers: ft2232 docsDavid Brownell
2010-01-03JTAG/Drivers: Amontec JTAG accelerator fixesDavid Brownell
2010-01-03JTAG: Amontec JTAG accelerater "rtck" is backDavid Brownell
2010-01-03JTAG/drivers: cleanup jtag_interface structsDavid Brownell
2010-01-03JTAG/drivers: amt_jtagaccel fixes + cleanupDavid Brownell
2009-12-30zy1000: firmware upgrade fixes for revcØyvind Harboe
2009-12-30zy1000: less warningsØyvind Harboe
2009-12-28Fix Luminary FT2232 layout docs/configsDavid Brownell
2009-12-26Driver for USB-JTAG, Altera USB-Blaster and compatiblesCatalin Patulea
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