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

#1480 in Embedded development

Download history 4614/week @ 2024-01-13 5181/week @ 2024-01-20 4959/week @ 2024-01-27 4315/week @ 2024-02-03 4243/week @ 2024-02-10 3886/week @ 2024-02-17 3678/week @ 2024-02-24 3350/week @ 2024-03-02 3139/week @ 2024-03-09 2605/week @ 2024-03-16 2388/week @ 2024-03-23 2180/week @ 2024-03-30 2130/week @ 2024-04-06 1983/week @ 2024-04-13 2139/week @ 2024-04-20 2158/week @ 2024-04-27

8,705 downloads per month
Used in 5 crates (4 directly)

MIT/Apache

13KB
230 lines

Contains (static library, 3KB) bin/libmipsmcu.a

mips_mcu

Crates.io docs.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.


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.

Dependencies