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

#2157 in Embedded development

Download history 679/week @ 2026-04-02 710/week @ 2026-04-09 692/week @ 2026-04-16 367/week @ 2026-04-23 530/week @ 2026-04-30 406/week @ 2026-05-07 401/week @ 2026-05-14 90/week @ 2026-05-21 97/week @ 2026-05-28 47/week @ 2026-06-04 53/week @ 2026-06-11 115/week @ 2026-06-18 213/week @ 2026-06-25 56/week @ 2026-07-02 113/week @ 2026-07-09 100/week @ 2026-07-16

494 downloads per month
Used in 5 crates (4 directly)

MIT/Apache

13KB
230 lines

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

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.


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.

Dependencies