aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/Makefile.am
AgeCommit message (Expand)Author
2009-06-17dummy driver now works under eCosoharboe
2009-06-09Improve use of automake conditionals for FTDI-based JTAG drivers:zwelch
2009-06-09Simplify JTAG automake input file:zwelch
2009-06-09Rename jtag_driver.c as driver.c to remove duplicate name component.zwelch
2009-06-09Fix make maintainer-clean for out-of-tree builds.zwelch
2009-06-09Split main jtag.c file into two layers:zwelch
2009-06-08update zy1000 to latest minidriver workoharboe
2009-06-08Move minidummy source file, as was supposed to happen in last commit.zwelch
2009-06-08Finish off the dummy minidriver integration:zwelch
2009-06-07minidriver build test driver "minidriver"oharboe
2009-06-03Move JTAG command handling implementation into its own source file.zwelch
2009-06-03Move JTAG command APIs into new jtag/commands.h header file.zwelch
2009-06-03Move the JTAG cable interface API implementationzwelch
2009-06-02Add private src/jtag/interface.h for use by JTAG interface drivers:zwelch
2009-06-02Add header file for JTAG minidriver:zwelch
2009-06-02Only include jtag_driver.c in the build when minidriver is not in use.zwelch
2009-06-02Continue clean-up of JTAG driver interface:zwelch
2009-05-31Whitespace-only updates to automake input files:zwelch
2009-05-10Extend autotools build to create shared library libopenocd with libtool:zwelch
2009-05-02Update autotools scripts to require automake 1.6. The configure.in scriptzwelch
2009-03-08Patch from Dimitar Dimitrov adding support for Olimex ARM-JTAG-EWduane
2009-01-20Fix 'make maintainer-clean' courtesy of Zach Welch <zw@superlucidity.net>kc8apf
2009-01-16- add missing bitq and rlink files to distributionntfreak
2008-12-27Added dongle VSLLINK - from Simon Qianduane
2008-12-27Build Permutations with ftd2xx and libftdi addressed. Also added a new se of ...duane
2008-12-19- rlink interface support from Lou Deluxe <lou.openocd012@fixit.nospammail.net>kc8apf
2008-09-25ZY1000 codeoharboe
2008-07-24take path to eCos files from environment variableoharboe
2008-07-11- retired variable stuff. oharboe
2008-05-14- added jlink support, based on Jürgen Stuber patchntfreak
2008-04-13A dummy driver to test codepath w/no contact w/target.oharboe
2008-04-01- fixes for jtag_khz committed.oharboe
2008-03-11reduce compare noise. If someone should be crazy enough to try to run OpenOCD...oharboe
2008-03-10- the jtag chain is examined and validated after GDB & telnet serversoharboe
2008-02-11- removed "starting point" for ngw100, will add it again if it is workingmifi
2008-02-10- added starting point for development on a ngw100 eval boardmifi
2007-08-14- corrected automake scriptdrath
2007-08-14- reworked presto.c to allow use of either FTD2XX or libftdi (libftdi not fun...drath
2007-07-15- added support for Asix Presto JTAG interface (thanks to Pavel Chromy and As...drath
2007-01-09- disabled FT2232 debug output (that code should be fairly stable)drath
2006-11-22- added a PLD (programmable logic device) subsystem for FPGA, CPLD etc. confi...drath
2006-08-31- endianess fixes everywhere but in the flash code. flashing might still be b...drath
2006-08-11- added support for FreeBSD ppi (parallel port access similar to /dev/parport...drath
2006-07-17- Added support for native MinGW builds (thanks to Spencer Oliver and Michael...drath
2006-06-02- prepare OpenOCD for branching, created ./trunk/drath