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
Hi, I was trying the project (thanks for developing it!) and as per title I noticed that it didn't build with idf 5.3.1
I tried with 5.2.2 and it also didn't build.
With 5.1.3 it built correctly.
the error for both 5.3.1 and 5.2.2 was similar and in tinyusb:
esp32_u2f/managed_components/espressif__tinyusb/src/portable/espressif/esp32sx/dcd_esp32sx.c:48:27: error: 'USB_OUT_EP_NUM' undeclared here (not in a function) 48 | #define EP_MAX USB_OUT_EP_NUM | ^~~~~~~~~~~~~~
I didn't explore further for now
The text was updated successfully, but these errors were encountered:
update tinyusb/cbor libraries, fixes idf 5.3.1/issue jocover#9
f7a1867
No branches or pull requests
Hi, I was trying the project (thanks for developing it!) and as per title I noticed that it didn't build with idf 5.3.1
I tried with 5.2.2 and it also didn't build.
With 5.1.3 it built correctly.
the error for both 5.3.1 and 5.2.2 was similar and in tinyusb:
I didn't explore further for now
The text was updated successfully, but these errors were encountered: