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

implement embedded-io v0.6 Read & Write #484

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

Commits on Jan 17, 2024

  1. implement embedded-io v0.6 Read & Write

    with `embedded-hal` v1 the USART traits have been removed in favour of
    the new `embedded-io` crate.
    
    this adds a (very basic) implementation for `Read` and `Write`. other
    traits (such as the `*Ready` or `BufRead` traits) have not (yet) been
    implemented and some (like `Seek`) probably can't be implemented for
    this HAL.
    
    a better implementation might use a buffer in the background to receive
    more than one byte at once.
    
    see also Rahix#249 for a related PR.
    
    this is part of Rahix#468
    rursprung committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    252e5ad View commit details
    Browse the repository at this point in the history