Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rust-embedded/embedonomicon
How to bootstrap support for a no_std target
https://github.com/rust-embedded/embedonomicon
Last synced: 14 days ago
JSON representation
How to bootstrap support for a no_std target
- Host: GitHub
- URL: https://github.com/rust-embedded/embedonomicon
- Owner: rust-embedded
- License: apache-2.0
- Created: 2018-08-02T03:47:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-28T08:42:59.000Z (8 months ago)
- Last Synced: 2024-06-01T17:10:03.507Z (5 months ago)
- Language: Rust
- Homepage: https://docs.rust-embedded.org/embedonomicon/
- Size: 1.4 MB
- Stars: 203
- Watchers: 20
- Forks: 32
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# The Embedonomicon
> How to bootstrap support for a no_std target
This book is hosted at https://docs.rust-embedded.org/embedonomicon/
This project is developed and maintained by the [Resources team][team].
## License
The Embedonomicon (this project) is distributed under the following licenses:
* The code samples and free-standing Cargo projects contained within this book are licensed under
the terms of both the [MIT License] and the [Apache License v2.0].
* The written prose contained within this book is licensed under the terms of the Creative Commons
[CC-BY-SA v4.0] license.Copies of the licenses used by this project may also be found here:
* [MIT License Hosted]
* [Apache License v2.0 Hosted]
* [CC-BY-SA v4.0 Hosted][MIT License]: ./LICENSE-MIT
[Apache License v2.0]: ./LICENSE-APACHE
[CC-BY-SA v4.0]: ./LICENSE-CC-BY-SA
[MIT License Hosted]: https://opensource.org/licenses/MIT
[Apache License v2.0 Hosted]: http://www.apache.org/licenses/LICENSE-2.0
[CC-BY-SA v4.0 Hosted]: https://creativecommons.org/licenses/by-sa/4.0/legalcode### 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 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 maintainer of this crate, the [Resources team][team], promises
to intervene to uphold that code of conduct.[CoC]: CODE_OF_CONDUCT.md
[team]: https://github.com/rust-embedded/wg#the-resources-team