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
/
helper
/
binarybuffer.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-23
openocd: src/helper: replace the GPL-2.0-or-later license tag
Antonio Borneo
1
-13
/
+2
2020-09-05
Fix debug prints when loading to flash
Samuel Obuch
1
-1
/
+1
2020-03-07
helper/binarybuffer: fix clang static analyzer warnings
Tomas Vanek
1
-0
/
+2
2019-04-10
fix for sanitizer errors in left shifts
Mete Balci
1
-1
/
+1
2016-12-08
helper: Code cleanup for hexify()
Marc Schink
1
-1
/
+1
2016-10-17
helper: Make unhexify() robust on invalid data
Marc Schink
1
-1
/
+1
2016-05-24
Make #include guard naming consistent
Marc Schink
1
-3
/
+3
2016-05-24
Remove FSF address from GPL notices
Marc Schink
1
-3
/
+1
2015-01-30
Use (uint8_t *) for buf_(set|get)_u(32|64) instead of (void *)
Paul Fertser
1
-4
/
+4
2013-10-31
binarybuffer: Remove unnecessary cast and fix hidden "bug"
Andreas Fritiofson
1
-4
/
+4
2013-09-26
Add new target type: OpenRISC
Franck Jullien
1
-0
/
+1
2013-07-01
Add support for 64 bit parameter to irscan
Evan Hunter
1
-0
/
+78
2013-06-05
update files to correct FSF address
Spencer Oliver
1
-1
/
+1
2012-12-23
icdi: add TI icdi interface
Spencer Oliver
1
-0
/
+5
2012-07-06
Add a bit-level transfer queue
Andreas Fritiofson
1
-1
/
+28
2012-05-21
build: add helper/types.h to config.h
Spencer Oliver
1
-2
/
+0
2012-02-06
build: cleanup src/helper directory
Spencer Oliver
1
-15
/
+14
2009-12-03
change #include "types.h" to <helper/types.h>
Zachary T Welch
1
-1
/
+1
2009-11-16
binarybuffer: regression fix
David Brownell
1
-2
/
+4
2009-11-16
rename CEIL as DIV_ROUND_UP
Zachary T Welch
1
-2
/
+0
2009-11-16
binarybuffer: add API documentation
Zachary T Welch
1
-3
/
+41
2009-11-16
improve inline binarybuffer helpers
Zachary T Welch
1
-7
/
+8
2009-11-16
improve buf_set_buf helper
Zachary T Welch
1
-2
/
+2
2009-11-16
improve buf_set_ones
Zachary T Welch
1
-1
/
+2
2009-11-16
improve buf_cpy helper
Zachary T Welch
1
-1
/
+2
2009-11-16
improve buf_cmp and buf_cmp_mask helpers
Zachary T Welch
1
-3
/
+3
2009-11-16
improve str_to_buf and buf_to_str helpers
Zachary T Welch
1
-3
/
+3
2009-11-16
binarybuffer: move variables to point of first use
Zachary T Welch
1
-4
/
+2
2009-11-16
binarybuffer: fix whitespace related issues
Zachary T Welch
1
-20
/
+15
2009-11-14
remove unused buf_to_u32_handler
Zachary T Welch
1
-3
/
+0
2009-11-14
struct scan_field_s -> struct scan_field
Zachary T Welch
1
-2
/
+2
2009-11-09
src/helper: wrap and clean headers.
Zachary T Welch
1
-19
/
+23
2009-09-26
Updates to the initial scanchain validation code:
dbrownell
1
-1
/
+1
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
-3
/
+3
2009-06-23
- Fixes '[<>]' whitespace
zwelch
1
-2
/
+2
2009-06-23
- Fixes '[|]' whitespace
zwelch
1
-1
/
+1
2009-06-23
- Fixes '+' whitespace
zwelch
1
-2
/
+2
2009-06-23
- Fixes '=' whitespace
zwelch
1
-2
/
+2
2009-06-23
- Fixes '==' whitespace
zwelch
1
-2
/
+2
2009-06-23
- Fixes '<<' whitespace
zwelch
1
-1
/
+1
2009-06-23
- Fixes '>>' whitespace
zwelch
1
-4
/
+4
2009-06-23
- Fixes '&&' whitespace
zwelch
1
-2
/
+2
2009-06-18
Finish transforming 'u32' to 'uint32_t'.
zwelch
1
-7
/
+7
2009-06-18
Transform 'u8' to 'uint8_t'
zwelch
1
-11
/
+11
2009-05-09
Michael Bruck <mbruck@digenius.de> use more const
oharboe
1
-7
/
+7
2008-09-20
- added myself to copyright on files i remember adding large contributions fo...
ntfreak
1
-1
/
+1
2008-07-25
added yours sincerely for files where I feel that I've made non-trivial contr...
oharboe
1
-0
/
+3
2008-07-11
Charles Hardin ckhardin at gmail.com
oharboe
1
-2
/
+2
2008-07-06
- fixed build issues with win32
ntfreak
1
-1
/
+0
[next]