We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1dc971 commit 35d3a51Copy full SHA for 35d3a51
dirtyJtag.c
@@ -131,6 +131,8 @@ void fetch_command()
131
#endif
132
}
133
134
+//this is to work around the fact that tinyUSB does not handle setup request automatically
135
+//Hence this boiler plate code
136
bool tud_vendor_control_xfer_cb(uint8_t rhport, uint8_t stage, tusb_control_request_t const * request)
137
{
138
if (stage != CONTROL_STAGE_SETUP) return true;
0 commit comments