Skip to content

feat : Add async-io feature and embedded-io-async dependency #27

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

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

Conversation

rusty1968
Copy link
Contributor

We may need a stop-gap bare metal environment using embassy-rs to serve as a test bed for integration with middleware. Embassy s an embedded async Rust framework.

  • Added the async-io feature to Cargo.toml, enabling async support for UART and other modules.
  • Added embedded-io-async as an optional dependency, activated by the async-io feature. Updated code to use feature gating for async implementations.

I am looking for volunteers who would like to add async feature to the crate for UART. This is a minimalist implementation which can server as a starting point.

Added the async-io feature to Cargo.toml, enabling async support for UART and other modules.
Added embedded-io-async as an optional dependency, activated by the async-io feature.
Updated code to use feature gating for async implementations.
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