cfg: ftdi icdi enable srst open drain config
[fw/openocd] / src / pld / pld.h
2012-02-06 Spencer Oliverbuild: cleanup src/pld directory
2010-12-29 Øyvind Harboewarnings: use more 'const' for char *
2010-04-10 Antonio BorneoPLD: review scope of functions
2009-12-03 Zachary T Welchchange #include "command.h" to <helper/command.h>
2009-11-25 Zachary T Welchpld: use static registration instead of callback
2009-11-13 Zachary T Welchcommand_context_t -> struct command_context
2009-11-13 Zachary T Welchpld_device_t -> struct pld_device
2009-11-13 Zachary T Welchpld_driver_t -> struct pld_driver
2009-11-13 Zachary T Welchadd PLD_DEVICE_COMMAND_HANDLER macro
2009-11-11 Zachary T Welchadd const keyword to some APIs
2009-11-09 Zachary T Welchsrc/{server,pld,svf,xsvf}: remove 'extern' keyword
2006-11-22 drath- added a PLD (programmable logic device) subsystem...