is25lp064a

Crates.iois25lp064a
lib.rsis25lp064a
version0.1.0
sourcesrc
created_at2024-10-08 13:07:04.688488
updated_at2024-10-08 13:07:04.688488
descriptionAn embedded-hal driver for the IS25LP064A
homepagehttps://github.com/tweedegolf/IS25LP064A
repositoryhttps://github.com/tweedegolf/IS25LP064A
max_upload_size
id1401169
size45,661
Dion Dokter (diondokter)

documentation

README

IS25LP064A Flash driver

crates.io Documentation

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
Commit count: 1

cargo fmt