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
Others
Pi Pico / RP2040
None
Compiling with #define CFG_TUH_VENDOR 1 fails with vendor_host.h:37:3: error: unknown type name 'pipe_handle_t' and many errors more ...
It seems the vendor class driver has been discontinued as half of the types, constants and functions being used don't exist (anymore?).
Just enable TUH_VENDOR
No log, compilation already fails.
No response
The text was updated successfully, but these errors were encountered:
With #2222 this driver can probably just be removed entirely ...
Sorry, something went wrong.
No branches or pull requests
Operating System
Others
Board
Pi Pico / RP2040
Firmware
None
What happened ?
Compiling with
#define CFG_TUH_VENDOR 1
fails with
vendor_host.h:37:3: error: unknown type name 'pipe_handle_t'
and many errors more ...
It seems the vendor class driver has been discontinued as half of the types, constants and functions being used don't exist (anymore?).
How to reproduce ?
Just enable TUH_VENDOR
Debug Log as txt file (LOG/CFG_TUSB_DEBUG=2)
No log, compilation already fails.
Screenshots
No response
I have checked existing issues, dicussion and documentation
The text was updated successfully, but these errors were encountered: