summaryrefslogtreecommitdiff
path: root/src/jtag/drivers
Commit message (Expand)AuthorAgeFilesLines
* Add support for Bus Pirate as a JTAG adapter.Michal Demin2010-03-112-0/+972
* JLINK: user info message cleanupSpencer Oliver2010-03-101-29/+46
* jtag: simplify jtag_add_plain_ir/dr_scanØyvind Harboe2010-03-081-40/+19
* jtag: jtag_add_ir_scan() now takes a single fieldØyvind Harboe2010-03-081-3/+2
* jtag: retire tap fieldØyvind Harboe2010-03-081-27/+7
* jtag: the post TAP state is now passed to the driversØyvind Harboe2010-03-011-1/+1
* FT2232: add missing enum when using ftd2xx librarySpencer Oliver2010-02-281-0/+10
* Add board/redbee-usb.cfgMariano Alvira2010-02-281-0/+5
* add board/redbee-econotag.cfg and JTAG supportMariano Alvira2010-02-271-0/+103
* ft2232: implement TMS sequence commandDavid Brownell2010-02-271-2/+72
* interface: define TMS sequence commandDavid Brownell2010-02-271-0/+25
* ft2232: add a mechanism to specify channel in layout structsMariano Alvira2010-02-251-3/+7
* ft2232 table init cleanupDavid Brownell2010-02-211-19/+78
* FreeBSD buildfixDavid Brownell2010-02-201-2/+2
* JLink: reference protocol documentationDavid Brownell2010-02-041-0/+4
* vsllink -- add commentDavid Brownell2010-01-181-0/+3
* read target voltage first in vsllinksimon qian2010-01-171-0/+8
* Presto: doxygen fixDavid Brownell2010-01-091-1/+2
* jtag: presto, parport help/usage updatesDavid Brownell2010-01-092-18/+29
* jtag/gw16012 usage/help updatesDavid Brownell2010-01-091-3/+5
* buildfix with -DNDEBUGDavid Brownell2010-01-051-1/+4
* parport: output port as hex rather than decSpencer Oliver2010-01-051-1/+1
* FT2232: fix doc typoDavid Brownell2010-01-031-1/+1
* JTAG/drivers: ft2232 docsDavid Brownell2010-01-031-7/+33
* JTAG/Drivers: Amontec JTAG accelerator fixesDavid Brownell2010-01-031-6/+19
* JTAG: Amontec JTAG accelerater "rtck" is backDavid Brownell2010-01-031-1/+1
* JTAG/drivers: cleanup jtag_interface structsDavid Brownell2010-01-038-80/+74
* JTAG/drivers: amt_jtagaccel fixes + cleanupDavid Brownell2010-01-031-14/+43
* Fix Luminary FT2232 layout docs/configsDavid Brownell2009-12-281-0/+8
* Driver for USB-JTAG, Altera USB-Blaster and compatiblesCatalin Patulea2009-12-262-0/+592
* PARPORT code cleanup:Antonio Borneo2009-12-261-6/+5
* build: fix cygwin build warningsSpencer Oliver2009-12-111-1/+1
* Fix compilation error with gcc 4.4.1Rafael Campos Las Heras2009-12-081-0/+1
* minidriver: fix inline capability of minidriverØyvind Harboe2009-12-082-2/+40
* build: add build/src to include pathØyvind Harboe2009-12-081-1/+3
* remove tertiary include pathsZachary T Welch2009-12-031-4/+1
* change #include "../hello.h" to "hello.h"Zachary T Welch2009-12-031-1/+1
* change #include "minidriver.h" to <jtag/minidriver.h>Zachary T Welch2009-12-031-1/+1
* change #include "interface.h" to <jtag/interface.h>Zachary T Welch2009-12-0316-16/+16
* 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 "command.h" to <helper/command.h>Zachary T Welch2009-12-031-1/+1
* allow #include directives to use module nameZachary T Welch2009-12-031-0/+1
* remove #if HAVE_JTAG_INTERFACE_H from minidriver.hZachary T Welch2009-12-022-0/+48
* move jtag drivers to src/jtag/driversZachary T Welch2009-12-0229-0/+16001