]> git.sur5r.net Git - openocd/history - src/pld/pld.c
Remove FSF address from GPL notices
[openocd] / src / pld / pld.c
2016-05-24 Marc SchinkRemove FSF address from GPL notices
2013-06-05 Spencer Oliverupdate files to correct FSF address
2012-02-06 Spencer Oliverbuild: cleanup src/pld directory
2012-01-18 Spencer Olivercmd: add missing usage vars
2012-01-04 Mathias KChange return value on error.
2010-04-10 Antonio BorneoPLD: review scope of functions
2010-01-09 David BrownellPLD: usage/help updates
2009-12-03 Zachary T Welchchange #include "time_support.h" to <helper/time_support.h>
2009-12-03 Zachary T Welchchange #include "log.h" to <helper/log.h>
2009-12-02 Zachary T Welchpld: factor init to 'pld init'
2009-11-25 Zachary T Welchpld: use static registration instead of callback
2009-11-25 Zachary T Welchpld: use register_commands()
2009-11-25 Zachary T Welchuse COMMAND_REGISTER macro
2009-11-17 Zachary T Welchcommand_handler: change 'cmd_ctx' to CMD_CTX
2009-11-17 Zachary T Welchcommand_handler: change 'args' to CMD_ARGV
2009-11-17 Zachary T Welchcommand_handler: change to 'argc' to CMD_ARGC
2009-11-13 Zachary T Welchcommand_t -> struct command
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 Welchuse CALL_COMMAND_HANDLER instead of direct calls
2009-11-13 Zachary T Welchuse COMMAND_HANDLER macro to define all commands
2009-11-11 Zachary T Welchremove more useless declarations
2009-11-06 Zachary T WelchImprove pld command argument parsing.
2009-06-18 zwelchDavid Brownell <david-b@pacbell.net>:
2009-05-22 kc8apfAuthor: Rick Altherr <kc8apf@kc8apf.net>
2009-05-21 zwelchDavid Brownell <david-b@pacbell.net>: This patch adds...
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2009-05-11 zwelchRemove redundant sys/types.h #include directives (now...
2008-03-25 ntfreak- rename log functions to stop conflicts under win32...
2007-06-16 ntfreak- added mingw elf patches from Vincent Palatin
2006-11-22 drath- added a PLD (programmable logic device) subsystem...