mx25r 0.0.0

Platform-agnostic Rust driver for the macronix MX25R NOR flash.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies]

[package]
authors = ["xgroleau <grox2901@usherbrooke.ca>"]
categories = ["embedded", "hardware-support", "no-std"]
description = "Platform-agnostic Rust driver for the macronix MX25R NOR flash."
documentation = "https://docs.rs/mx25r"
edition = "2021"
homepage = "https://github.com/xgroleau/mx25r-rs"
keywords = ["nor-flash", "spi", "driver", "embedded-hal-driver"]
license = "MIT OR Apache-2.0"
name = "mx25r"
readme = "README.md"
repository = "https://github.com/xgroleau/mx25r-rs"
resolver = "2"
version = "0.0.0"