summaryrefslogtreecommitdiff
path: root/src/xsvf
Commit message (Expand)AuthorAgeFilesLines
* *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
* Remove interface.h from public JTAG header, include it where required.zwelch2009-06-031-1/+0
* Encapsulate JTAG Cable API and interface structure, plan for new header file.zwelch2009-06-011-0/+1
* added jtag_add_statemove() helper fn(actual fn written by Dick Hollonbeck, I ...oharboe2009-06-011-94/+9
* More printf fixes stemming from format string change in r1882.zwelch2009-05-231-2/+3
* Author: Rick Altherr <kc8apf@kc8apf.net>kc8apf2009-05-221-1/+1
* Include assert.h in system.h to promote tree-wide use of assertions.zwelch2009-05-121-2/+0
* Audit and eliminate redundant #include directives in src/{pld,svf,xsvf}.zwelch2009-05-111-12/+1
* Remove redundant sys/types.h #include directives (now in types.h).zwelch2009-05-111-1/+0
* Extend autotools build to create shared library libopenocd with libtool:zwelch2009-05-101-2/+2