-
Notifications
You must be signed in to change notification settings - Fork 131
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
usbhost example won't compile due to missing usbh_cdc_ecm #206
Comments
Perhaps ECM should just be disabled in the project config:
It's not enabled by default in the demo itself, anyway:
|
Hi, Do you got the new release version of CherryUSB running on this SDK? |
Yes. But I only tested the host part. |
I've ported the CherryUSB lib, but seems that interrupt isn't happening. Could you share your port? BL616 is a great device, but the more important thing is a good ecosystem and SDK are missing. I'm really excited to the esp32-p4 release. Do you get to debug BL616 through JTAG interface? |
See https://github.com/harbaum/bouffalo_sdk/ This repo includes an updated cherry USB as a submodule. Yes, the chip is cool and has a lot of potential and the SDK support is rather disappointing ... I have not tried to use jtag. |
The cmakefiles refer to a file named
class/cdc/usbh_cdc_ecm.c
bouffalo_sdk/components/usb/cherryusb/CMakeLists.txt
Line 59 in 0f07c3b
but in the repository only a file named
class/cdc/usbh_cdc_acm.c
is actually included:https://github.com/bouffalolab/bouffalo_sdk/tree/master/components/usb/cherryusb/class/cdc
This prevents the usbhost demo from being compilable.
The text was updated successfully, but these errors were encountered: