cmsisdap: add support for USB Bulk backend

This commit is contained in:
aisuneko icecat
2026-07-02 08:43:35 +02:00
committed by Gwenhael Goavec-Merou
parent b8036312cd
commit 53180a83f2
4 changed files with 527 additions and 76 deletions
+1 -1
View File
@@ -182,7 +182,7 @@ Jtag::Jtag(const cable_t &cable, const jtag_pins_conf_t *pin_conf,
#endif
case MODE_CMSISDAP:
#ifdef ENABLE_CMSISDAP
_jtag = new CmsisDAP(cable, cable.config.index, verbose);
_jtag = new CmsisDAP(cable, cable.config.index, clkHZ, verbose);
break;
#else
std::cerr << "Jtag: support for cmsisdap was not enabled at compile time" << std::endl;