-
Notifications
You must be signed in to change notification settings - Fork 134
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
STM32H7 dual core devices #844
Draft
chris-durand
wants to merge
9
commits into
modm-io:develop
Choose a base branch
from
chris-durand:feature/stm32h7_dual_core
base: develop
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.
Draft
STM32H7 dual core devices #844
chris-durand
wants to merge
9
commits into
modm-io:develop
from
chris-durand:feature/stm32h7_dual_core
Commits on May 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 70114e6 - Browse repository at this point
Copy the full SHA 70114e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53ffa66 - Browse repository at this point
Copy the full SHA 53ffa66View commit details -
[stm32] Adapt memory regions for H7 dual-core devices
For the Cortex-M7 core: - "flash" region is set to flash bank 0. For the Cortex-M4 core: - "flash" region is set to flash bank 1. The default boot address coincides with the start of flash bank 1 (0x08100 0000) for all device sizes. - Main stack is placed into D2 domain SRAM1 local to the core. Non-default boot addresses configured via option bytes are not supported yet.
Configuration menu - View commit details
-
Copy full SHA for 3ccec15 - Browse repository at this point
Copy the full SHA 3ccec15View commit details -
Configuration menu - View commit details
-
Copy full SHA for a518b9f - Browse repository at this point
Copy the full SHA a518b9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 46cb036 - Browse repository at this point
Copy the full SHA 46cb036View commit details -
Configuration menu - View commit details
-
Copy full SHA for dee4143 - Browse repository at this point
Copy the full SHA dee4143View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99901b9 - Browse repository at this point
Copy the full SHA 99901b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee5ba47 - Browse repository at this point
Copy the full SHA ee5ba47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c2f6cb - Browse repository at this point
Copy the full SHA 0c2f6cbView commit details
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.