summaryrefslogtreecommitdiff
path: root/src/jtag/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Move JTAG interface list to new files.zwelch2009-06-291-1/+3
* dummy driver now works under eCosoharboe2009-06-171-1/+1
* Improve use of automake conditionals for FTDI-based JTAG drivers:zwelch2009-06-091-10/+2
* Simplify JTAG automake input file:zwelch2009-06-091-98/+40
* Rename jtag_driver.c as driver.c to remove duplicate name component.zwelch2009-06-091-1/+1
* Fix make maintainer-clean for out-of-tree builds.zwelch2009-06-091-1/+1
* Split main jtag.c file into two layers:zwelch2009-06-091-1/+2
* update zy1000 to latest minidriver workoharboe2009-06-081-1/+2
* Move minidummy source file, as was supposed to happen in last commit.zwelch2009-06-081-1/+1
* Finish off the dummy minidriver integration:zwelch2009-06-081-5/+6
* minidriver build test driver "minidriver"oharboe2009-06-071-0/+7
* Move JTAG command handling implementation into its own source file.zwelch2009-06-031-1/+1
* Move JTAG command APIs into new jtag/commands.h header file.zwelch2009-06-031-0/+1
* Move the JTAG cable interface API implementationzwelch2009-06-031-0/+1
* Add private src/jtag/interface.h for use by JTAG interface drivers:zwelch2009-06-021-0/+1
* Add header file for JTAG minidriver:zwelch2009-06-021-0/+1
* Only include jtag_driver.c in the build when minidriver is not in use.zwelch2009-06-021-1/+7
* Continue clean-up of JTAG driver interface:zwelch2009-06-021-1/+3
* Whitespace-only updates to automake input files:zwelch2009-05-311-7/+25
* Extend autotools build to create shared library libopenocd with libtool:zwelch2009-05-101-3/+7
* Update autotools scripts to require automake 1.6. The configure.in scriptzwelch2009-05-021-2/+3
* Patch from Dimitar Dimitrov adding support for Olimex ARM-JTAG-EWduane2009-03-081-1/+7
* Fix 'make maintainer-clean' courtesy of Zach Welch <zw@superlucidity.net>kc8apf2009-01-201-0/+2
* - add missing bitq and rlink files to distributionntfreak2009-01-161-1/+1
* Added dongle VSLLINK - from Simon Qianduane2008-12-271-1/+7
* Build Permutations with ftd2xx and libftdi addressed. Also added a new se of ...duane2008-12-271-10/+1
* - rlink interface support from Lou Deluxe <lou.openocd012@fixit.nospammail.net>kc8apf2008-12-191-1/+7
* ZY1000 codeoharboe2008-09-251-1/+1
* take path to eCos files from environment variableoharboe2008-07-241-1/+1
* - retired variable stuff. oharboe2008-07-111-1/+1
* - added jlink support, based on Jürgen Stuber patchntfreak2008-05-141-1/+7
* A dummy driver to test codepath w/no contact w/target.oharboe2008-04-131-1/+7
* - fixes for jtag_khz committed.oharboe2008-04-011-1/+1
* reduce compare noise. If someone should be crazy enough to try to run OpenOCD...oharboe2008-03-111-1/+7
* - the jtag chain is examined and validated after GDB & telnet serversoharboe2008-03-101-1/+1
* - removed "starting point" for ngw100, will add it again if it is workingmifi2008-02-111-7/+1
* - added starting point for development on a ngw100 eval boardmifi2008-02-101-1/+7
* - corrected automake scriptdrath2007-08-141-1/+2
* - reworked presto.c to allow use of either FTD2XX or libftdi (libftdi not fun...drath2007-08-141-1/+4
* - added support for Asix Presto JTAG interface (thanks to Pavel Chromy and As...drath2007-07-151-1/+20
* - disabled FT2232 debug output (that code should be fairly stable)drath2007-01-091-3/+1
* - added a PLD (programmable logic device) subsystem for FPGA, CPLD etc. confi...drath2006-11-221-1/+7
* - endianess fixes everywhere but in the flash code. flashing might still be b...drath2006-08-311-1/+7
* - added support for FreeBSD ppi (parallel port access similar to /dev/parport...drath2006-08-111-7/+7
* - Added support for native MinGW builds (thanks to Spencer Oliver and Michael...drath2006-07-171-0/+4
* - prepare OpenOCD for branching, created ./trunk/drath2006-06-021-0/+50