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

RFC: add async interrupt safe synchronization primitives #1099

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on May 23, 2024

  1. add async interrupt safe synchronization primitives

    An asynchronous interface has been added to the
    interrupt-safe mutex so that interrupt handlers and
    asynchronous tasks can be synchronized. The mutex was
    demonstrated by using the shell as an example, where
    the asynchronous task communicates with the serial
    interface and its interrupt handler.
    stlankes committed May 23, 2024
    Configuration menu
    Copy the full SHA
    f7f01bd View commit details
    Browse the repository at this point in the history
  2. remove clippy warnings

    stlankes committed May 23, 2024
    Configuration menu
    Copy the full SHA
    56692ae View commit details
    Browse the repository at this point in the history