riscv-openocd/src
Tommy Murphy 16fa57da41 Fix riscv013_invalidate_cached_progbuf() off by one error
See https://github.com/riscv-collab/riscv-openocd/issues/1139
riscv013_invalidate_cached_progbuf() was failing to zeroize the final
buffer array element. Use memset() instead of a manual loop to zeroize
it in order to address this and simplify the code.
2024-10-03 09:37:28 +01:00
..
flash Merge up to fd7b66c5eb from upstream 2024-09-16 18:38:05 +03:00
helper Merge up to fd7b66c5eb from upstream 2024-09-16 18:38:05 +03:00
jtag Merge up to fd7b66c5eb from upstream 2024-09-16 18:38:05 +03:00
pld pld/intel: remove idcodes from intel.c 2024-06-15 14:25:05 +00:00
rtos Merge up to fd7b66c5eb from upstream 2024-09-16 18:38:05 +03:00
rtt rtt: default the ID to "SEGGER RTT" 2024-08-25 12:43:22 +00:00
server Merge up to ac63cd00d7 from upstream 2024-08-20 15:44:15 +03:00
svf svf: make command 'svf' syntax consistent 2023-03-25 18:09:06 +00:00
target Fix riscv013_invalidate_cached_progbuf() off by one error 2024-10-03 09:37:28 +01:00
transport transport: Remove echo in transport selection 2024-08-02 16:08:32 +00:00
xsvf openocd: fix SPDX tag format for files .c 2022-09-18 08:22:01 +00:00
Makefile.am configure: Use pkg-config for jimtcl 2024-08-02 15:59:07 +00:00
hello.c hello: include hello.h 2023-05-18 10:13:41 +00:00
hello.h openocd: src: replace the GPL-2.0-or-later license tag 2022-07-23 13:59:13 +00:00
main.c openocd: fix SPDX tag format for files .c 2022-09-18 08:22:01 +00:00
openocd.c openocd: rewrite command 'version' as COMMAND_HANDLER 2023-03-25 18:10:54 +00:00
openocd.h openocd: src: replace the GPL-2.0-or-later license tag 2022-07-23 13:59:13 +00:00