| Commit message (Expand) | Author | Age | Files | Lines |
* | Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes | oharboe | 2009-07-17 | 1 | -1/+1 |
* | Refactor code, create target_state_name() | duane | 2009-06-28 | 1 | -2/+2 |
* | Remove whitespace that occurs before ')'. | zwelch | 2009-06-23 | 1 | -3/+3 |
* | Remove whitespace that occurs after '('. | zwelch | 2009-06-23 | 1 | -3/+3 |
* | - Fixes '[|]' whitespace | zwelch | 2009-06-23 | 1 | -1/+1 |
* | - Fixes '+' whitespace | zwelch | 2009-06-23 | 1 | -12/+12 |
* | - Fixes '=' whitespace | zwelch | 2009-06-23 | 1 | -39/+39 |
* | - 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 | -33/+33 |
* | - Replace 'for(' with 'for ('. | zwelch | 2009-06-23 | 1 | -2/+2 |
* | - Replace 'switch(' with 'switch ('. | zwelch | 2009-06-23 | 1 | -1/+1 |
* | - Replace 'if(' with 'if ('. | zwelch | 2009-06-23 | 1 | -9/+9 |
* | C99 printf() -Werror fixes | duane | 2009-06-21 | 1 | -22/+22 |
* | fix jtag_add_callback() args. The first argument is nothing special, it's jus... | oharboe | 2009-06-19 | 1 | -2/+3 |
* | Transform 'u32' to 'uint32_t' in src/target | zwelch | 2009-06-18 | 1 | -74/+74 |
* | Transform 'u8' to 'uint8_t' in src/target | zwelch | 2009-06-18 | 1 | -58/+58 |
* | Rename jtag_add_end_state to jtag_set_end_state since "add" implies that | oharboe | 2009-06-04 | 1 | -17/+17 |
* | Introduce jtag_get_end_state() fn to clarify code a bit. | oharboe | 2009-06-04 | 1 | -8/+8 |
* | no longer use jtag_add_xxx() to set end state to TAP_IDLE. Same must be done ... | oharboe | 2009-06-04 | 1 | -7/+7 |
* | remove TAP_INVALID as argument to jtag_add_xxx() fn's | oharboe | 2009-06-04 | 1 | -8/+8 |
* | Final step in isolating target_type_s structure: | zwelch | 2009-05-31 | 1 | -1/+1 |
* | First step in hiding target_type_s from public interface: | zwelch | 2009-05-31 | 1 | -0/+1 |
* | Add target_write_memory wrapper: | zwelch | 2009-05-31 | 1 | -2/+2 |
* | Add target_read_memory wrapper: | zwelch | 2009-05-31 | 1 | -2/+2 |
* | Consolidate target selection code into single get_target() that handles both ... | kc8apf | 2009-05-18 | 1 | -4/+5 |
* | USB performance regression fix | oharboe | 2009-05-11 | 1 | -9/+11 |
* | switch to jtag_add_callback() - USB performance fix | oharboe | 2009-05-11 | 1 | -14/+20 |
* | Audit and eliminate redundant #include directives in other target files. | zwelch | 2009-05-11 | 1 | -18/+1 |
* | Remove redundant sys/types.h #include directives (now in types.h). | zwelch | 2009-05-11 | 1 | -1/+0 |
* | in_handler in_check_mask and in_check_value now removed from field. Last big ... | oharboe | 2009-05-08 | 1 | -9/+9 |
* | retire jtag_set_check_value | oharboe | 2009-05-08 | 1 | -44/+35 |
* | remove in_handler usage | oharboe | 2009-05-07 | 1 | -51/+47 |
* | Fix pointer cast alignment warning in XScale miniIC loader parity calc. | zwelch | 2009-05-06 | 1 | -1/+5 |
* | remove unecessary setting of deprecated fields to NULL | oharboe | 2009-05-06 | 1 | -27/+27 |
* | retire out_mask - not used anywhere | oharboe | 2009-05-06 | 1 | -20/+20 |
* | mark usage of in_handler that can be converted into user code | oharboe | 2009-05-05 | 1 | -2/+2 |
* | Mariano Alvira <mar@devl.org> fixes warnings | oharboe | 2009-05-04 | 1 | -1/+1 |
* | Zach Welch <zw@superlucidity.net> fix -Werror warnings | oharboe | 2009-04-19 | 1 | -3/+3 |
* | The following patches was applied: | mifi | 2009-04-18 | 1 | -8/+8 |
* | - remove build warnings | ntfreak | 2009-03-17 | 1 | -3/+4 |
* | - Cable driver helper API courtesy of Dick Hollenbeck <dick@softplc.com> | kc8apf | 2009-02-03 | 1 | -3/+3 |
* | - remove target specific variant and use target->variant member | ntfreak | 2008-12-13 | 1 | -16/+1 |
* | Change tap_state naming to be consistent with SVF documentation. | kc8apf | 2008-12-13 | 1 | -32/+32 |
* | Karl Beldan <karl.beldan@gmail.com> - The ibcr count for hw instruction break... | oharboe | 2008-12-05 | 1 | -4/+5 |
* | Karl Beldan <karl.beldan@gmail.com> - fix vector_catch command | oharboe | 2008-12-04 | 1 | -1/+1 |
* | jtag newtap change & huge manual update | duane | 2008-11-30 | 1 | -40/+39 |
* | jtag_get_device() now returns NULL and reports error instead of invoking exit() | oharboe | 2008-11-19 | 1 | -0/+2 |
* | error checking - no reported errors, but catched a couple of exit()'s and con... | oharboe | 2008-11-19 | 1 | -37/+37 |
* | more error handling and removed force breakpoints as that is handled by a mor... | oharboe | 2008-11-02 | 1 | -87/+79 |