index
:
riscv-tools/riscv-openocd.git
FE_402_fix
__archive__
add_macos_build
autoconf
bscan_optimization
bscan_tunnel
buf_sget
build32
busy
compliance_dev
debug-log-reg-failure
deinit
dmi_read
dmstatus_version
dsp5680_build
eclipse_memory_read
eclipse_multicore_fix
examine_command
examine_unavailable_harts
examine_unavailable_harts_backup
examine_unavailable_harts_rebase
examine_unavailable_harts_squash
fence_i_fix_for_release
fix-halt-reason-after-singlestep
fix_macbuild
gd32vf103
gdb_next_port
gitignore-build
global
halt_examine
haltreq
hypervisor_translate
jlink
log_output
macbuild
macro
manual_hwbp
master
mem64
mpsse_flush
multicore
new_bscan_approach
newprogram
nohartstatus
old_fixes_and_eclipse_memory_read
old_triggers
print_port
race
rbb_cleanup
regcache
regression_test_janmat_experim
release
remove-slot_t-from-riscv-013
reset_test
reverse-resume-order
riscv
riscv-batch-cleanup
riscv-compliance
riscv-compliance-dev
s2_increment
sba_tests
set_group
static
travis-nop
update_defines
us_xds110
vector2
winbuild
wip
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pld
/
pld.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-23
openocd: src: replace the GPL-2.0-or-later license tag
Antonio Borneo
1
-13
/
+2
2021-11-23
openocd: use single line for register_commands*()
Antonio Borneo
1
-2
/
+1
2021-07-20
openocd: fix simple cases of Yoda condition
Antonio Borneo
1
-2
/
+2
2021-05-01
Cleanup of config/includes.
Tim Newsome
1
-0
/
+1
2021-04-18
helper/command: pass command prefix to command registration
Antonio Borneo
1
-2
/
+1
2019-05-14
helper/command: change prototype of command_print/command_print_sameline
Antonio Borneo
1
-5
/
+5
2019-04-07
Set empty usage field for commands that do not need parameters
Antonio Borneo
1
-0
/
+1
2016-05-24
Remove FSF address from GPL notices
Marc Schink
1
-3
/
+1
2013-06-05
update files to correct FSF address
Spencer Oliver
1
-1
/
+1
2012-02-06
build: cleanup src/pld directory
Spencer Oliver
1
-44
/
+21
2012-01-18
cmd: add missing usage vars
Spencer Oliver
1
-0
/
+2
2012-01-04
Change return value on error.
Mathias K
1
-4
/
+2
2010-04-10
PLD: review scope of functions
Antonio Borneo
1
-1
/
+2
2010-01-08
PLD: usage/help updates
David Brownell
1
-10
/
+11
2009-12-03
change #include "time_support.h" to <helper/time_support.h>
Zachary T Welch
1
-1
/
+1
2009-12-03
change #include "log.h" to <helper/log.h>
Zachary T Welch
1
-1
/
+1
2009-12-02
pld: factor init to 'pld init'
Zachary T Welch
1
-0
/
+23
2009-11-24
pld: use static registration instead of callback
Zachary T Welch
1
-5
/
+10
2009-11-24
pld: use register_commands()
Zachary T Welch
1
-14
/
+39
2009-11-24
use COMMAND_REGISTER macro
Zachary T Welch
1
-4
/
+4
2009-11-17
command_handler: change 'cmd_ctx' to CMD_CTX
Zachary T Welch
1
-7
/
+7
2009-11-17
command_handler: change 'args' to CMD_ARGV
Zachary T Welch
1
-9
/
+9
2009-11-17
command_handler: change to 'argc' to CMD_ARGC
Zachary T Welch
1
-2
/
+2
2009-11-13
command_t -> struct command
Zachary T Welch
1
-1
/
+1
2009-11-13
command_context_t -> struct command_context
Zachary T Welch
1
-2
/
+2
2009-11-13
pld_device_t -> struct pld_device
Zachary T Welch
1
-7
/
+7
2009-11-13
pld_driver_t -> struct pld_driver
Zachary T Welch
1
-2
/
+2
2009-11-13
use CALL_COMMAND_HANDLER instead of direct calls
Zachary T Welch
1
-1
/
+2
2009-11-13
use COMMAND_HANDLER macro to define all commands
Zachary T Welch
1
-6
/
+3
2009-11-11
remove more useless declarations
Zachary T Welch
1
-20
/
+15
2009-11-05
Improve pld command argument parsing.
Zachary T Welch
1
-5
/
+8
2009-06-18
David Brownell <david-b@pacbell.net>:
zwelch
1
-31
/
+37
2009-05-22
Author: Rick Altherr <kc8apf@kc8apf.net>
kc8apf
1
-2
/
+2
2009-05-21
David Brownell <david-b@pacbell.net>: This patch adds annotations to
zwelch
1
-4
/
+5
2009-05-11
Audit and eliminate redundant #include directives in src/{pld,svf,xsvf}.
zwelch
1
-13
/
+0
2009-05-11
Remove redundant sys/types.h #include directives (now in types.h).
zwelch
1
-1
/
+0
2008-03-25
- rename log functions to stop conflicts under win32 (wingdi)
ntfreak
1
-4
/
+4
2007-06-16
- added mingw elf patches from Vincent Palatin
ntfreak
1
-0
/
+2
2006-11-22
- added a PLD (programmable logic device) subsystem for FPGA, CPLD etc. confi...
drath
1
-0
/
+218