OpenOCD
|
This file collects all the built-in JTAG interfaces 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 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.
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().