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

Add serial support. #216

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add serial support. #216

wants to merge 1 commit into from

Conversation

dcoles
Copy link
Collaborator

@dcoles dcoles commented Feb 2, 2025

This provides access to the serial interface using an async worker to safely transfer received bits from the interrupt handler to the application.

Add a simple serial echo example and wrapper for FuriEventFlag that can be used to wait for an event without polling.

This provides access to the serial interface using an async worker
to safely transfer received bits from the interrupt handler to
the application.

Add a simple serial echo example and wrapper for `FuriEventFlag`
that can be used to wait for an event without polling.
@dcoles dcoles requested a review from a team February 2, 2025 03:56
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.

1 participant