aboutsummaryrefslogtreecommitdiff
path: root/src/pld/pld.c
AgeCommit message (Expand)Author
2013-06-05update files to correct FSF addressSpencer Oliver
2012-02-06build: cleanup src/pld directorySpencer Oliver
2012-01-18cmd: add missing usage varsSpencer Oliver
2012-01-04Change return value on error.Mathias K
2010-04-10PLD: review scope of functionsAntonio Borneo
2010-01-08PLD: usage/help updatesDavid Brownell
2009-12-03change #include "time_support.h" to <helper/time_support.h>Zachary T Welch
2009-12-03change #include "log.h" to <helper/log.h>Zachary T Welch
2009-12-02pld: factor init to 'pld init'Zachary T Welch
2009-11-24pld: use static registration instead of callbackZachary T Welch
2009-11-24pld: use register_commands()Zachary T Welch
2009-11-24use COMMAND_REGISTER macroZachary T Welch
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch
2009-11-13command_t -> struct commandZachary T Welch
2009-11-13command_context_t -> struct command_contextZachary T Welch
2009-11-13pld_device_t -> struct pld_deviceZachary T Welch
2009-11-13pld_driver_t -> struct pld_driverZachary T Welch
2009-11-13use CALL_COMMAND_HANDLER instead of direct callsZachary T Welch
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch
2009-11-11remove more useless declarationsZachary T Welch
2009-11-05Improve pld command argument parsing.Zachary T Welch
2009-06-18David Brownell <david-b@pacbell.net>:zwelch
2009-05-22Author: Rick Altherr <kc8apf@kc8apf.net>kc8apf
2009-05-21David Brownell <david-b@pacbell.net>: This patch adds annotations tozwelch
2009-05-11Audit and eliminate redundant #include directives in src/{pld,svf,xsvf}.zwelch
2009-05-11Remove redundant sys/types.h #include directives (now in types.h).zwelch
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak
2007-06-16- added mingw elf patches from Vincent Palatinntfreak
2006-11-22- added a PLD (programmable logic device) subsystem for FPGA, CPLD etc. confi...drath