-
Notifications
You must be signed in to change notification settings - Fork 130
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
Missing header file: Adafruit_TinyUSB_Core.h #1
Comments
please use the current |
This library is linked to from the PyGamer guide @ https://learn.adafruit.com/adafruit-pygamer/arduino-libraries and without the missing Core files it will not compile. Is it the guide or the library or perhaps some other location where the library should be found? |
@osimons you need to install the latest Adafruit SAMD core, tinyusb is only supported since core version 1.5. |
Thanks. I get it working using latest Arduino IDE 1.8.9 with SAMD boards + libraries. I was however trying to recreate the tutorial & 'arcada_pygamer_test' example using latest PlatformIO (4.0.0.a18), but my approach may be flawed. |
did you select Tinyusb in the |
Yes, @hathach. All is fine in Arduino IDE. I'm instead trying to use PlatformIO with library dependencies, but I'm unable to locate the TinyUSB_Core files in that build environment. |
Looks like the PIO Atmel SAM platform has Adafruit SAMD core 1.4.1 right now, I guess we'll just have to wait for it to be updated to 1.5+ |
yes we're doing a 3-repo update :) |
Still have the exact same issue in Platformio 1.50.1 😡
|
@CodeOhms |
Git rev: 7b4814f
Can't compile any of the examples due to missing header file.
The text was updated successfully, but these errors were encountered: