| Commit message (Expand) | Author | Age | Files | Lines |
* | add PLD_DEVICE_COMMAND_HANDLER macro | Zachary T Welch | 2009-11-13 | 2 | -4/+9 |
* | use COMMAND_HANDLER macro to define all commands | Zachary T Welch | 2009-11-13 | 2 | -8/+4 |
* | remove more useless declarations | Zachary T Welch | 2009-11-11 | 2 | -42/+34 |
* | add const keyword to some APIs | Zachary T Welch | 2009-11-11 | 4 | -4/+4 |
* | src/{server,pld,svf,xsvf}: remove 'extern' keyword | Zachary T Welch | 2009-11-09 | 1 | -3/+5 |
* | Improve pld command argument parsing. | Zachary T Welch | 2009-11-05 | 2 | -6/+11 |
* | - Replace '){' with ') {'. | zwelch | 2009-06-23 | 1 | -1/+1 |
* | Remove whitespace that occurs before ')'. | zwelch | 2009-06-23 | 1 | -1/+1 |
* | Remove whitespace that occurs after '('. | zwelch | 2009-06-23 | 1 | -1/+1 |
* | - Fixes '=' whitespace | zwelch | 2009-06-23 | 1 | -1/+1 |
* | C99 printf() -Werror fixes | duane | 2009-06-21 | 2 | -3/+3 |
* | fix jtag_add_callback() args. The first argument is nothing special, it's jus... | oharboe | 2009-06-19 | 1 | -2/+3 |
* | Finish transforming 'u32' to 'uint32_t'. | zwelch | 2009-06-18 | 3 | -9/+9 |
* | Transform 'u8' to 'uint8_t' | zwelch | 2009-06-18 | 3 | -12/+12 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-18 | 3 | -77/+77 |
* | 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 | -8/+8 |
* | no longer use jtag_add_xxx() to set end state to TAP_DRPAUSE | oharboe | 2009-06-04 | 1 | -3/+3 |
* | no longer use jtag_add_xxx() to set end state to TAP_IDLE. Same must be done ... | oharboe | 2009-06-04 | 1 | -3/+3 |
* | Author: Rick Altherr <kc8apf@kc8apf.net> | kc8apf | 2009-05-22 | 1 | -2/+2 |
* | David Brownell <david-b@pacbell.net>: This patch adds annotations to | zwelch | 2009-05-21 | 1 | -4/+5 |
* | switch to jtag_add_dr_scan() from the synchronous version - USB performance fix | oharboe | 2009-05-11 | 1 | -4/+11 |
* | Audit and eliminate redundant #include directives in src/{pld,svf,xsvf}. | zwelch | 2009-05-11 | 4 | -30/+2 |
* | Remove redundant sys/types.h #include directives (now in types.h). | zwelch | 2009-05-11 | 2 | -2/+0 |
* | Extend autotools build to create shared library libopenocd with libtool: | zwelch | 2009-05-10 | 1 | -2/+2 |
* | in_handler in_check_mask and in_check_value now removed from field. Last big ... | oharboe | 2009-05-08 | 1 | -4/+2 |
* | remove in_handler usage | oharboe | 2009-05-07 | 1 | -10/+6 |
* | remove unecessary setting of deprecated fields to NULL | oharboe | 2009-05-06 | 1 | -13/+8 |
* | retire out_mask - not used anywhere | oharboe | 2009-05-06 | 1 | -4/+2 |
* | mark usage of in_handler that can be converted into user code | oharboe | 2009-05-05 | 1 | -1/+1 |
* | Update autotools scripts to require automake 1.6. The configure.in script | zwelch | 2009-05-02 | 1 | -1/+5 |
* | Zach Welch <zw@superlucidity.net> fix -Werror warnings | oharboe | 2009-04-19 | 2 | -2/+2 |
* | Fix 'make maintainer-clean' courtesy of Zach Welch <zw@superlucidity.net> | kc8apf | 2009-01-20 | 1 | -0/+2 |
* | Change tap_state naming to be consistent with SVF documentation. | kc8apf | 2008-12-13 | 1 | -8/+8 |
* | jtag newtap change & huge manual update | duane | 2008-11-30 | 2 | -21/+28 |
* | jtag_get_device() now returns NULL and reports error instead of invoking exit() | oharboe | 2008-11-19 | 1 | -37/+39 |
* | Pavel pointed out that jtag_add_tlr() is better than jtag_add_tms(). | oharboe | 2008-04-08 | 1 | -2/+2 |
* | make jtag_add_statemove() internal to the driver. | oharboe | 2008-03-31 | 1 | -2/+2 |
* | - rename log functions to stop conflicts under win32 (wingdi) | ntfreak | 2008-03-25 | 3 | -13/+13 |
* | - convert all files to unix line-ending | drath | 2008-02-25 | 1 | -264/+264 |
* | From Michael Bruck | oharboe | 2008-02-25 | 1 | -264/+264 |
* | - added patch "remove error handler as planned" | mifi | 2008-01-20 | 1 | -1/+1 |
* | - added mingw elf patches from Vincent Palatin | ntfreak | 2007-06-16 | 1 | -0/+2 |
* | - added support for error handlers to JTAG scan commands (jtag_[plain_][ir|dr... | drath | 2007-04-25 | 1 | -4/+4 |
* | - fixed arm926 cp15 command bug (thanks to Vincent Palatin for this patch) | drath | 2007-03-26 | 1 | -2/+1 |
* | - added a PLD (programmable logic device) subsystem for FPGA, CPLD etc. confi... | drath | 2006-11-22 | 7 | -0/+751 |