-
-
Notifications
You must be signed in to change notification settings - Fork 88
The SDU library for Uno R4 #119
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
Conversation
0cfceb6
to
e9f6f0b
Compare
Requested changes have been made. Thanks!
Also there are some examples failing in the CI build, @JAndrassy can you please take a look? |
the check fails because the repo is inconsistent. it is not a problem with this PR there is no overlap with OTA functionality for IoT Cloud |
In this case the CI workflow needs to be adjusted to compile those examples only for the R4. |
the CI fail is not related to this PR |
True enough, I've opened #121 to have this fixed. CI failure in |
I ported the SDU library from SAMD core to Renesas core for Uno R4. It is useful with my ArduinoOTA library, which already supports OTA update from IDE to Uno R4 using InternalStorage and with the SDU library SDStorage can be used too.