aboutsummaryrefslogtreecommitdiff
path: root/src/xsvf/xsvf.c
AgeCommit message (Expand)Author
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch
2009-11-11add const keyword to some APIsZachary T Welch
2009-11-09svf,xsvf,arm7_9_common: trim forard declarationsZachary T Welch
2009-10-29XSVF: bugfix handling state pathsDavid Brownell
2009-10-20XSVF: use svf_add_statemove()David Brownell
2009-10-19SVF/XSVF: comment and whitespace fixesDavid Brownell
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe
2009-06-23Remove whitespace at end of lines, step 2.zwelch
2009-06-23Remove whitespace that occurs before ')'.zwelch
2009-06-23Remove whitespace that occurs after '('.zwelch
2009-06-23- Fixes '[<>]' whitespacezwelch
2009-06-23- Fixes '+' whitespacezwelch
2009-06-23- Fixes '=' whitespacezwelch
2009-06-23- Replace 'for(' with 'for ('.zwelch
2009-06-23- Replace 'switch(' with 'switch ('.zwelch
2009-06-23- Replace 'while(' with 'while ('.zwelch
2009-06-23- Replace 'if(' with 'if ('.zwelch
2009-06-18Finish transforming 'u32' to 'uint32_t'.zwelch
2009-06-18Transform 'u8' to 'uint8_t'zwelch
2009-06-05Eliminate MixedCaps symbol from public JTAG TAP API:zwelch
2009-06-04Rename jtag_add_end_state to jtag_set_end_state since "add" implies thatoharboe
2009-06-04no longer use jtag_add_xxx() to set end state to TAP_DRPAUSEoharboe
2009-06-03Remove interface.h from public JTAG header, include it where required.zwelch
2009-06-01Encapsulate JTAG Cable API and interface structure, plan for new header file.zwelch
2009-06-01added jtag_add_statemove() helper fn(actual fn written by Dick Hollonbeck, I ...oharboe
2009-05-23More printf fixes stemming from format string change in r1882.zwelch
2009-05-22Author: Rick Altherr <kc8apf@kc8apf.net>kc8apf
2009-05-12Include assert.h in system.h to promote tree-wide use of assertions.zwelch
2009-05-11Audit and eliminate redundant #include directives in src/{pld,svf,xsvf}.zwelch
2009-05-11Remove redundant sys/types.h #include directives (now in types.h).zwelch
2009-05-08in_handler in_check_mask and in_check_value now removed from field. Last big ...oharboe
2009-05-08retire jtag_set_check_valueoharboe
2009-05-06Dick Hollenbeck <dick@softplc.com> part deux of previous changes just committed.oharboe
2009-05-06Dick Hollenbeck <dick@softplc.com> simplifies XSTATE handling, and protects a...oharboe
2009-05-06remove unecessary setting of deprecated fields to NULLoharboe
2009-05-06retire out_mask - not used anywhereoharboe
2009-04-21Zach Welch <zw@superlucidity.net> fix -Wformat-security warnings (1 of 4)oharboe
2009-04-19Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe
2009-04-14Dick Hollenbeck <dick@softplc.com> work in progress oharboe
2009-02-10Use C89/C99/C++ compliant boolean typeskc8apf
2009-02-03- Cable driver helper API courtesy of Dick Hollenbeck <dick@softplc.com>kc8apf
2009-01-23xvsf player fixes by Dick Hollenbeck <dick@softplc.com>kc8apf
2009-01-09Dick Hollenbeck <dick@softplc.com> adds jtag_add_clocks() and implements thos...oharboe
2008-12-13Change tap_state naming to be consistent with SVF documentation.kc8apf
2008-11-30jtag newtap change & huge manual updateduane
2008-11-03Peter Hettkamp <peter.hettkamp@htp-tel.de> fix some problems with xsvf. Still...oharboe
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak
2008-07-25added yours sincerely for files where I feel that I've made non-trivial contr...oharboe
2008-05-03- fixed xsvf_add_statemove()drath
2008-03-31make jtag_add_statemove() internal to the driver.oharboe