| Commit message (Expand) | Author | Age | Files | Lines |
* | PLD: usage/help updates | David Brownell | 2010-01-08 | 1 | -10/+11 |
* | change #include "time_support.h" to <helper/time_support.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | change #include "log.h" to <helper/log.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | pld: factor init to 'pld init' | Zachary T Welch | 2009-12-02 | 1 | -0/+23 |
* | pld: use static registration instead of callback | Zachary T Welch | 2009-11-24 | 1 | -5/+10 |
* | pld: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -14/+39 |
* | use COMMAND_REGISTER macro | Zachary T Welch | 2009-11-24 | 1 | -4/+4 |
* | 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 | -9/+9 |
* | command_handler: change to 'argc' to CMD_ARGC | Zachary T Welch | 2009-11-17 | 1 | -2/+2 |
* | command_t -> struct command | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | command_context_t -> struct command_context | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | pld_device_t -> struct pld_device | Zachary T Welch | 2009-11-13 | 1 | -7/+7 |
* | pld_driver_t -> struct pld_driver | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | use CALL_COMMAND_HANDLER instead of direct calls | Zachary T Welch | 2009-11-13 | 1 | -1/+2 |
* | use COMMAND_HANDLER macro to define all commands | Zachary T Welch | 2009-11-13 | 1 | -6/+3 |
* | remove more useless declarations | Zachary T Welch | 2009-11-11 | 1 | -20/+15 |
* | Improve pld command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -5/+8 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-18 | 1 | -31/+37 |
* | 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 |
* | Audit and eliminate redundant #include directives in src/{pld,svf,xsvf}. | zwelch | 2009-05-11 | 1 | -13/+0 |
* | Remove redundant sys/types.h #include directives (now in types.h). | zwelch | 2009-05-11 | 1 | -1/+0 |
* | - rename log functions to stop conflicts under win32 (wingdi) | ntfreak | 2008-03-25 | 1 | -4/+4 |
* | - added mingw elf patches from Vincent Palatin | ntfreak | 2007-06-16 | 1 | -0/+2 |
* | - added a PLD (programmable logic device) subsystem for FPGA, CPLD etc. confi... | drath | 2006-11-22 | 1 | -0/+218 |