1 unstable release

0.1.0 Mar 8, 2024

#1688 in Embedded development

Download history 209/week @ 2024-03-05 249/week @ 2024-03-12 176/week @ 2024-03-19 165/week @ 2024-03-26 131/week @ 2024-04-02 387/week @ 2024-04-09 327/week @ 2024-04-16

1,068 downloads per month

0BSD license

24KB
385 lines

spi-memory-async

crates.io docs.rs

This crate provides a generic embedded-hal-async-based driver for different families of SPI Flash and EEPROM chips.

Right now, only 25-series Flash chips are supported. Feel free to send PRs to support other families though!

Please refer to the changelog to see what changed in the last releases.

Usage

Add an entry to your Cargo.toml:

[dependencies]
spi-memory-async = "0.1.0"

Check the API Documentation for how to use the crate's functionality.


lib.rs:

An embedded-hal-based SPI-Flash chip driver.

This crate aims to be compatible with common families of SPI flash chips. Currently, reading, writing, erasing 25-series chips is supported, and support for other chip families (eg. 24-series chips) is planned.

Contributions are welcome!

Dependencies

~0.7–1.2MB
~25K SLoC