forked from ARMmbed/mbed-os
-
Notifications
You must be signed in to change notification settings - Fork 22
Add Arduino Giga and Portenta support #316
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
Open
multiplemonomials
wants to merge
12
commits into
master
Choose a base branch
from
dev/arduino-giga
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
e3c0bbb
to
b628fd8
Compare
b628fd8
to
188e2ca
Compare
188e2ca
to
3fdad83
Compare
3fdad83
to
6f35f4e
Compare
cc6928e
to
fd5b987
Compare
… wastes 256k of flash but oh well...
aaa2dcb
to
828b90b
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary of changes
This PR updates Mbed OS to support the Arduino Giga and Portenta. Quite a number of changes for these targets and the broader Arduino framework have already been integrated through other PRs -- this just adds working target definitions and makes some final tweaks!
Impact of changes
Arduino Giga and Arduino Portenta (CM7 cores at least) are now supported as Mbed OS targets! This includes wifi support on both boards, and Ethernet support on the Portenta.
Note that the Portenta was theoretically already supported, but didn't actually build, and didn't have any upload methods. Now it's properly supported.
Also note that both boards require an external STLINK-V3SET for debugging, but support flashing via a DFU bootloader.
Migration actions required
Documentation
Pull request type
Test results
These boards use STM32H7 MCUs which have already been pretty extensively tested with Mbed OS. I have personally tested wifi and Ethernet on both boards and things seem to be OK. Unfortunately there's no automated testing in the Arduino framework...