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

[Target] Add Target Parser for Arm(R) Cortex(R) M-Profile CPUs #12319

Merged
merged 4 commits into from
Aug 12, 2022

Commits on Aug 5, 2022

  1. [Target] Add Target Parser for Arm(R) Cortex(R) M-Profile CPUs

    This implements an initial Target Parser which uses the same logic as
    the CMSIS-NN compiler flags to update the features and keys of the `c`
    and `llvm` `Target`s.
    
    Refactoring of the CMSIS-NN logic will be in a separate patch.
    Mousius committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    4306105 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2022

  1. Fix Target and Arduino tests

    Now that the Target can detect features itself, we've enabled more
    features than before in the downstream applications
    Mousius committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    7e2cf3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5f42fd View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2022

  1. Skip another docs warning

    Mousius committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    1ef595f View commit details
    Browse the repository at this point in the history