aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-03-24FT2232 Messaaging fixDavid Brownell1-1/+1
2010-03-22bitq: fix warning now that out_value is constØyvind Harboe1-1/+1
2010-03-21ft2232 init mess cleanupDavid Brownell1-60/+99
2010-03-19FT2232 comment tweaksDavid Brownell1-6/+18
2010-03-16bitbang: add jtag_add_tms_seq supportØyvind Harboe6-0/+33
2010-03-15rename jtag_khz as adapter_khzDavid Brownell1-2/+2
2010-03-15FT2232: bulidfixSpencer Oliver1-1/+1
2010-03-14FT2232: lookup and save layout just onceDavid Brownell1-31/+39
2010-03-11versaloon cleanup patchDavid Brownell1-321/+271
2010-03-11New JTAG driver for Versaloonsimon qian1-1072/+304
2010-03-11Add support for Bus Pirate as a JTAG adapter.Michal Demin2-0/+972
2010-03-10JLINK: user info message cleanupSpencer Oliver1-29/+46
2010-03-08jtag: simplify jtag_add_plain_ir/dr_scanØyvind Harboe1-40/+19
2010-03-08jtag: jtag_add_ir_scan() now takes a single fieldØyvind Harboe1-3/+2
2010-03-08jtag: retire tap fieldØyvind Harboe1-27/+7
2010-03-01jtag: the post TAP state is now passed to the driversØyvind Harboe1-1/+1
2010-02-28FT2232: add missing enum when using ftd2xx librarySpencer Oliver1-0/+10
2010-02-28Add board/redbee-usb.cfgMariano Alvira1-0/+5
2010-02-27add board/redbee-econotag.cfg and JTAG supportMariano Alvira1-0/+103
2010-02-27ft2232: implement TMS sequence commandDavid Brownell1-2/+72
2010-02-27interface: define TMS sequence commandDavid Brownell1-0/+25
2010-02-25ft2232: add a mechanism to specify channel in layout structsMariano Alvira1-3/+7
2010-02-21ft2232 table init cleanupDavid Brownell1-19/+78
2010-02-20FreeBSD buildfixDavid Brownell1-2/+2
2010-02-04JLink: reference protocol documentationDavid Brownell1-0/+4
2010-01-18vsllink -- add commentDavid Brownell1-0/+3
2010-01-17read target voltage first in vsllinksimon qian1-0/+8
2010-01-09Presto: doxygen fixDavid Brownell1-1/+2
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-28Fix Luminary FT2232 layout docs/configsDavid Brownell1-0/+8
2009-12-26Driver for USB-JTAG, Altera USB-Blaster and compatiblesCatalin Patulea2-0/+592
2009-12-26PARPORT code cleanup:Antonio Borneo1-6/+5
2009-12-11build: fix cygwin build warningsSpencer Oliver1-1/+1
2009-12-08Fix compilation error with gcc 4.4.1Rafael Campos Las Heras1-0/+1
2009-12-08minidriver: fix inline capability of minidriverØyvind Harboe2-2/+40
2009-12-08build: add build/src to include pathØyvind Harboe1-1/+3
2009-12-03remove tertiary include pathsZachary T Welch1-4/+1
2009-12-03change #include "../hello.h" to "hello.h"Zachary T Welch1-1/+1
2009-12-03change #include "minidriver.h" to <jtag/minidriver.h>Zachary T Welch1-1/+1
2009-12-03change #include "interface.h" to <jtag/interface.h>Zachary T Welch16-16/+16
2009-12-03change #include "commands.h" to <jtag/commands.h>Zachary T Welch11-11/+11