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
/
xsvf
/
xsvf.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
-8
/
+8
2009-11-17
command_handler: change to 'argc' to CMD_ARGC
Zachary T Welch
1
-4
/
+4
2009-11-16
move ARRAY_SIZE macro to types.h
Zachary T Welch
1
-1
/
+1
2009-11-16
rename CEIL as DIV_ROUND_UP
Zachary T Welch
1
-2
/
+2
2009-11-13
command_context_t -> struct command_context
Zachary T Welch
1
-1
/
+1
2009-11-13
scan_field_t -> struct scan_field
Zachary T Welch
1
-3
/
+3
2009-11-13
jtag_tap_t -> struct jtag_tap
Zachary T Welch
1
-1
/
+1
2009-11-13
use COMMAND_HANDLER macro to define all commands
Zachary T Welch
1
-1
/
+1
2009-11-11
add const keyword to some APIs
Zachary T Welch
1
-2
/
+2
2009-11-09
svf,xsvf,arm7_9_common: trim forard declarations
Zachary T Welch
1
-9
/
+8
2009-10-29
XSVF: bugfix handling state paths
David Brownell
1
-15
/
+100
2009-10-20
XSVF: use svf_add_statemove()
David Brownell
1
-34
/
+45
2009-10-19
SVF/XSVF: comment and whitespace fixes
David Brownell
1
-39
/
+38
2009-07-17
Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes
oharboe
1
-1
/
+1
2009-06-23
Remove whitespace at end of lines, step 2.
zwelch
1
-1
/
+1
2009-06-23
Remove whitespace that occurs before ')'.
zwelch
1
-44
/
+44
2009-06-23
Remove whitespace that occurs after '('.
zwelch
1
-40
/
+40
2009-06-23
- Fixes '[<>]' whitespace
zwelch
1
-3
/
+3
2009-06-23
- Fixes '+' whitespace
zwelch
1
-2
/
+2
2009-06-23
- Fixes '=' whitespace
zwelch
1
-2
/
+2
2009-06-23
- Replace 'for(' with 'for ('.
zwelch
1
-2
/
+2
2009-06-23
- Replace 'switch(' with 'switch ('.
zwelch
1
-2
/
+2
2009-06-23
- Replace 'while(' with 'while ('.
zwelch
1
-1
/
+1
2009-06-23
- Replace 'if(' with 'if ('.
zwelch
1
-13
/
+13
2009-06-18
Finish transforming 'u32' to 'uint32_t'.
zwelch
1
-4
/
+4
2009-06-18
Transform 'u8' to 'uint8_t'
zwelch
1
-27
/
+27
2009-06-05
Eliminate MixedCaps symbol from public JTAG TAP API:
zwelch
1
-1
/
+1
2009-06-04
Rename jtag_add_end_state to jtag_set_end_state since "add" implies that
oharboe
1
-4
/
+4
2009-06-04
no longer use jtag_add_xxx() to set end state to TAP_DRPAUSE
oharboe
1
-4
/
+4
2009-06-03
Remove interface.h from public JTAG header, include it where required.
zwelch
1
-1
/
+0
2009-06-01
Encapsulate JTAG Cable API and interface structure, plan for new header file.
zwelch
1
-0
/
+1
2009-06-01
added jtag_add_statemove() helper fn(actual fn written by Dick Hollonbeck, I ...
oharboe
1
-94
/
+9
2009-05-23
More printf fixes stemming from format string change in r1882.
zwelch
1
-2
/
+3
2009-05-22
Author: Rick Altherr <kc8apf@kc8apf.net>
kc8apf
1
-1
/
+1
2009-05-12
Include assert.h in system.h to promote tree-wide use of assertions.
zwelch
1
-2
/
+0
2009-05-11
Audit and eliminate redundant #include directives in src/{pld,svf,xsvf}.
zwelch
1
-12
/
+1
2009-05-11
Remove redundant sys/types.h #include directives (now in types.h).
zwelch
1
-1
/
+0
2009-05-08
in_handler in_check_mask and in_check_value now removed from field. Last big ...
oharboe
1
-1
/
+1
2009-05-08
retire jtag_set_check_value
oharboe
1
-10
/
+15
2009-05-06
Dick Hollenbeck <dick@softplc.com> part deux of previous changes just committed.
oharboe
1
-18
/
+83
2009-05-06
Dick Hollenbeck <dick@softplc.com> simplifies XSTATE handling, and protects a...
oharboe
1
-88
/
+30
2009-05-06
remove unecessary setting of deprecated fields to NULL
oharboe
1
-3
/
+3
2009-05-06
retire out_mask - not used anywhere
oharboe
1
-3
/
+3
2009-04-21
Zach Welch <zw@superlucidity.net> fix -Wformat-security warnings (1 of 4)
oharboe
1
-1
/
+1
2009-04-19
Zach Welch <zw@superlucidity.net> fix -Werror warnings
oharboe
1
-1
/
+1
2009-04-14
Dick Hollenbeck <dick@softplc.com> work in progress
oharboe
1
-519
/
+514
2009-02-10
Use C89/C99/C++ compliant boolean types
kc8apf
1
-2
/
+2
2009-02-03
- Cable driver helper API courtesy of Dick Hollenbeck <dick@softplc.com>
kc8apf
1
-15
/
+15
2009-01-23
xvsf player fixes by Dick Hollenbeck <dick@softplc.com>
kc8apf
1
-13
/
+61
[next]