summaryrefslogtreecommitdiff
path: root/src/xsvf
Commit message (Expand)AuthorAgeFilesLines
* Remove whitespace at end of lines, step 2.zwelch2009-06-231-1/+1
* Remove whitespace that occurs before ')'.zwelch2009-06-231-44/+44
* Remove whitespace that occurs after '('.zwelch2009-06-231-40/+40
* - Fixes '[<>]' whitespacezwelch2009-06-231-3/+3
* - Fixes '+' whitespacezwelch2009-06-231-2/+2
* - Fixes '=' whitespacezwelch2009-06-231-2/+2
* - Replace 'for(' with 'for ('.zwelch2009-06-231-2/+2
* - Replace 'switch(' with 'switch ('.zwelch2009-06-231-2/+2
* - Replace 'while(' with 'while ('.zwelch2009-06-231-1/+1
* - Replace 'if(' with 'if ('.zwelch2009-06-231-13/+13
* Finish transforming 'u32' to 'uint32_t'.zwelch2009-06-181-4/+4
* Transform 'u8' to 'uint8_t'zwelch2009-06-181-27/+27
* Fix make maintainer-clean for out-of-tree builds.zwelch2009-06-091-1/+1
* Eliminate MixedCaps symbol from public JTAG TAP API:zwelch2009-06-051-1/+1
* Rename jtag_add_end_state to jtag_set_end_state since "add" implies thatoharboe2009-06-041-4/+4
* no longer use jtag_add_xxx() to set end state to TAP_DRPAUSEoharboe2009-06-041-4/+4
* Remove interface.h from public JTAG header, include it where required.zwelch2009-06-031-1/+0
* Encapsulate JTAG Cable API and interface structure, plan for new header file.zwelch2009-06-011-0/+1
* added jtag_add_statemove() helper fn(actual fn written by Dick Hollonbeck, I ...oharboe2009-06-011-94/+9
* More printf fixes stemming from format string change in r1882.zwelch2009-05-231-2/+3
* Author: Rick Altherr <kc8apf@kc8apf.net>kc8apf2009-05-221-1/+1
* Include assert.h in system.h to promote tree-wide use of assertions.zwelch2009-05-121-2/+0
* Audit and eliminate redundant #include directives in src/{pld,svf,xsvf}.zwelch2009-05-111-12/+1
* Remove redundant sys/types.h #include directives (now in types.h).zwelch2009-05-111-1/+0
* Extend autotools build to create shared library libopenocd with libtool:zwelch2009-05-101-2/+2
* in_handler in_check_mask and in_check_value now removed from field. Last big ...oharboe2009-05-081-1/+1
* retire jtag_set_check_valueoharboe2009-05-081-10/+15
* Dick Hollenbeck <dick@softplc.com> part deux of previous changes just committed.oharboe2009-05-061-18/+83
* Dick Hollenbeck <dick@softplc.com> simplifies XSTATE handling, and protects a...oharboe2009-05-061-88/+30
* remove unecessary setting of deprecated fields to NULLoharboe2009-05-061-3/+3
* retire out_mask - not used anywhereoharboe2009-05-061-3/+3
* Update autotools scripts to require automake 1.6. The configure.in scriptzwelch2009-05-021-1/+5
* Zach Welch <zw@superlucidity.net> fix -Wformat-security warnings (1 of 4)oharboe2009-04-211-1/+1
* Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe2009-04-191-1/+1
* Dick Hollenbeck <dick@softplc.com> work in progress oharboe2009-04-141-519/+514
* 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-15/+15
* xvsf player fixes by Dick Hollenbeck <dick@softplc.com>kc8apf2009-01-231-13/+61
* Fix 'make maintainer-clean' courtesy of Zach Welch <zw@superlucidity.net>kc8apf2009-01-201-0/+2
* Dick Hollenbeck <dick@softplc.com> adds jtag_add_clocks() and implements thos...oharboe2009-01-091-277/+766
* Change tap_state naming to be consistent with SVF documentation.kc8apf2008-12-131-38/+38
* jtag newtap change & huge manual updateduane2008-11-301-10/+17
* Peter Hettkamp <peter.hettkamp@htp-tel.de> fix some problems with xsvf. Still...oharboe2008-11-031-1/+29
* - added myself to copyright on files i remember adding large contributions fo...ntfreak2008-09-201-1/+1
* added yours sincerely for files where I feel that I've made non-trivial contr...oharboe2008-07-251-0/+3
* - fixed xsvf_add_statemove()drath2008-05-031-7/+9
* make jtag_add_statemove() internal to the driver.oharboe2008-03-311-11/+42
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-251-19/+19
* - convert all files to unix line-endingdrath2008-02-251-501/+501
* From Michael Bruckoharboe2008-02-251-8/+8