4 releases (2 breaking)
0.3.1 | Jul 9, 2023 |
---|---|
0.3.0 | Jun 9, 2023 |
0.2.0 | Jan 2, 2022 |
0.1.0 | Feb 23, 2021 |
#1989 in Embedded development
3,134 downloads per month
Used in 5 crates
(4 directly)
13KB
230 lines
Contains (static library, 3KB) bin/libmipsmcu.a
mips_mcu
Low level access to MIPS MCU cores
This crate includes Rust function to deal with low level aspects related to the MIPS MCU cores (e.g. the M4K core). Routines requiring special or privileged instructions are included in a binary library, thereby avoiding inline assembly.
lib.rs
:
Low level access to MIPS MCU cores
This crate includes Rust function to deal with low level aspects related to the MIPS MCU cores (e.g. the M4K core). Routines requiring special or privileged instructions are included in a binary library, thereby avoiding inline assembly.