aboutsummaryrefslogtreecommitdiff
path: root/src/xsvf
AgeCommit message (Expand)AuthorFilesLines
2010-03-08jtag: simplify jtag_add_plain_ir/dr_scanØyvind Harboe1-3/+6
2010-03-08jtag: jtag_add_ir_scan() now takes a single fieldØyvind Harboe1-1/+1
2010-03-08jtag: retire tap fieldØyvind Harboe1-6/+3
2010-01-08*SVF: help/usage updatesDavid Brownell1-2/+2
2009-12-08build: add build/src to include pathØyvind Harboe1-1/+2
2009-12-03remove tertiary include pathsZachary T Welch1-5/+1
2009-12-03change #include "svf.h" to <svf/svf.h>Zachary T Welch1-1/+1
2009-12-03change #include "jtag.h" to <jtag/jtag.h>Zachary T Welch1-1/+1
2009-12-03change #include "command.h" to <helper/command.h>Zachary 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/+15
2009-11-24use COMMAND_REGISTER macroZachary T Welch1-1/+1
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch1-7/+7
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch1-8/+8
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch1-4/+4
2009-11-16move ARRAY_SIZE macro to types.hZachary T Welch1-1/+1
2009-11-16rename CEIL as DIV_ROUND_UPZachary T Welch1-2/+2
2009-11-13command_context_t -> struct command_contextZachary T Welch2-2/+2
2009-11-13scan_field_t -> struct scan_fieldZachary T Welch1-3/+3
2009-11-13jtag_tap_t -> struct jtag_tapZachary T Welch1-1/+1
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch1-1/+1
2009-11-11add const keyword to some APIsZachary T Welch1-2/+2
2009-11-09svf,xsvf,arm7_9_common: trim forard declarationsZachary T Welch1-9/+8
2009-11-09src/{server,pld,svf,xsvf}: remove 'extern' keywordZachary T Welch1-1/+1
2009-10-29XSVF: bugfix handling state pathsDavid Brownell1-15/+100
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