summaryrefslogtreecommitdiff
path: root/src/jtag/zy1000.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate MixedCaps symbol from public JTAG TAP API:zwelch2009-06-051-5/+5
* Rename jtag_add_end_state to jtag_set_end_state since "add" implies thatoharboe2009-06-041-1/+1
* Introduce jtag_get_end_state() fn to clarify code a bit.oharboe2009-06-041-1/+1
* tiny bit of encapsulation of global end state. No longer expose it as a globa...oharboe2009-06-041-1/+1
* do not modify global end state from jtag_add_xxx()oharboe2009-06-041-5/+5
* remove unused code.oharboe2009-06-041-5/+0
* catchup with jtag refactoring.oharboe2009-06-031-13/+1
* Finish JTAG header file modularization; command factoring follows.zwelch2009-06-031-1/+0
* Remove interface.h from public JTAG header, include it where required.zwelch2009-06-031-0/+1
* Add header file for JTAG minidriver:zwelch2009-06-021-14/+1
* some trivial minidriver fixesoharboe2009-06-021-5/+5
* Move interface_jtag_add_scan_check_alloc implementations to theirzwelch2009-06-021-0/+12
* Encapsulate JTAG Cable API and interface structure, plan for new header file.zwelch2009-06-011-0/+1
* Encapsulate JTAG minidriver functions, plan for new header file.zwelch2009-06-011-0/+1
* use tap_get_tms_path_len() instead of fix # of 7. Not tested if this builds, ...oharboe2009-05-181-1/+2
* zy1000 1.52 snapshotoharboe2009-05-131-1/+1
* Audit and eliminate redundant #include directives from src/jtag.zwelch2009-05-111-6/+1
* sync up zy1000 interface to bitbang driver's handling of exiting the shift stateoharboe2009-05-081-15/+25
* in_handler in_check_mask and in_check_value now removed from field. Last big ...oharboe2009-05-081-42/+0
* added template for removing in_handler oharboe2009-05-071-2/+0
* log noise reductionoharboe2009-05-061-28/+35
* retire out_mask - not used anywhereoharboe2009-05-061-1/+0
* zy1000 1.51oharboe2009-04-301-1/+1
* fix keyword expansionoharboe2009-04-021-1/+1
* zy1000 1.50 snapshot. fix problem with empty file names.oharboe2009-04-021-1/+1
* zy1000 1.49 snapshotoharboe2009-02-171-1/+1
* Use C89/C99/C++ compliant boolean typeskc8apf2009-02-101-2/+2
* - Cable driver helper API courtesy of Dick Hollenbeck <dick@softplc.com>kc8apf2009-02-031-20/+20
* fixed warnings + added zy1000 jtag_add_clocks support.oharboe2009-01-091-9/+21
* check syntax for init/versionoharboe2008-12-171-1/+1
* more houskeepingoharboe2008-12-171-0/+22
* sync up to tap_xxx rename + add with-ioutil for standalone openocd implemetna...oharboe2008-12-151-53/+114
* - Update tap_state_strings to correspond to SVF state nameskc8apf2008-12-141-24/+24
* Clean up references to old tap_state nameskc8apf2008-12-131-1/+1
* Change tap_state naming to be consistent with SVF documentation.kc8apf2008-12-131-19/+19
* update zy1000 to svn head jtag apioharboe2008-12-011-43/+26
* wipoharboe2008-11-261-24/+24
* jtag_get_device() now returns NULL and reports error instead of invoking exit()oharboe2008-11-191-2/+7
* nios wipoharboe2008-11-131-2/+0
* sense srstoharboe2008-11-111-1/+8
* disable continous polling while srst is asserted and power dropout is detectedoharboe2008-11-051-36/+66
* - convert spaces to tabs in at91sam7.[ch]ntfreak2008-09-271-739/+739
* ZY1000 codeoharboe2008-09-251-0/+739