riscv-openocd/src
Antonio Borneo fbea7d5d38 openocd: drop include of target_type.h
Few files include target_type.h even if it is not needed.
Drop the include.

Other files access directly to target type's name instead of using
the proper API target_type_name().
Use the API and drop the include.

Change-Id: I86c0e0bbad51db93500c0efa27b7d6f1a67a02c2
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/8260
Tested-by: jenkins
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
2024-05-26 09:57:51 +00:00
..
flash openocd: drop include of target_type.h 2024-05-26 09:57:51 +00:00
helper Fix build with clang even if it sets __GNUC__ to >= 4.4 2024-05-26 09:56:50 +00:00
jtag jtag: linuxgpiod: minor alignment to coding style 2024-05-04 08:22:11 +00:00
pld jtag: Rename 'hasidcode' to 'has_idcode' 2023-12-16 07:51:56 +00:00
rtos openocd: drop include of target_type.h 2024-05-26 09:57:51 +00:00
rtt rtt/tcl: Fix line indentation 2023-11-18 11:38:27 +00:00
server server/gdb: Use 'bool' data type where appropriate 2024-05-26 09:53:40 +00:00
svf svf: make command 'svf' syntax consistent 2023-03-25 18:09:06 +00:00
target openocd: drop include of target_type.h 2024-05-26 09:57:51 +00: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