summaryrefslogtreecommitdiff
path: root/src/svf
Commit message (Expand)AuthorAgeFilesLines
* Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixesFreddie Chopin2011-06-041-5/+3
* types: write memory now uses constØyvind Harboe2011-04-011-1/+1
* Fix a bunch of typos.Uwe Hermann2011-03-171-1/+1
* svf: add nil option that just runs through the svf fileØyvind Harboe2011-02-281-18/+49
* svf: implement sleep for RUNTEST min_timeJon Povey2011-01-021-30/+28
* svf: fix USAGE and related error reportingJon Povey2011-01-021-9/+4
* svf: various improvementsAndrew Leech2010-12-071-78/+292
* build: add common.mkSpencer Oliver2010-11-181-3/+1
* svf: -Wshadow warning fixesØyvind Harboe2010-06-161-15/+15
* rename jtag_khz as adapter_khzDavid Brownell2010-03-151-1/+1
* jtag: simplify jtag_add_plain_ir/dr_scanØyvind Harboe2010-03-081-2/+3
* jtag: retire tap fieldØyvind Harboe2010-03-081-4/+0
* cygwin buildfixDavid Brownell2010-01-261-2/+2
* SVF: all content between parentheses is one parametersimon qian2010-01-251-14/+29
* SVF: insert space before '(' and after ')'simon qian2010-01-231-7/+29
* *SVF: help/usage updatesDavid Brownell2010-01-081-2/+2
* cygwin 1.7 build fixesDavid Brownell2009-12-261-1/+2
* build: add build/src to include pathØyvind Harboe2009-12-081-1/+2
* misc code review updatesDavid Brownell2009-12-051-6/+3
* remove tertiary include pathsZachary T Welch2009-12-031-4/+1
* change #include "jtag.h" to <jtag/jtag.h>Zachary T Welch2009-12-032-2/+2
* change #include "time_support.h" to <helper/time_support.h>Zachary T Welch2009-12-031-1/+1
* normalize headers to make changing easierZachary T Welch2009-12-031-1/+1
* allow #include directives to use module nameZachary T Welch2009-12-031-0/+1
* {,x}svf: use register_commands()Zachary T Welch2009-11-241-5/+12
* use COMMAND_REGISTER macroZachary T Welch2009-11-241-1/+1
* command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch2009-11-171-6/+6
* command_handler: change 'args' to CMD_ARGVZachary T Welch2009-11-171-5/+5
* command_handler: change to 'argc' to CMD_ARGCZachary T Welch2009-11-171-2/+2
* move ARRAY_SIZE macro to types.hZachary T Welch2009-11-161-3/+3
* command_context_t -> struct command_contextZachary T Welch2009-11-132-4/+4
* remove typedef keyword from svf structuresZachary T Welch2009-11-131-21/+21
* scan_field_t -> struct scan_fieldZachary T Welch2009-11-131-1/+1
* jtag_tap_t -> struct jtag_tapZachary T Welch2009-11-131-1/+1
* command_handler_t: make argc unsignedZachary T Welch2009-11-131-2/+2
* use COMMAND_HANDLER macro to define all commandsZachary T Welch2009-11-131-1/+1
* svf,xsvf,arm7_9_common: trim forard declarationsZachary T Welch2009-11-091-9/+9
* src/{server,pld,svf,xsvf}: remove 'extern' keywordZachary T Welch2009-11-091-3/+3
* SVF: fix checking bit pattern against lengthMichael Roth2009-10-291-2/+2
* SVF: fix parsing hex strings containing leading '0' charactersMichael Roth2009-10-261-0/+4
* SVF: clean up, mostly for TAP state name handlingDavid Brownell2009-10-231-75/+60
* XSVF: use svf_add_statemove()David Brownell2009-10-202-9/+38
* SVF: better spec conformance for STATE switchDavid Brownell2009-10-191-15/+13
* SVF/XSVF: comment and whitespace fixesDavid Brownell2009-10-191-20/+34
* Audrius Urmanavičius <didele.deze@gmail.com> Latest source (R2606) does not ...oharboe2009-08-251-1/+1
* Steve Grubb <sgrubb@redhat.com> fix various and sundry leaksoharboe2009-08-241-0/+2
* Piotr Ziecik <kosmo@semihalf.com> This patch adds handling blank characters b...oharboe2009-08-201-59/+38
* Remove whitespace at end of lines, step 2.zwelch2009-06-231-10/+10
* Remove whitespace that occurs before ')'.zwelch2009-06-231-3/+3
* Remove whitespace that occurs after '('.zwelch2009-06-231-2/+2