Skip to content

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