1 unstable release
0.1.0 | Oct 8, 2024 |
---|
#25 in #defmt
156 downloads per month
34KB
619 lines
IS25LP064A Flash driver
This is a generic driver for the IS25LP064A flash chip from ISSI.
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.
TODO
- Fast read support. So far there's only support for the normal read, so don't use a SPI speed of > 50Mhz
Changelog
Unreleased
[0.1.0] - 2024-10-08
- Initial release (forked from w25q32jv)
- Increased page count
- Made unique ID 16 bytes
Dependencies
~240KB