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 new asm!
(0.3.0
and above), llvm_asm!
(0.2.2
) or old asm!
(0.2.1
and below) macros.
The below table contains compilers which are known to work:
|msp430
version|rustc
compiler |
|----------------|--------------------|
|0.3.0
|nightly-2022-01-24
|
|0.2.2
|nightly-2020-04-22
|
|0.2.1
|nightly-2020-01-04
|
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.