Skip to content

Commit 04e3e9c

Browse files
authored
Merge pull request #559 from SergioGasquez/master
Add Rust on Espressif discovery journey
2 parents dd23318 + 76081ef commit 04e3e9c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/README.md

+9
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,12 @@ translation listed here, please open a PR to add it.
3434
([repository](https://github.com/jzow/discovery))
3535
* [Portuguese (Brazilian)](https://allyssan.github.io/discovery/)
3636
([repository](https://github.com/allyssan/discovery))
37+
38+
## Rust on Espressif discovery journey
39+
40+
If you want to get started with Rust on Espressif devices:
41+
- 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.
42+
- Get hands-on experience:
43+
- [Embedded Rust (`no_std`) on Espressif](https://esp-rs.github.io/no_std-training/)
44+
- [Embedded Rust (`std`) on Espressif](https://esp-rs.github.io/std-training/)
45+
- Join the community: Have questions or need help? Join the [Matrix community channel](https://matrix.to/#/#esp-rs:matrix.org)!

0 commit comments

Comments
 (0)