-
Notifications
You must be signed in to change notification settings - Fork 94
Support for Renesas MCUs #207
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
yes I want to add at least the Uno R4. but it is not available in Europe yet. only as pre-order in some e-shops. |
Hi JAndrassy, the Uno R4 has been released and I already own one. The OTA support is heavily requested in the Arduino forums as well on other platforms. Is there any ETA on when you will release support for the R4 WiFi? Thank you. |
There is no active work being done on it, so why asking about ETA? |
Why so rude? I just wanted to kindly ask if the author has any plans to implement it and if so, whether there is an estimation on when it will be done. |
so I am working on it slowly. the Renesas SDK library bundled with the core is pre-build by Arduino without flash writing functions. so my next step is to install the Renesas toolchain and rebuild the lib. |
You are awesome. Thank you for your hard work. |
done |
Is there any change to have it ported for Portenta C33 ? |
For C33 you can use the SFU library. The UpdateFromFile example show how to store the update binary for the SFU library. If you want to upload from IDE with this library, you can use custom Storage as demonstrated by the CustomStorageNanoConnect example. EDIT: OTA download example for C33 SFU just appeared as a PR arduino/ArduinoCore-renesas#157 |
Ho excellent! Reading the new PR, they use SSLClient to download the file, so I'm a bit septic, but I'll give it a try soon! |
@yann-l, you want download from a server or upload from the IDE? |
I want to download from a server. arduino/ArduinoCore-renesas#157 is perfect, but it needs arduino/ArduinoCore-renesas#134 to work correctly. With both applied, I was able to make it work. |
As Arduino has released
Portenta C33
andUNO R4
, please consider adding these boards.The text was updated successfully, but these errors were encountered: