-
-
Notifications
You must be signed in to change notification settings - Fork 86
Add new example (we'll need it in the fwuploader) #2
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
Implement CAN FD support for Portenta H33 #2
Memory usage change @ 02b0a06
Click for full report table
Click for full report CSV
|
Hi @umbynos ☕ 👋 Do we still need this or can this PR be closed? |
I added this because it's what we use internally in the fwuploader tool: https://github.com/arduino/portenta-c33-fwuploader-plugin/tree/main/sketches/certificate |
It may make sense to have it in the core. What doesn't make sense is to leave a PR open indefinitely 😉 . So I'd be open to merge. Can you confirm that the version in this PR is the latest one? |
I don't think it's the latest one, I'll update it |
I'll be closing this PR due to inactivity. @umbynos please feel free and reopen it if you'd like to update and merge this sketch. |
…/api-documentation Adding API documentation for the WiFiS3 library
This example will help us to add support for certificate upload in the fwuploader. It allows us to perform a file upload on the external QSPI of the Portenta C33 by using ymodem protocol. This way we can upload a certificate file using a simple go program.
It's based on this other example and this.