mx25v 0.1.0

Platform-agnostic Rust driver for the macronix MX25V NOR flash.
Documentation

mx25v-rs

Platform-agnostic Rust driver for the macronix MX25V NOR flash using the embedded-hal.

This driver implements most commands available to the MX25V chip series, but currently only single I/O mode is implemented. These drivers are low-level, to allow the user to write custom implementations as required.

Based on previous work from mx25r-rs.

I have tested basic blocking functionality on the MX25V16066, but it's possible there are bugs. Any bug reports or contributions are welcome.

Usage

You can see an example of the usage for the nRF52840-DK in the nrf52840 directory.

Nix

A nix flake is available to ease development and dependencies for the examples.

License

Licensed under either of

at your option.