Crates.io | mips-mcu |
lib.rs | mips-mcu |
version | 0.3.1 |
source | src |
created_at | 2021-02-23 14:43:51.661135 |
updated_at | 2023-07-09 14:05:21.293888 |
description | Low level access to MIPS MCU cores |
homepage | |
repository | https://github.com/kiffie/pic32-rs |
max_upload_size | |
id | 359520 |
size | 73,183 |
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.