msp430
Low level access to MSP430 microcontrollers
This crate is based on cortex-m crate by Jorge Aparicio (@japaric).
This crate requires a nightly rust due to the use of the llvm_asm!
(0.2.2
and above) or asm!
(0.2.1
and below) macro. For 0.2.2
,
nightly-2020-04-22
is known to work. For 0.2.1
, nightly-2020-01-04
is
known to work.
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.