https://github.com/rust-embedded/bare-metal
Abstractions common to microcontrollers
https://github.com/rust-embedded/bare-metal
Last synced: 3 months ago
JSON representation
Abstractions common to microcontrollers
- Host: GitHub
- URL: https://github.com/rust-embedded/bare-metal
- Owner: rust-embedded
- License: apache-2.0
- Created: 2017-06-22T00:32:17.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-09-02T00:54:33.000Z (almost 3 years ago)
- Last Synced: 2025-03-28T08:06:43.714Z (3 months ago)
- Language: Rust
- Homepage:
- Size: 69.3 KB
- Stars: 120
- Watchers: 32
- Forks: 16
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# `bare-metal`
> Abstractions common to bare metal systems
This project is developed and maintained by the [Cortex-A, Cortex-M, Cortex-R,
MSP430, and RISCV teams][teams].## [Change log](CHANGELOG.md)
## Minimum Supported Rust Version (MSRV)
This crate is guaranteed to compile on stable Rust 1.54.0 and up. It *might*
compile with older versions but that may change in any new patch release.## 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.## Code of Conduct
Contribution to this crate is organized under the terms of the [Rust Code of
Conduct][CoC], the maintainers of this crate, the [Cortex-A, Cortex-M,
Cortex-R, MSP430, and RISCV teams][teams], promise to intervene to uphold that
code of conduct.[CoC]: CODE_OF_CONDUCT.md
[teams]: https://github.com/rust-embedded/wg#organization