mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2025-01-20 21:58:07 +00:00
Merge pull request #455 from rust-embedded/james/add-paid-section
Add Paid Section
This commit is contained in:
commit
98eb1ffdad
1 changed files with 69 additions and 57 deletions
12
README.md
12
README.md
|
@ -133,6 +133,10 @@ In 2018, the Rust community created an embedded working group to help drive adop
|
|||
|
||||
## Books, blogs, and training materials
|
||||
|
||||
### Free and public materials
|
||||
|
||||
These materials are available publicly, typically under permissive licenses.
|
||||
|
||||
- [The Embedded Rust Book](https://rust-embedded.github.io/book/) - An introductory book about using the Rust Programming Language on "Bare Metal" embedded systems, such as Microcontrollers.
|
||||
- [The Rust on ESP Book](https://esp-rs.github.io/book/) - This book aims to provide a comprehensive guide on using the Rust programming language with Espressif SoCs and modules.
|
||||
- [Embedded Rust (no_std) on Espressif](https://docs.esp-rs.org/no_std-training/) - Training for Rust using no_std approach development on ESP32-C3.
|
||||
|
@ -155,6 +159,14 @@ In 2018, the Rust community created an embedded working group to help drive adop
|
|||
|
||||
[Ferrous Systems]: https://ferrous-systems.com
|
||||
|
||||
### Paid and commercially available materials
|
||||
|
||||
These materials are available for purchase. They have been reviewed for relevancy, but are not
|
||||
specifically endorsed or reviewed for accuracy or quality by the Embedded Working Group.
|
||||
|
||||
- [Simplified Embedded Rust: Standard Library Edition](https://www.theembeddedrustacean.com/c/ser-std) - This book provides a quick path to start learning embedded Rust with minimal setup. Book is based on ESP devices and the Wokwi Simulator. This edition uses the standard library development approach which is based on the ESP-IDF framework.
|
||||
- [Simplified Embedded Rust: Core Library Edition](https://www.theembeddedrustacean.com/c/ser-no-std) - This book provides a quick path to start learning embedded Rust with minimal setup. Book is based on ESP devices and the Wokwi Simulator. This edition uses the core library development approach for bare metal development.
|
||||
|
||||
## Tools
|
||||
|
||||
- [xargo](https://github.com/japaric/xargo) Rust package manager with support for non-default std libraries — build Rust runtime for your embedded system.
|
||||
|
|
Loading…
Reference in a new issue