Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

MRKZero support? #84

Closed
Delonous opened this issue Feb 3, 2021 · 2 comments
Closed

MRKZero support? #84

Delonous opened this issue Feb 3, 2021 · 2 comments

Comments

@Delonous
Copy link

Delonous commented Feb 3, 2021

Tried compiling for a MRK Zero and get this. I'm running a fresh install of Arduino IDE 1.8.3. All recently updated libs, can get versions if needed.

\Arduino\libraries\WebUSB/WebUSB.h:25:10: fatal error: USB/PluggableUSB.h: No such file or directory #include "USB/PluggableUSB.h" ^~~~~~~~~~~~~~~~~~~~ compilation terminated. exit status 1 Error compiling for board Arduino MKRZERO.

I then tried compiling with Leonardo and it worked fine. Am I missing something?

@jpliew
Copy link
Contributor

jpliew commented Feb 3, 2021

Problem

The path for PluggableUSB.h has been changed since 1.8.10 of SAMD board. Hope this helps.

Fix

Go to Arduino board manager, choose Arduino SAMD boards by Arduino, downgrade the version to 1.8.9

@Delonous
Copy link
Author

Delonous commented Feb 3, 2021

Thanks for the tip. Solved the issue.

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

No branches or pull requests

2 participants