-
Notifications
You must be signed in to change notification settings - Fork 893
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
SDK1.3.0 specific (requiring) changes #173
Conversation
kilograham
commented
Oct 22, 2021
- Fixup TinyUSB build for 0.12.0, and add back standalone examples for device/host (copied from TinyUSB)
- Fixup TinyUSB build for 0.12.0, and add back standalone examples for device/host (copied from TinyUSB)
CI is failing to build. For some reason the build-error isn't displaying in the CI build-log, but if I try building this branch locally it tells me:
(paths above hand-edited for clarity) So then I tried switching my
😕 |
Ahhh, the latter part was my mistake - it was an old pico-sdk checkout which was pointing to our tinyusb fork still. With a fresh clone of |
The error is in the CI log, just not at the bottom because we are doing make with a lot of cores.
Feels like we need to up CFG_TUSB_HOST_DEVICE_MAX to 5 or something like that |
Andrew is right this does indeed build okay locally. Because sdk version and examples need to change in step. My bad |
Yeah, there is an SDK version check, however the example branch has been SDK1.3.0-develop for a while which also passes |