OpenOCD
|
This file includes declarations for all built-in jtag interfaces, which are then listed in the adapter_drivers array. More...
Go to the source code of this file.
Variables | |
struct adapter_driver * | adapter_drivers [] |
The list of built-in JTAG interfaces, containing entries for those drivers that were enabled by the configure script. More... | |
This file includes declarations for all built-in jtag interfaces, which are then listed 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.
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 153 of file interfaces.c.
Referenced by COMMAND_HANDLER().