summaryrefslogtreecommitdiff
path: root/src/jtag/interface.c
Commit message (Expand)AuthorAgeFilesLines
* move ARRAY_SIZE macro to types.hZachary T Welch2009-11-161-2/+2
* remove TAP_SCAN_BYTES macroZachary T Welch2009-11-161-1/+1
* jtag: clean up TAP state name handlingDavid Brownell2009-10-231-42/+46
* SVF: clean up, mostly for TAP state name handlingDavid Brownell2009-10-231-0/+4
* cosmetic cleanup in TMS tablesDavid Brownell2009-10-131-11/+17
* Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe2009-07-171-1/+1
* - Replace '){' with ') {'.zwelch2009-06-231-2/+2
* Remove whitespace that occurs before ')'.zwelch2009-06-231-13/+13
* Remove whitespace that occurs after '('.zwelch2009-06-231-13/+13
* - Fixes '<<' whitespacezwelch2009-06-231-8/+8
* - Replace 'for(' with 'for ('.zwelch2009-06-231-3/+3
* - Replace 'switch(' with 'switch ('.zwelch2009-06-231-4/+4
* - Replace 'while(' with 'while ('.zwelch2009-06-231-1/+1
* - Replace 'if(' with 'if ('.zwelch2009-06-231-1/+1
* Transform 'u8' to 'uint8_t'zwelch2009-06-181-7/+7
* Move the JTAG cable interface API implementationzwelch2009-06-031-0/+465