mirror of
https://git.code.sf.net/p/openocd/code
synced 2025-09-22 08:29:49 +00:00
Make the driver more flexible and define adapter-specific configurations in Tcl instead of C using the adapter GPIO subsystem. The rework also includes coding style fixes and improvements of the documentation. All modifications are done such that backwards compatibility is ensured. Tested with Olimex ARM-JTAG cable [1] and APM32F103 target device on Linux and FreeBSD. The driver works on Linux using direct I/O and PPDEV. On FreeBSD, only PPDEV works. The build with direct I/O already failed before the patch. This problem will be fixed in a subsequent patch. The patch is not tested on Windows because there is no documentation for it. [1] https://www.olimex.com/Products/ARM/JTAG/ARM-JTAG/ Change-Id: Ib671d52a919eaf2959cf6365f2c8004257ae074c Signed-off-by: Marc Schink <dev@zapb.de> Reviewed-on: https://review.openocd.org/c/openocd/+/8943 Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com> Tested-by: jenkins
17 lines
496 B
INI
17 lines
496 B
INI
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
adapter driver parport
|
|
|
|
adapter gpio tdo 11 -active-low -exit-inactive
|
|
adapter gpio trst 6 -exit-inactive
|
|
adapter gpio tms 3 -exit-inactive
|
|
adapter gpio tck 4 -exit-inactive
|
|
adapter gpio tdi 5 -exit-inactive
|
|
adapter gpio srst 2 -exit-inactive
|
|
|
|
# Non-JTAG signal that is only necessary for the functionality of the adapter.
|
|
# For details, refer to the documentation of the adapter.
|
|
adapter gpio user0 9 -init-active -exit-active
|
|
|
|
transport select jtag
|