Crates.io | spi-flash |
lib.rs | spi-flash |
version | 0.3.0 |
source | src |
created_at | 2021-01-02 02:49:47.696768 |
updated_at | 2022-07-31 17:46:58.019971 |
description | SPI flash memory interface crate |
homepage | |
repository | https://github.com/adamgreig/spi-flash-rs |
max_upload_size | |
id | 330377 |
size | 84,779 |
SPI flash interface crate. Provides basic flash operations such as reading, erasing, and writing, and can read and parse SFDP parameter tables to automatically support many flash chips.
By default this crate requires std
, but by disabling the default std
feature, only no-std-compatible operations are exposed. Currently alloc
is always required.
spi-flash is licensed under either of
at your option.