aboutsummaryrefslogtreecommitdiff
path: root/src/pld/pld.h
AgeCommit message (Expand)AuthorFilesLines
2023-09-23jtagspi/pld: add interface to get support from pld driversDaniel Anselmi1-0/+14
2023-07-08ipdbg/pld: ipdbg can get tap and hub/ir from pld driver.Daniel Anselmi1-0/+6
2023-07-08pld: give devices a name for referencing in scriptsDaniel Anselmi1-4/+7
2023-05-18pld: move in pld.h the pld_driver's declarationAntonio Borneo1-0/+7
2022-07-23openocd: src: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2016-05-24Make #include guard naming consistentMarc Schink1-3/+3
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-9/+9
2010-12-29warnings: use more 'const' for char *Øyvind Harboe1-1/+1
2010-04-10PLD: review scope of functionsAntonio Borneo1-2/+0
2009-12-03change #include "command.h" to <helper/command.h>Zachary T Welch1-1/+1
2009-11-24pld: use static registration instead of callbackZachary T Welch1-1/+1
2009-11-13command_context_t -> struct command_contextZachary T Welch1-3/+3
2009-11-13pld_device_t -> struct pld_deviceZachary T Welch1-7/+7
2009-11-13pld_driver_t -> struct pld_driverZachary T Welch1-3/+3
2009-11-13add PLD_DEVICE_COMMAND_HANDLER macroZachary T Welch1-1/+6
2009-11-11add const keyword to some APIsZachary T Welch1-1/+1
2009-11-09src/{server,pld,svf,xsvf}: remove 'extern' keywordZachary T Welch1-3/+5
2006-11-22- added a PLD (programmable logic device) subsystem for FPGA, CPLD etc. confi...drath1-0/+49