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

Merged
merged 1 commit into from
Feb 14, 2025
Merged

Add serial support. #216

merged 1 commit into from
Feb 14, 2025

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.

@dcoles dcoles requested a review from a team February 2, 2025 03:56
@dcoles dcoles force-pushed the serial-support branch 3 times, most recently from 1b646dc to 4da989c Compare February 14, 2025 03:53
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 merged commit 389ede0 into main Feb 14, 2025
7 of 9 checks passed
@dcoles
Copy link
Collaborator Author

dcoles commented Feb 14, 2025

I'm going to merge this since there's been no comments so far, but still open for post merge review.

@dcoles dcoles deleted the serial-support branch February 14, 2025 04:09
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