summaryrefslogtreecommitdiff
path: root/src/pld/pld.c
Commit message (Expand)AuthorAgeFilesLines
* 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