mmreg 0.1.1

Safe, concurrent 32-bit memory-mapped IO register access for Rust. Library and CLI for embedded and PC (linux) platforms.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Cross configuration for mmreg
# See: https://github.com/cross-rs/cross

[target.aarch64-unknown-linux-gnu]
# Add custom runner or environment if needed

[target.armv7-unknown-linux-gnueabihf]
# Add custom runner or environment if needed

[target.x86_64-unknown-linux-gnu]

[target.i686-unknown-linux-gnu]

[target.mips-unknown-linux-gnu]

[target.powerpc-unknown-linux-gnu]

[target.riscv64gc-unknown-linux-gnu]