Skip to content

Commit

Permalink
update README regarding embedded-hal support preview
Browse files Browse the repository at this point in the history
  • Loading branch information
ithinuel committed Sep 3, 2023
1 parent c2bd426 commit f62f19c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions rp2040-hal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,16 +96,14 @@ proposed features (and known issues).

We plan to support embedded-hal 1.0 soon after it is released.

For now, there is preliminary support for alpha versions of embedded-hal, which can
For now, there is preliminary support for alpha/rc versions of embedded-hal, which can
be enabled with the feature `eh1_0_alpha`. Please note that this support does not
provide any semver compatibility guarantees: With that feature activated, there
will be breaking changes even in minor versions of rp2040-hal.

Support for embedded-hal 1.0(-alpha) exists in parallel to support for
Support for embedded-hal 1.0(-alpha/rc) exists in parallel to support for
embedded-hal 0.2: Traits of both versions are implemented and can be used
at the same time.
The new blocking [SPI traits](https://docs.rs/embedded-hal/1.0.0-alpha.8/embedded_hal/spi/blocking/index.html)
are not yet implemented.

<!-- CONTRIBUTING -->
## Contributing
Expand Down

0 comments on commit f62f19c

Please sign in to comment.