We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tud_sof_cb
VENDOR Driver
rp2040, but probably relevant to all
Yes, I can't seem to be able to handle SOF interrupts using the VENDOR driver.
I'd like the tud_sof_cb SOF callback to be called when using the VENDOR driver. It seems one just needs to add function pointer to
tinyusb/src/device/usbd.c
Line 178 in 707a633
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Related area
VENDOR Driver
Hardware specification
rp2040, but probably relevant to all
Is your feature request related to a problem?
Yes, I can't seem to be able to handle SOF interrupts using the VENDOR driver.
Describe the solution you'd like
I'd like the
tud_sof_cb
SOF callback to be called when using the VENDOR driver. It seems one just needs to add function pointer totinyusb/src/device/usbd.c
Line 178 in 707a633
I have checked existing issues, dicussion and documentation
The text was updated successfully, but these errors were encountered: