summaryrefslogtreecommitdiff
path: root/src/xsvf
Commit message (Expand)AuthorAgeFilesLines
* nit: do not add \n at end of LOG_ERROREric Wetzel2011-01-051-9/+9
* build: add common.mkSpencer Oliver2010-11-181-3/+1
* xsvf: Fix shadow issues on MacEdgar Grimberg2010-06-221-6/+6
* jtag: do not use jtag_get_error()Øyvind Harboe2010-06-211-1/+1
* xsvf: -Wshadow warning fixesØyvind Harboe2010-06-161-2/+0
* jtag: cut down on usage of unintended modification of global end stateØyvind Harboe2010-03-181-4/+4
* jtag: simplify jtag_add_plain_ir/dr_scanØyvind Harboe2010-03-081-3/+6
* jtag: jtag_add_ir_scan() now takes a single fieldØyvind Harboe2010-03-081-1/+1
* jtag: retire tap fieldØyvind Harboe2010-03-081-6/+3
* *SVF: help/usage updatesDavid Brownell2010-01-081-2/+2
* build: add build/src to include pathØyvind Harboe2009-12-081-1/+2
* remove tertiary include pathsZachary T Welch2009-12-031-5/+1
* change #include "svf.h" to <svf/svf.h>Zachary T Welch2009-12-031-1/+1
* change #include "jtag.h" to <jtag/jtag.h>Zachary T Welch2009-12-031-1/+1
* change #include "command.h" to <helper/command.h>Zachary 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/+15
* use COMMAND_REGISTER macroZachary T Welch2009-11-241-1/+1
* command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch2009-11-171-7/+7
* command_handler: change 'args' to CMD_ARGVZachary T Welch2009-11-171-8/+8
* command_handler: change to 'argc' to CMD_ARGCZachary T Welch2009-11-171-4/+4
* move ARRAY_SIZE macro to types.hZachary T Welch2009-11-161-1/+1
* rename CEIL as DIV_ROUND_UPZachary T Welch2009-11-161-2/+2
* command_context_t -> struct command_contextZachary T Welch2009-11-132-2/+2
* scan_field_t -> struct scan_fieldZachary T Welch2009-11-131-3/+3
* jtag_tap_t -> struct jtag_tapZachary T Welch2009-11-131-1/+1
* use COMMAND_HANDLER macro to define all commandsZachary T Welch2009-11-131-1/+1
* add const keyword to some APIsZachary T Welch2009-11-111-2/+2
* svf,xsvf,arm7_9_common: trim forard declarationsZachary T Welch2009-11-091-9/+8
* src/{server,pld,svf,xsvf}: remove 'extern' keywordZachary T Welch2009-11-091-1/+1
* XSVF: bugfix handling state pathsDavid Brownell2009-10-291-15/+100
* XSVF: use svf_add_statemove()David Brownell2009-10-202-34/+46
* SVF/XSVF: comment and whitespace fixesDavid Brownell2009-10-191-39/+38
* Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe2009-07-171-1/+1
* Remove whitespace at end of lines, step 2.zwelch2009-06-231-1/+1
* Remove whitespace that occurs before ')'.zwelch2009-06-231-44/+44
* Remove whitespace that occurs after '('.zwelch2009-06-231-40/+40
* - Fixes '[<>]' whitespacezwelch2009-06-231-3/+3
* - Fixes '+' whitespacezwelch2009-06-231-2/+2
* - Fixes '=' whitespacezwelch2009-06-231-2/+2
* - Replace 'for(' with 'for ('.zwelch2009-06-231-2/+2
* - Replace 'switch(' with 'switch ('.zwelch2009-06-231-2/+2
* - Replace 'while(' with 'while ('.zwelch2009-06-231-1/+1
* - Replace 'if(' with 'if ('.zwelch2009-06-231-13/+13
* Finish transforming 'u32' to 'uint32_t'.zwelch2009-06-181-4/+4
* Transform 'u8' to 'uint8_t'zwelch2009-06-181-27/+27
* Fix make maintainer-clean for out-of-tree builds.zwelch2009-06-091-1/+1
* Eliminate MixedCaps symbol from public JTAG TAP API:zwelch2009-06-051-1/+1
* Rename jtag_add_end_state to jtag_set_end_state since "add" implies thatoharboe2009-06-041-4/+4
* no longer use jtag_add_xxx() to set end state to TAP_DRPAUSEoharboe2009-06-041-4/+4