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

split workspace in two #364

Merged
merged 9 commits into from
Feb 3, 2021
Merged

split workspace in two #364

merged 9 commits into from
Feb 3, 2021

Commits on Feb 2, 2021

  1. Configuration menu
    Copy the full SHA
    5051d64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    754bd09 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c213b06 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4327a40 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    61ef237 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ce788d2 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. split no-std checks

    we don't want to compile the stuff inside firmware to RISC-V because it depends on the cortex-m
    crate
    we do want to compile the defmt crate for all no-std targets
    japaric committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    03993d8 View commit details
    Browse the repository at this point in the history
  2. use the other v7-M target

    japaric committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    8b20857 View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: Jonas Schievink <jonas.schievink@ferrous-systems.com>
    japaric and Jonas Schievink authored Feb 3, 2021
    Configuration menu
    Copy the full SHA
    8c09c9f View commit details
    Browse the repository at this point in the history