| Commit message (Expand) | Author | Age | Files | Lines |
* | jtag: cut down on usage of unintended modification of global end state | Øyvind Harboe | 2010-03-18 | 1 | -4/+4 |
* | jtag: simplify jtag_add_plain_ir/dr_scan | Øyvind Harboe | 2010-03-08 | 1 | -3/+6 |
* | jtag: jtag_add_ir_scan() now takes a single field | Øyvind Harboe | 2010-03-08 | 1 | -1/+1 |
* | jtag: retire tap field | Øyvind Harboe | 2010-03-08 | 1 | -6/+3 |
* | *SVF: help/usage updates | David Brownell | 2010-01-08 | 1 | -2/+2 |
* | build: add build/src to include path | Øyvind Harboe | 2009-12-08 | 1 | -1/+2 |
* | remove tertiary include paths | Zachary T Welch | 2009-12-03 | 1 | -5/+1 |
* | change #include "svf.h" to <svf/svf.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | change #include "jtag.h" to <jtag/jtag.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | change #include "command.h" to <helper/command.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | allow #include directives to use module name | Zachary T Welch | 2009-12-03 | 1 | -0/+1 |
* | {,x}svf: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -5/+15 |
* | use COMMAND_REGISTER macro | Zachary T Welch | 2009-11-24 | 1 | -1/+1 |
* | command_handler: change 'cmd_ctx' to CMD_CTX | Zachary T Welch | 2009-11-17 | 1 | -7/+7 |
* | command_handler: change 'args' to CMD_ARGV | Zachary T Welch | 2009-11-17 | 1 | -8/+8 |
* | command_handler: change to 'argc' to CMD_ARGC | Zachary T Welch | 2009-11-17 | 1 | -4/+4 |
* | move ARRAY_SIZE macro to types.h | Zachary T Welch | 2009-11-16 | 1 | -1/+1 |
* | rename CEIL as DIV_ROUND_UP | Zachary T Welch | 2009-11-16 | 1 | -2/+2 |
* | command_context_t -> struct command_context | Zachary T Welch | 2009-11-13 | 2 | -2/+2 |
* | scan_field_t -> struct scan_field | Zachary T Welch | 2009-11-13 | 1 | -3/+3 |
* | jtag_tap_t -> struct jtag_tap | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | use COMMAND_HANDLER macro to define all commands | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | add const keyword to some APIs | Zachary T Welch | 2009-11-11 | 1 | -2/+2 |
* | svf,xsvf,arm7_9_common: trim forard declarations | Zachary T Welch | 2009-11-09 | 1 | -9/+8 |
* | src/{server,pld,svf,xsvf}: remove 'extern' keyword | Zachary T Welch | 2009-11-09 | 1 | -1/+1 |
* | XSVF: bugfix handling state paths | David Brownell | 2009-10-29 | 1 | -15/+100 |
* | XSVF: use svf_add_statemove() | David Brownell | 2009-10-20 | 2 | -34/+46 |
* | SVF/XSVF: comment and whitespace fixes | David Brownell | 2009-10-19 | 1 | -39/+38 |
* | Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes | oharboe | 2009-07-17 | 1 | -1/+1 |
* | Remove whitespace at end of lines, step 2. | zwelch | 2009-06-23 | 1 | -1/+1 |
* | Remove whitespace that occurs before ')'. | zwelch | 2009-06-23 | 1 | -44/+44 |
* | Remove whitespace that occurs after '('. | zwelch | 2009-06-23 | 1 | -40/+40 |
* | - Fixes '[<>]' whitespace | zwelch | 2009-06-23 | 1 | -3/+3 |
* | - Fixes '+' whitespace | zwelch | 2009-06-23 | 1 | -2/+2 |
* | - Fixes '=' whitespace | zwelch | 2009-06-23 | 1 | -2/+2 |
* | - Replace 'for(' with 'for ('. | zwelch | 2009-06-23 | 1 | -2/+2 |
* | - Replace 'switch(' with 'switch ('. | zwelch | 2009-06-23 | 1 | -2/+2 |
* | - Replace 'while(' with 'while ('. | zwelch | 2009-06-23 | 1 | -1/+1 |
* | - Replace 'if(' with 'if ('. | zwelch | 2009-06-23 | 1 | -13/+13 |
* | Finish transforming 'u32' to 'uint32_t'. | zwelch | 2009-06-18 | 1 | -4/+4 |
* | Transform 'u8' to 'uint8_t' | zwelch | 2009-06-18 | 1 | -27/+27 |
* | Fix make maintainer-clean for out-of-tree builds. | zwelch | 2009-06-09 | 1 | -1/+1 |
* | Eliminate MixedCaps symbol from public JTAG TAP API: | zwelch | 2009-06-05 | 1 | -1/+1 |
* | Rename jtag_add_end_state to jtag_set_end_state since "add" implies that | oharboe | 2009-06-04 | 1 | -4/+4 |
* | no longer use jtag_add_xxx() to set end state to TAP_DRPAUSE | oharboe | 2009-06-04 | 1 | -4/+4 |
* | Remove interface.h from public JTAG header, include it where required. | zwelch | 2009-06-03 | 1 | -1/+0 |
* | Encapsulate JTAG Cable API and interface structure, plan for new header file. | zwelch | 2009-06-01 | 1 | -0/+1 |
* | added jtag_add_statemove() helper fn(actual fn written by Dick Hollonbeck, I ... | oharboe | 2009-06-01 | 1 | -94/+9 |
* | More printf fixes stemming from format string change in r1882. | zwelch | 2009-05-23 | 1 | -2/+3 |
* | Author: Rick Altherr <kc8apf@kc8apf.net> | kc8apf | 2009-05-22 | 1 | -1/+1 |