-
Notifications
You must be signed in to change notification settings - Fork 12
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
SAMD boards compilation gets failed with latest release #300
Comments
Your commit 7fe5c72 seems to be what's needed. |
When doing the pull request, please set version to 0.21.1-1 (as it will be pre-release 1 for 0.21.1). |
However above fix, did not help SAMD compilation to succeed. We also get build issue on Catena Download which uses Flash in STM32.
Hopefully, adding #if directive for STM32 architecture (ARDUINO_STM32) for @terrillmoore would like to have your advice on adding #if directive for these files. |
Yes, well, that's sort of expected, given that we have not implemented the bootloader on SAMD21 at all. For now, add I suppose we had better add "add secure bootloader for SAMD" to our list. |
Thanks Terry, have made the changes and submitted a pull-request #301 |
Fix #300: fix SAMD build issues with latest release
With the latest version of library, SAMD boards get build issues. Please find the error logs below.
The text was updated successfully, but these errors were encountered: