https://github.com/rust-embedded/msp430-rt
Minimal startup / runtime for MSP430 microcontrollers
https://github.com/rust-embedded/msp430-rt
Last synced: 8 months ago
JSON representation
Minimal startup / runtime for MSP430 microcontrollers
- Host: GitHub
- URL: https://github.com/rust-embedded/msp430-rt
- Owner: rust-embedded
- License: apache-2.0
- Created: 2017-10-11T18:13:00.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-09-11T20:29:46.000Z (over 3 years ago)
- Last Synced: 2025-04-10T12:39:48.379Z (8 months ago)
- Language: Rust
- Size: 245 KB
- Stars: 15
- Watchers: 12
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
[](https://crates.io/crates/msp430-rt)
[](https://crates.io/crates/msp430-rt)
# `msp430-rt`
> Minimal runtime / startup for MSP430 microcontrollers
This crate is based on [cortex-m-rt](https://docs.rs/cortex-m-rt) crate by Jorge Aparicio (@japaric).
# [Documentation](https://docs.rs/msp430-rt)
# License
Licensed under either of
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or
http://www.apache.org/licenses/LICENSE-2.0)
- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.
## Contribution
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.