Registry / other / mips-rt

mips-rt

JSON →
library0.3.7rscratesunverified

Minimal runtime for MIPS MCU cores, providing startup and interrupt handling.

# Cargo.toml [dependencies] mips-rt = "0.3.7"
INSTALL
IMPORT
SIG · MIPS-RT
M
mips-rt
otherrustv0.3.7
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

entry
use mips_rt::entry;

Define the entry point for a MIPS MCU program.

use mips_rt::entry; #[entry] fn main() -> ! { loop {} }
Debug
Known issues
gotchaOnly works on MIPS architecture targets; not for general-purpose use.
fix
Ensure your target is a MIPS MCU (e.g., pic32).
affects: >=0.3.0
Upgrade
Version history
0.3.7latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
2
Amazon
1
Resources
mips-rt — cargo add mips-rt · libregistry