riscv-openocd/src
Marek Vrbka 2357237815 target/riscv: Replace watchpoint value mask comparison value with macro.
This patch replaces ~(typeof(watchpoint->mask))0 with
WATCHPOINT_IGNORE_DATA_VALUE_MASK. This improves
readability and moves the RISCV target in line with
other targets.

Change-Id: I15ac4d4ee76098b304d9b22f720911ba4329c190
Signed-off-by: Marek Vrbka <marek.vrbka@codasip.com>
2023-11-09 10:11:22 +01:00
..
flash Merge commit '05ee88915520d1dd82da94a016a9374a1f3a8129' into from_upstream 2023-11-06 09:25:46 -08:00
helper Merge commit '05ee88915520d1dd82da94a016a9374a1f3a8129' into from_upstream 2023-11-06 09:25:46 -08:00
jtag Merge commit '05ee88915520d1dd82da94a016a9374a1f3a8129' into from_upstream 2023-11-06 09:25:46 -08:00
pld pld: allow calling of configuration functions before 'init' 2023-08-12 16:48:06 +00:00
rtos Merge commit '9f23a1d7c1e27c556ef9787b9d3f263f5c1ecf24' into from_upstream 2023-10-27 09:00:59 -07:00
rtt rtt: rewrite command 'rtt channellist' as COMMAND_HANDLER 2023-03-25 18:11:14 +00:00
server Merge commit '05ee88915520d1dd82da94a016a9374a1f3a8129' into from_upstream 2023-11-06 09:25:46 -08:00
svf svf: make command 'svf' syntax consistent 2023-03-25 18:09:06 +00:00
target target/riscv: Replace watchpoint value mask comparison value with macro. 2023-11-09 10:11:22 +01:00
transport transport: rewrite command 'transport select' as COMMAND_HANDLER 2023-03-25 18:09:47 +00:00
xsvf openocd: fix SPDX tag format for files .c 2022-09-18 08:22:01 +00:00
Makefile.am openocd: build: add SPDX tag 2022-07-23 13:06:38 +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