Skip to content
New issue

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

build works with idf 5.1.3 but doesn't work with idf 5.2.2 or idf 5.3.1 (latest stable) #9

Open
greenaddress opened this issue Sep 23, 2024 · 0 comments

Comments

@greenaddress
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant