W25Q32JV Flash driver

crates.io Documentation

This is a generic driver for the W25Q32JV flash chip from Winbond.

It supports: - Blocking SPI using embedded-hal 1.0 - Async SPI using embedded-hal-async - Blocking embedded-storage - Async embedded-storage-async

To unlock the use of async, activate the async feature on the crate.

Defmt is also supported through the defmt feature.

Changelog

[0.1.0] - 2023-05-11