embedded-storage icon indicating copy to clipboard operation
embedded-storage copied to clipboard

An Embedded Storage Abstraction Layer

Results 29 embedded-storage issues
Sort by recently updated
recently updated
newest added

Hi all! In #57 an extension was proposed to add a `second write must be 0` ability. However, the way this is done doesn't really help anyone who wants to...

This is to encode MCU flashes that have ECC, where it is common that only a complete clear of the word is allowed. This is a more restrictive version of...

Hello, How would folks feel about the addition of a `BlockDevice` trait, something like [the one from `embedded_sdmmc`](https://docs.rs/embedded-sdmmc/latest/embedded_sdmmc/blockdevice/trait.BlockDevice.html)? This would be a common interface between things like SD card drivers,...

See change log entry for specific details.

Closes #37 Should the blocking version also be fallible?

Fixes: ```text warning: unresolved link to `OverlapIterator` --> src\lib.rs:13:26 | 13 | /// Currently contains [`OverlapIterator`] | ^^^^^^^^^^^^^^^ no item named `OverlapIterator` in scope | = help: to escape `[`...

This is a somewhat experimental change, where I'm mainly looking for feedback at first. There are two cases I can imagine, where erased flash may not read back as `0xFF`:...

Ive been putting together a library for the WinBond W25N series of NAND flash ICs and I would like to make a trait for NAND analogous to the current NOR...

It would be nice being able to use an SD/TF Card with an embedded MCU. Other than obviously being a type of storage, SD/TF cards [require special commands in SPI...