Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Rust on Espressif discovery journey #559

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 9 additions & 0 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,12 @@ translation listed here, please open a PR to add it.
([repository](https://github.com/jzow/discovery))
* [Portuguese (Brazilian)](https://allyssan.github.io/discovery/)
([repository](https://github.com/allyssan/discovery))

## Rust on Espressif discovery journey

If you want to get started with Rust on Espressif devices:
- Learn the basics: Read [The Rust on ESP Book](https://esp-rs.github.io/book/), which is a comprehensive guide that covers everything from setting up your development environment to using available tools.
- Get hands-on experience:
- [Embedded Rust (`std`) on Espressif](https://esp-rs.github.io/std-training/)
- [Embedded Rust (`no_std`) on Espressif](https://esp-rs.github.io/no_std-training/)
- Join the community: Have questions or need help? Join the [Matrix community channel](https://matrix.to/#/#esp-rs:matrix.org)!