-
Notifications
You must be signed in to change notification settings - Fork 128
v0.9.0 does not build on the Arduino 101 and Due #51
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
Comments
I believe that porting SAMD's |
This was referenced Apr 5, 2016
@facchinm I've submitted the following pull requests:
Once all 3 are merged we can close this issue. |
This was referenced Apr 5, 2016
Merged
1 task
The upstream changes have been merged and released (1.0.6 for the 101 core, 1.6.8 for SAM core). Travis CI build is also now passing for the 101 and SAM. cc/ @akash73 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Arduino 101 does not provide
memcmp_P
in avr/pgmspace.hThere is no
strncasecmp
method.The AVR and SAMD cores build fine, however SAM core also experiences 1).
@facchinm any thoughts on how to proceed with this? This breakage was introduced in #47.
The text was updated successfully, but these errors were encountered: