summaryrefslogtreecommitdiff
path: root/src/jtag
Commit message (Expand)AuthorAgeFilesLines
* JTAG: shrink "scan_chain" outputDavid Brownell2009-12-161-8/+8
* jtag: add '-ignore-version' optionDavid Brownell2009-12-143-6/+38
* build: fix cygwin build warningsSpencer Oliver2009-12-111-1/+1
* zy1000: revc FPGA now worksØyvind Harboe2009-12-102-30/+6
* Comment and doxygen fixesDavid Brownell2009-12-091-22/+9
* Fix compilation error with gcc 4.4.1Rafael Campos Las Heras2009-12-081-0/+1
* zy1000: some background info on the zy1000 file.Øyvind Harboe2009-12-081-0/+25
* minidriver: fix inline capability of minidriverØyvind Harboe2009-12-0810-48/+90
* build: add build/src to include pathØyvind Harboe2009-12-082-2/+5
* misc code review updatesDavid Brownell2009-12-051-2/+1
* separate Jim from jtag/core.cZachary T Welch2009-12-042-11/+11
* allow 'jtag init' to be run in any modeZachary T Welch2009-12-041-1/+1
* zy1000: FPGA revC wipØyvind Harboe2009-12-041-5/+19
* remove tertiary include pathsZachary T Welch2009-12-032-7/+2
* change #include "../hello.h" to "hello.h"Zachary T Welch2009-12-031-1/+1
* change #include "embeddedice.h" to <target/embeddedice.h>Zachary T Welch2009-12-032-2/+2
* change #include "minidriver.h" to <jtag/minidriver.h>Zachary T Welch2009-12-033-3/+3
* change #include "jtag.h" to <jtag/jtag.h>Zachary T Welch2009-12-032-2/+2
* change #include "interface.h" to <jtag/interface.h>Zachary T Welch2009-12-0319-19/+19
* change #include "commands.h" to <jtag/commands.h>Zachary T Welch2009-12-0311-11/+11
* change #include "types.h" to <helper/types.h>Zachary T Welch2009-12-032-2/+2
* change #include "time_support.h" to <helper/time_support.h>Zachary T Welch2009-12-032-2/+2
* change #include "log.h" to <helper/log.h>Zachary T Welch2009-12-031-1/+1
* change #include "command.h" to <helper/command.h>Zachary T Welch2009-12-031-1/+1
* change #include "binarybuffer.h" to <helper/binarybuffer.h>Zachary T Welch2009-12-031-1/+1
* allow #include directives to use module nameZachary T Welch2009-12-032-0/+2
* remove #if HAVE_JTAG_INTERFACE_H from minidriver.hZachary T Welch2009-12-025-50/+105
* move jtag drivers to src/jtag/driversZachary T Welch2009-12-0230-65/+85
* jtag: factor init into 'jtag init'Zachary T Welch2009-12-021-0/+23
* zy1000: keep up with latest changes to command handlingØyvind Harboe2009-12-011-1/+1
* do not extern 'interp' from command.cZachary T Welch2009-11-301-1/+1
* jtag: avoid using interp global variableZachary T Welch2009-11-302-6/+13
* zy1000: keep up with changes to command structureØyvind Harboe2009-11-301-0/+1
* split jim_newtap_cmd into piecesZachary T Welch2009-11-281-70/+94
* improve jtag_tap_configureZachary T Welch2009-11-281-77/+88
* improve jtag_tap_handle_event indentationZachary T Welch2009-11-281-23/+30
* begin moving JTAG jim handlers/helpersZachary T Welch2009-11-281-227/+236
* split jim_jtag_command into multiple handlersZachary T Welch2009-11-281-180/+212
* zy1000: keep up with new command registration stuffØyvind Harboe2009-11-271-42/+46
* update minidummy interface driver command handlingZachary T Welch2009-11-271-1/+1
* minidummy: fix compilation errorØyvind Harboe2009-11-271-2/+2
* use ARRAY_SIZE macroZachary T Welch2009-11-253-4/+4
* improve command handling examplesZachary T Welch2009-11-251-0/+14
* add jim_handler to command_registrationZachary T Welch2009-11-241-16/+27
* remove register_callbacks from jtag interfaceZachary T Welch2009-11-2412-112/+33
* vsllink: use register_commands()Zachary T Welch2009-11-241-20/+35
* jtag: use register_commands()Zachary T Welch2009-11-241-67/+119
* presto: use register_commands()Zachary T Welch2009-11-241-3/+12
* parport: use register_commands()Zachary T Welch2009-11-241-20/+37
* jlink: use register_commands()Zachary T Welch2009-11-241-8/+18