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

ui: Make a no_std build possible. #538

Merged
merged 3 commits into from
Oct 4, 2024
Merged

ui: Make a no_std build possible. #538

merged 3 commits into from
Oct 4, 2024

Commits on Oct 4, 2024

  1. Publicize maybe_sync::Mutex and allow !Sync errors in InGenError.

    These will be used shortly for further `no_std` compatibility.
    kpreid committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    5b9945a View commit details
    Browse the repository at this point in the history
  2. ui: Make a no_std build possible.

    The part that we can neatly cut off, in this case, is `Session`
    and its associated UI -- stuff that requires channels and mutexes.
    What we keep is the `vui` and `logo` modules.
    kpreid committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    0e9bf99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6172584 View commit details
    Browse the repository at this point in the history