X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fjtag%2Finterfaces.c;h=4937adbac0d0c3d7021838205f1e585467c19e6c;hb=34d1f82c753982d048dc3fbb73066fc445735b04;hp=304dab622400f360c45d758708a17b5b9662b610;hpb=736e8bb77366ad556a5b59adb4ef5c09f4997aae;p=fw%2Fopenocd diff --git a/src/jtag/interfaces.c b/src/jtag/interfaces.c index 304dab622..4937adbac 100644 --- a/src/jtag/interfaces.c +++ b/src/jtag/interfaces.c @@ -104,6 +104,9 @@ extern struct jtag_interface remote_bitbang_interface; #if BUILD_STLINK == 1 extern struct jtag_interface stlink_interface; #endif +#if BUILD_OSBDM == 1 +extern struct jtag_interface osbdm_interface; +#endif #endif /* standard drivers */ /** @@ -176,6 +179,9 @@ struct jtag_interface *jtag_interfaces[] = { #if BUILD_STLINK == 1 &stlink_interface, #endif +#if BUILD_OSBDM == 1 + &osbdm_interface, +#endif #endif /* standard drivers */ NULL, };