aboutsummaryrefslogtreecommitdiff
path: root/src/jtag
AgeCommit message (Expand)AuthorFilesLines
2010-02-04JLink: reference protocol documentationDavid Brownell1-0/+4
2010-02-03JTAG: fix bug when no interface connectedSpencer Oliver1-0/+7
2010-02-01gdb: restore behavior from 0.3.1 for srst_asserted and power_restoreØyvind Harboe1-2/+23
2010-01-25core arm11: Silence logs at level 3 if there is no activityEdgar Grimberg1-4/+6
2010-01-19zy1000: flush jtag buffer before changing speedØyvind Harboe1-0/+3
2010-01-18vsllink -- add commentDavid Brownell1-0/+3
2010-01-18commands: allow scan_chain command to be executed during configØyvind Harboe1-1/+1
2010-01-17read target voltage first in vsllinksimon qian1-0/+8
2010-01-14jtag.h whitespace/comment cleanupDavid Brownell1-9/+8
2010-01-11target: return JIM_OK instead of ERROR_OKØyvind Harboe1-1/+1
2010-01-11zy1000: reset bugfixØyvind Harboe1-1/+7
2010-01-09Presto: doxygen fixDavid Brownell1-1/+2
2010-01-09jtag/tcl help/usage fixupsDavid Brownell1-74/+115
2010-01-09ZY1000 help/usage fixupsDavid Brownell1-8/+11
2010-01-09jtag: presto, parport help/usage updatesDavid Brownell2-18/+29
2010-01-09jtag/gw16012 usage/help updatesDavid Brownell1-3/+5
2010-01-05buildfix with -DNDEBUGDavid Brownell1-1/+4
2010-01-05parport: output port as hex rather than decSpencer Oliver1-1/+1
2010-01-03FT2232: fix doc typoDavid Brownell1-1/+1
2010-01-03JTAG/drivers: ft2232 docsDavid Brownell1-7/+33
2010-01-03JTAG/Drivers: Amontec JTAG accelerator fixesDavid Brownell1-6/+19
2010-01-03JTAG: Amontec JTAG accelerater "rtck" is backDavid Brownell1-1/+1
2010-01-03JTAG/drivers: cleanup jtag_interface structsDavid Brownell8-80/+74
2010-01-03JTAG/drivers: amt_jtagaccel fixes + cleanupDavid Brownell1-14/+43
2009-12-30zy1000: firmware upgrade fixes for revcØyvind Harboe1-16/+45
2009-12-30zy1000: less warningsØyvind Harboe1-3/+2
2009-12-28Fix Luminary FT2232 layout docs/configsDavid Brownell1-0/+8
2009-12-26Driver for USB-JTAG, Altera USB-Blaster and compatiblesCatalin Patulea3-0/+598
2009-12-26PARPORT code cleanup:Antonio Borneo1-6/+5
2009-12-16JTAG: shrink "scan_chain" outputDavid Brownell1-8/+8
2009-12-14jtag: add '-ignore-version' optionDavid Brownell3-6/+38
2009-12-11build: fix cygwin build warningsSpencer Oliver1-1/+1
2009-12-10zy1000: revc FPGA now worksØyvind Harboe2-30/+6
2009-12-09Comment and doxygen fixesDavid Brownell1-22/+9
2009-12-08Fix compilation error with gcc 4.4.1Rafael Campos Las Heras1-0/+1
2009-12-08zy1000: some background info on the zy1000 file.Øyvind Harboe1-0/+25
2009-12-08minidriver: fix inline capability of minidriverØyvind Harboe10-48/+90
2009-12-08build: add build/src to include pathØyvind Harboe2-2/+5
2009-12-05misc code review updatesDavid Brownell1-2/+1
2009-12-04separate Jim from jtag/core.cZachary T Welch2-11/+11
2009-12-04allow 'jtag init' to be run in any modeZachary T Welch1-1/+1
2009-12-04zy1000: FPGA revC wipØyvind Harboe1-5/+19
2009-12-03remove tertiary include pathsZachary T Welch2-7/+2
2009-12-03change #include "../hello.h" to "hello.h"Zachary T Welch1-1/+1
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