Skip to content
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
wants to merge 9 commits into
base: develop
Choose a base branch
from

Commits on May 1, 2022

  1. Configuration menu
    Copy the full SHA
    70114e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53ffa66 View commit details
    Browse the repository at this point in the history
  3. [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.
    chris-durand committed May 1, 2022
    Configuration menu
    Copy the full SHA
    3ccec15 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a518b9f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    46cb036 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dee4143 View commit details
    Browse the repository at this point in the history
  7. fixup: board ci

    chris-durand committed May 1, 2022
    Configuration menu
    Copy the full SHA
    99901b9 View commit details
    Browse the repository at this point in the history
  8. fixup: docs

    chris-durand committed May 1, 2022
    Configuration menu
    Copy the full SHA
    ee5ba47 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0c2f6cb View commit details
    Browse the repository at this point in the history