https://github.com/rust-embedded/discovery
Discover the world of microcontrollers through Rust!
https://github.com/rust-embedded/discovery
Last synced: 23 days ago
JSON representation
Discover the world of microcontrollers through Rust!
- Host: GitHub
- URL: https://github.com/rust-embedded/discovery
- Owner: rust-embedded
- License: apache-2.0
- Created: 2016-11-04T00:28:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-03-30T05:13:54.000Z (about 1 month ago)
- Last Synced: 2025-04-04T11:14:14.173Z (about 1 month ago)
- Language: Rust
- Homepage: https://docs.rust-embedded.org/discovery/
- Size: 9.64 MB
- Stars: 1,528
- Watchers: 43
- Forks: 540
- Open Issues: 111
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-starred - rust-embedded/discovery - Discover the world of microcontrollers through Rust! (others)
README
# `Discovery`
Discover the world of microcontrollers through [Rust](https://www.rust-lang.org/)!
There are currently three versions of this book.
All of them provide an introduction to microcontrollers and how to use Rust with them.- Read the current and best-maintained version of this book, using a micro:bit v2:
https://docs.rust-embedded.org/discovery-mb2/There are also two *deprecated* versions of this book.
Unless you need to work with a micro:bit v1 or an STM32F3 discovery board, it is *strongly* recommended that you use the new book instead.- Read the older micro:bit book:
https://docs.rust-embedded.org/discovery/microbit
- Read the oldest book, using an F3 discovery board:
https://docs.rust-embedded.org/discovery/f3discovery
- Start working on the examples from this repository
- You've got questions?
- Have a look at our [discussions section on
GitHub](https://github.com/rust-embedded/discovery/discussions)
- Maybe it has already been answered
- If not, start a new discussion
- You've found an issue?
- Have a look at our [issues on
GitHub](https://github.com/rust-embedded/discovery/issues)
- Maybe there is already a workaround
- If not, please open a new one - or even better - a [pull
request](https://github.com/rust-embedded/discovery/pulls) for solving
it
- Have fun and enjoy!This project is developed and maintained by the [Resources team][team].
## License
The documentation is licensed under
- Creative Commons Attribution 4.0 License ([LICENSE-CC-BY](LICENSE-CC-BY)
or https://creativecommons.org/licenses/by/4.0/legalcode)And the source code is 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
https://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
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