Registry / other / msp430-rt

msp430-rt

JSON →
library0.4.1rscratesunverified

Minimal runtime and startup code for MSP430 microcontrollers.

# Cargo.toml [dependencies] msp430-rt = "0.4.1"
INSTALL
IMPORT
SIG · MSP430-RT
M
msp430-rt
otherrustv0.4.1
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 msp430_rt::entry;

Defines the entry point for an MSP430 program.

#![no_std] #![no_main] use msp430_rt::entry; #[entry] fn main() -> ! { loop {} }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
msp430-rt — cargo add msp430-rt · libregistry