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

#2042 in Embedded development

Download history 1182/week @ 2024-07-21 993/week @ 2024-07-28 745/week @ 2024-08-04 604/week @ 2024-08-11 540/week @ 2024-08-18 621/week @ 2024-08-25 680/week @ 2024-09-01 841/week @ 2024-09-08 958/week @ 2024-09-15 848/week @ 2024-09-22 807/week @ 2024-09-29 1101/week @ 2024-10-06 952/week @ 2024-10-13 1365/week @ 2024-10-20 755/week @ 2024-10-27 503/week @ 2024-11-03

3,683 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