OpenOCD
interfaces.c File Reference

This file collects all the built-in JTAG interfaces in the adapter_drivers array. More...

Include dependency graph for interfaces.c:

Go to the source code of this file.

Variables

struct adapter_driveradapter_drivers []
 The list of built-in JTAG interfaces, containing entries for those drivers that were enabled by the configure script. More...
 

Detailed Description

This file collects all the built-in JTAG interfaces in the adapter_drivers array.

Dynamic loading can be implemented be searching for shared libraries that contain an adapter_driver structure that can added to this list.

Definition in file interfaces.c.

Variable Documentation

◆ adapter_drivers

struct adapter_driver* adapter_drivers[]

The list of built-in JTAG interfaces, containing entries for those drivers that were enabled by the configure script.

Definition at line 38 of file interfaces.c.

Referenced by COMMAND_HANDLER().