Skip to content

RossPorter506/mx25v-rs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Driver for the MX25V family of NOR flash ICs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Rust 98.1%
  • Nix 1.6%
  • Other 0.3%