aboutsummaryrefslogtreecommitdiff
path: root/src/xsvf
AgeCommit message (Expand)AuthorFilesLines
2009-10-20XSVF: use svf_add_statemove()David Brownell2-34/+46
2009-10-19SVF/XSVF: comment and whitespace fixesDavid Brownell1-39/+38
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe1-1/+1
2009-06-23Remove whitespace at end of lines, step 2.zwelch1-1/+1
2009-06-23Remove whitespace that occurs before ')'.zwelch1-44/+44
2009-06-23Remove whitespace that occurs after '('.zwelch1-40/+40
2009-06-23- Fixes '[<>]' whitespacezwelch1-3/+3
2009-06-23- Fixes '+' whitespacezwelch1-2/+2
2009-06-23- Fixes '=' whitespacezwelch1-2/+2
2009-06-23- Replace 'for(' with 'for ('.zwelch1-2/+2
2009-06-23- Replace 'switch(' with 'switch ('.zwelch1-2/+2
2009-06-23- Replace 'while(' with 'while ('.zwelch1-1/+1
2009-06-23- Replace 'if(' with 'if ('.zwelch1-13/+13
2009-06-18Finish transforming 'u32' to 'uint32_t'.zwelch1-4/+4
2009-06-18Transform 'u8' to 'uint8_t'zwelch1-27/+27
2009-06-09Fix make maintainer-clean for out-of-tree builds.zwelch1-1/+1
2009-06-05Eliminate MixedCaps symbol from public JTAG TAP API:zwelch1-1/+1
2009-06-04Rename jtag_add_end_state to jtag_set_end_state since "add" implies thatoharboe1-4/+4
2009-06-04no longer use jtag_add_xxx() to set end state to TAP_DRPAUSEoharboe1-4/+4
2009-06-03Remove interface.h from public JTAG header, include it where required.zwelch1-1/+0
2009-06-01Encapsulate JTAG Cable API and interface structure, plan for new header file.zwelch1-0/+1
2009-06-01added jtag_add_statemove() helper fn(actual fn written by Dick Hollonbeck, I ...oharboe1-94/+9
2009-05-23More printf fixes stemming from format string change in r1882.zwelch1-2/+3
2009-05-22Author: Rick Altherr <kc8apf@kc8apf.net>kc8apf1-1/+1
2009-05-12Include assert.h in system.h to promote tree-wide use of assertions.zwelch1-2/+0
2009-05-11Audit and eliminate redundant #include directives in src/{pld,svf,xsvf}.zwelch1-12/+1
2009-05-11Remove redundant sys/types.h #include directives (now in types.h).zwelch1-1/+0
2009-05-10Extend autotools build to create shared library libopenocd with libtool:zwelch1-2/+2
2009-05-08in_handler in_check_mask and in_check_value now removed from field. Last big ...oharboe1-1/+1
2009-05-08retire jtag_set_check_valueoharboe1-10/+15
2009-05-06Dick Hollenbeck <dick@softplc.com> part deux of previous changes just committed.oharboe1-18/+83
2009-05-06Dick Hollenbeck <dick@softplc.com> simplifies XSTATE handling, and protects a...oharboe1-88/+30
2009-05-06remove unecessary setting of deprecated fields to NULLoharboe1-3/+3
2009-05-06retire out_mask - not used anywhereoharboe1-3/+3
2009-05-02Update autotools scripts to require automake 1.6. The configure.in scriptzwelch1-1/+5
2009-04-21Zach Welch <zw@superlucidity.net> fix -Wformat-security warnings (1 of 4)oharboe1-1/+1
2009-04-19Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe1-1/+1
2009-04-14Dick Hollenbeck <dick@softplc.com> work in progress oharboe1-519/+514
2009-02-10Use C89/C99/C++ compliant boolean typeskc8apf1-2/+2
2009-02-03- Cable driver helper API courtesy of Dick Hollenbeck <dick@softplc.com>kc8apf1-15/+15
2009-01-23xvsf player fixes by Dick Hollenbeck <dick@softplc.com>kc8apf1-13/+61
2009-01-20Fix 'make maintainer-clean' courtesy of Zach Welch <zw@superlucidity.net>kc8apf1-0/+2
2009-01-09Dick Hollenbeck <dick@softplc.com> adds jtag_add_clocks() and implements thos...oharboe1-277/+766
2008-12-13Change tap_state naming to be consistent with SVF documentation.kc8apf1-38/+38
2008-11-30jtag newtap change & huge manual updateduane1-10/+17
2008-11-03Peter Hettkamp <peter.hettkamp@htp-tel.de> fix some problems with xsvf. Still...oharboe1-1/+29
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak1-1/+1
2008-07-25added yours sincerely for files where I feel that I've made non-trivial contr...oharboe1-0/+3
2008-05-03- fixed xsvf_add_statemove()drath1-7/+9
2008-03-31make jtag_add_statemove() internal to the driver.oharboe1-11/+42