Search found 1 match
- Tue Jan 16, 2024 6:27 am
- Forum: ESP-IDF
- Topic: Using tinyusb from a component
- Replies: 1
- Views: 8985
Re: Using tinyusb from a component
I believe this problem is caused by having a custom component of the same name as the ESP IDF usb component. I was able to get this to compile by renaming your "usb" component to "my_usb" while using ESP-IDFv5.1.2: https://github.com/espressif/esp-idf/tree/v5.1.2 . I had to change the main directory...