summaryrefslogtreecommitdiff
path: root/src/pld/pld.c
Commit message (Expand)AuthorAgeFilesLines
* PLD: review scope of functionsAntonio Borneo2010-04-101-1/+2
* PLD: usage/help updatesDavid Brownell2010-01-081-10/+11
* change #include "time_support.h" to <helper/time_support.h>Zachary T Welch2009-12-031-1/+1
* change #include "log.h" to <helper/log.h>Zachary T Welch2009-12-031-1/+1
* pld: factor init to 'pld init'Zachary T Welch2009-12-021-0/+23
* pld: use static registration instead of callbackZachary T Welch2009-11-241-5/+10
* pld: use register_commands()Zachary T Welch2009-11-241-14/+39
* use COMMAND_REGISTER macroZachary T Welch2009-11-241-4/+4
* 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-9/+9
* command_handler: change to 'argc' to CMD_ARGCZachary T Welch2009-11-171-2/+2
* command_t -> struct commandZachary T Welch2009-11-131-1/+1
* command_context_t -> struct command_contextZachary T Welch2009-11-131-2/+2
* pld_device_t -> struct pld_deviceZachary T Welch2009-11-131-7/+7
* pld_driver_t -> struct pld_driverZachary T Welch2009-11-131-2/+2
* use CALL_COMMAND_HANDLER instead of direct callsZachary T Welch2009-11-131-1/+2
* use COMMAND_HANDLER macro to define all commandsZachary T Welch2009-11-131-6/+3
* remove more useless declarationsZachary T Welch2009-11-111-20/+15
* Improve pld command argument parsing.Zachary T Welch2009-11-051-5/+8
* David Brownell <david-b@pacbell.net>:zwelch2009-06-181-31/+37
* Author: Rick Altherr <kc8apf@kc8apf.net>kc8apf2009-05-221-2/+2
* David Brownell <david-b@pacbell.net>: This patch adds annotations tozwelch2009-05-211-4/+5
* Audit and eliminate redundant #include directives in src/{pld,svf,xsvf}.zwelch2009-05-111-13/+0
* Remove redundant sys/types.h #include directives (now in types.h).zwelch2009-05-111-1/+0
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-251-4/+4
* - added mingw elf patches from Vincent Palatinntfreak2007-06-161-0/+2
* - added a PLD (programmable logic device) subsystem for FPGA, CPLD etc. confi...drath2006-11-221-0/+218