Skip to content

Commit

Permalink
docs: Add Rust on Espressif discovery journey
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed Feb 5, 2025
1 parent dd23318 commit 76081ef
Showing 1 changed file with 9 additions and 0 deletions.
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 (`no_std`) on Espressif](https://esp-rs.github.io/no_std-training/)
- [Embedded Rust (`std`) on Espressif](https://esp-rs.github.io/std-training/)
- Join the community: Have questions or need help? Join the [Matrix community channel](https://matrix.to/#/#esp-rs:matrix.org)!

0 comments on commit 76081ef

Please sign in to comment.