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

Conversation

stlankes
Copy link
Contributor

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 stlankes requested a review from mkroening March 16, 2024 21:08
@stlankes stlankes force-pushed the async branch 2 times, most recently from 2b5cd0b to de009a1 Compare March 16, 2024 21:22
@mkroening mkroening self-assigned this Mar 23, 2024
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants