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 no_std training #134

Merged
merged 1 commit into from
Dec 29, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions src/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,19 @@ This book is intended for people with some experience in Rust and also assumes r

If you are unfamiliar or less experienced with anything mentioned above, or if you would just like more information about a particular topic mentioned in this book. You may find these resources helpful.

| Resource | Description |
| -------------------------------------------- | ------------------------------------------------------------------------------------ |
| [The Rust Programming Language][rust-book] | If you aren't familiar with Rust we recommend reading this book first. |
| [The Embedded Rust Book][embedded-rust-book] | Here you can find several other resources provided by Rust's Embedded Working Group. |
| [The Embedonomicon][embedonomicon] | The nitty-gritty details when doing embedded programming in Rust. |
| [Embedded Rust on Espressif][std-training] | Training material created in cooperation with [Ferrous Systems][ferrous-systems]. |
| Resource | Description |
| ------------------------------------------------------ | ------------------------------------------------------------------------------------ |
| [The Rust Programming Language][rust-book] | If you aren't familiar with Rust we recommend reading this book first. |
| [The Embedded Rust Book][embedded-rust-book] | Here you can find several other resources provided by Rust's Embedded Working Group. |
| [The Embedonomicon][embedonomicon] | The nitty-gritty details when doing embedded programming in Rust. |
| [Embedded Rust (std) on Espressif][std-training] | Getting started guide on using `std` for Espressif SoCs |
| [Embedded Rust (no_std) on Espressif][no_std-training] | Getting started guide on using `no_std` for Espressif SoCs |

[rust-book]: https://doc.rust-lang.org/book/
[embedded-rust-book]: https://docs.rust-embedded.org/book/index.html
[embedonomicon]: https://docs.rust-embedded.org/embedonomicon/
[std-training]: https://esp-rs.github.io/std-training/
[ferrous-systems]: https://ferrous-systems.com/
[no_std-training]: https://esp-rs.github.io/no_std-training/

## Translations

Expand Down