aboutsummaryrefslogtreecommitdiff
path: root/src/svf
AgeCommit message (Expand)AuthorFilesLines
2010-03-15rename jtag_khz as adapter_khzDavid Brownell1-1/+1
2010-03-08jtag: simplify jtag_add_plain_ir/dr_scanØyvind Harboe1-2/+3
2010-03-08jtag: retire tap fieldØyvind Harboe1-4/+0
2010-01-26cygwin buildfixDavid Brownell1-2/+2
2010-01-25SVF: all content between parentheses is one parametersimon qian1-14/+29
2010-01-23SVF: insert space before '(' and after ')'simon qian1-7/+29
2010-01-08*SVF: help/usage updatesDavid Brownell1-2/+2
2009-12-26cygwin 1.7 build fixesDavid Brownell1-1/+2
2009-12-08build: add build/src to include pathØyvind Harboe1-1/+2
2009-12-05misc code review updatesDavid Brownell1-6/+3
2009-12-03remove tertiary include pathsZachary T Welch1-4/+1
2009-12-03change #include "jtag.h" to <jtag/jtag.h>Zachary T Welch2-2/+2
2009-12-03change #include "time_support.h" to <helper/time_support.h>Zachary T Welch1-1/+1
2009-12-03normalize headers to make changing easierZachary T Welch1-1/+1
2009-12-03allow #include directives to use module nameZachary T Welch1-0/+1
2009-11-24{,x}svf: use register_commands()Zachary T Welch1-5/+12
2009-11-24use COMMAND_REGISTER macroZachary T Welch1-1/+1
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch1-6/+6
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch1-5/+5
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch1-2/+2
2009-11-16move ARRAY_SIZE macro to types.hZachary T Welch1-3/+3
2009-11-13command_context_t -> struct command_contextZachary T Welch2-4/+4
2009-11-13remove typedef keyword from svf structuresZachary T Welch1-21/+21
2009-11-13scan_field_t -> struct scan_fieldZachary T Welch1-1/+1
2009-11-13jtag_tap_t -> struct jtag_tapZachary T Welch1-1/+1
2009-11-13command_handler_t: make argc unsignedZachary T Welch1-2/+2
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch1-1/+1
2009-11-09svf,xsvf,arm7_9_common: trim forard declarationsZachary T Welch1-9/+9
2009-11-09src/{server,pld,svf,xsvf}: remove 'extern' keywordZachary T Welch1-3/+3
2009-10-29SVF: fix checking bit pattern against lengthMichael Roth1-2/+2
2009-10-26SVF: fix parsing hex strings containing leading '0' charactersMichael Roth1-0/+4
2009-10-23SVF: clean up, mostly for TAP state name handlingDavid Brownell1-75/+60
2009-10-20XSVF: use svf_add_statemove()David Brownell2-9/+38
2009-10-19SVF: better spec conformance for STATE switchDavid Brownell1-15/+13
2009-10-19SVF/XSVF: comment and whitespace fixesDavid Brownell1-20/+34
2009-08-25Audrius Urmanavičius <didele.deze@gmail.com> Latest source (R2606) does not ...oharboe1-1/+1
2009-08-24Steve Grubb <sgrubb@redhat.com> fix various and sundry leaksoharboe1-0/+2
2009-08-20Piotr Ziecik <kosmo@semihalf.com> This patch adds handling blank characters b...oharboe1-59/+38
2009-06-23Remove whitespace at end of lines, step 2.zwelch1-10/+10
2009-06-23Remove whitespace that occurs before ')'.zwelch1-3/+3
2009-06-23Remove whitespace that occurs after '('.zwelch1-2/+2
2009-06-23- Replace 'switch(' with 'switch ('.zwelch1-4/+4
2009-06-18Finish transforming 'u32' to 'uint32_t'.zwelch1-2/+2
2009-06-18Transform 'u8' to 'uint8_t'zwelch1-24/+24
2009-06-09Fix make maintainer-clean for out-of-tree builds.zwelch1-1/+1
2009-06-01simon qian <simonqian.openocd@gmail.com> stop incestious communication with l...oharboe1-51/+72
2009-05-26SimonQian <simonqian@SimonQian.com>, reported by R.Doss:zwelch1-0/+21
2009-05-26SimonQian <simonqian@SimonQian.com>:zwelch1-10/+24
2009-05-25Author: Simon Qian <simonqian@SimonQian.com>kc8apf1-1/+29
2009-05-24SimonQian <simonqian@SimonQian.com>:zwelch1-20/+23