rust-embedded / embedded-hal

A Hardware Abstraction Layer (HAL) for embedded systems
Apache License 2.0
1.95k stars 197 forks source link

embedded-io-adapters: Add adapters for embedded-storage and embedded-storage-async #609

Open aurelj opened 3 months ago

aurelj commented 3 months ago

Note that this PR currently depends on unreleased git version of embedded-storage.

Also note that the failure in Rustdoc check / clippy is due to the CI using an old nightly rust to build the embedded-storage-async dependency which requires rust-version = "1.75".

Dirbaio commented 3 months ago

embedded-storage is not maintained by the WG. Perhaps this makes more sense to add in the embedded-storage repo instead?