index
:
OpenOCD
master
mips-hack
mips-hack-upstream
qorivva
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pld
/
pld.c
Age
Commit message (
Expand
)
Author
2012-02-06
build: cleanup src/pld directory
Spencer Oliver
2012-01-18
cmd: add missing usage vars
Spencer Oliver
2012-01-04
Change return value on error.
Mathias K
2010-04-10
PLD: review scope of functions
Antonio Borneo
2010-01-08
PLD: usage/help updates
David Brownell
2009-12-03
change #include "time_support.h" to <helper/time_support.h>
Zachary T Welch
2009-12-03
change #include "log.h" to <helper/log.h>
Zachary T Welch
2009-12-02
pld: factor init to 'pld init'
Zachary T Welch
2009-11-24
pld: use static registration instead of callback
Zachary T Welch
2009-11-24
pld: use register_commands()
Zachary T Welch
2009-11-24
use COMMAND_REGISTER macro
Zachary T Welch
2009-11-17
command_handler: change 'cmd_ctx' to CMD_CTX
Zachary T Welch
2009-11-17
command_handler: change 'args' to CMD_ARGV
Zachary T Welch
2009-11-17
command_handler: change to 'argc' to CMD_ARGC
Zachary T Welch
2009-11-13
command_t -> struct command
Zachary T Welch
2009-11-13
command_context_t -> struct command_context
Zachary T Welch
2009-11-13
pld_device_t -> struct pld_device
Zachary T Welch
2009-11-13
pld_driver_t -> struct pld_driver
Zachary T Welch
2009-11-13
use CALL_COMMAND_HANDLER instead of direct calls
Zachary T Welch
2009-11-13
use COMMAND_HANDLER macro to define all commands
Zachary T Welch
2009-11-11
remove more useless declarations
Zachary T Welch
2009-11-05
Improve pld command argument parsing.
Zachary T Welch
2009-06-18
David Brownell <david-b@pacbell.net>:
zwelch
2009-05-22
Author: Rick Altherr <kc8apf@kc8apf.net>
kc8apf
2009-05-21
David Brownell <david-b@pacbell.net>: This patch adds annotations to
zwelch
2009-05-11
Audit and eliminate redundant #include directives in src/{pld,svf,xsvf}.
zwelch
2009-05-11
Remove 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 Palatin
ntfreak
2006-11-22
- added a PLD (programmable logic device) subsystem for FPGA, CPLD etc. confi...
drath