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

Arm bare-metal target doc changes #124404

Merged
merged 8 commits into from
May 2, 2024

Commits on Apr 26, 2024

  1. Add pages for every Cortex-M target

    Now explains how to, for example, support a Cortex-M55 with FPU and Integer Helium.
    jonathanpallant committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    b0f7562 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b173984 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    e6f0e03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9022d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa6b90c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8cea4f3 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Recapitalise ARMvX{-Y} to ArmvX{-Y}

    Yes it looks weird, but this is how Arm write it now.
    
    I left ARM64 alone, because it's a Microsoft/Apple term but not an Arm term (they have Armv8-A and Armv9-A architectures, which say that A64 instructions are executed when in the Aarch64 state), and I don't want to get into that, especially for a Tier 1 target.
    jonathanpallant committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    de0c02c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fcaba9c View commit details
    Browse the repository at this point in the history