aboutsummaryrefslogtreecommitdiff
path: root/src/pld/pld.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo1-1/+1
2022-07-23openocd: src: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2021-11-23openocd: use single line for register_commands*()Antonio Borneo1-2/+1
2021-07-20openocd: fix simple cases of Yoda conditionAntonio Borneo1-2/+2
2021-05-01Cleanup of config/includes.Tim Newsome1-0/+1
2021-04-18helper/command: pass command prefix to command registrationAntonio Borneo1-2/+1
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-5/+5
2019-04-07Set empty usage field for commands that do not need parametersAntonio Borneo1-0/+1
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-02-06build: cleanup src/pld directorySpencer Oliver1-44/+21
2012-01-18cmd: add missing usage varsSpencer Oliver1-0/+2
2012-01-04Change return value on error.Mathias K1-4/+2
2010-04-10PLD: review scope of functionsAntonio Borneo1-1/+2
2010-01-08PLD: usage/help updatesDavid Brownell1-10/+11
2009-12-03change #include "time_support.h" to <helper/time_support.h>Zachary T Welch1-1/+1
2009-12-03change #include "log.h" to <helper/log.h>Zachary T Welch1-1/+1
2009-12-02pld: factor init to 'pld init'Zachary T Welch1-0/+23
2009-11-24pld: use static registration instead of callbackZachary T Welch1-5/+10
2009-11-24pld: use register_commands()Zachary T Welch1-14/+39
2009-11-24use COMMAND_REGISTER macroZachary T Welch1-4/+4
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch1-7/+7
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch1-9/+9
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch1-2/+2
2009-11-13command_t -> struct commandZachary T Welch1-1/+1
2009-11-13command_context_t -> struct command_contextZachary T Welch1-2/+2
2009-11-13pld_device_t -> struct pld_deviceZachary T Welch1-7/+7
2009-11-13pld_driver_t -> struct pld_driverZachary T Welch1-2/+2
2009-11-13use CALL_COMMAND_HANDLER instead of direct callsZachary T Welch1-1/+2
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch1-6/+3
2009-11-11remove more useless declarationsZachary T Welch1-20/+15
2009-11-05Improve pld command argument parsing.Zachary T Welch1-5/+8
2009-06-18David Brownell <david-b@pacbell.net>:zwelch1-31/+37
2009-05-22Author: Rick Altherr <kc8apf@kc8apf.net>kc8apf1-2/+2
2009-05-21David Brownell <david-b@pacbell.net>: This patch adds annotations tozwelch1-4/+5
2009-05-11Audit and eliminate redundant #include directives in src/{pld,svf,xsvf}.zwelch1-13/+0
2009-05-11Remove redundant sys/types.h #include directives (now in types.h).zwelch1-1/+0
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak1-4/+4
2007-06-16- added mingw elf patches from Vincent Palatinntfreak1-0/+2
2006-11-22- added a PLD (programmable logic device) subsystem for FPGA, CPLD etc. confi...drath1-0/+218