Skip to content

Commit 6fb69c7

Browse files
committed
Merge remote-tracking branch 'apollo/patch-2' into james/add-paid-section
2 parents 797c816 + d09a62b commit 6fb69c7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,9 @@ These materials are available publicly, typically under permissive licenses.
164164
These materials are available for purchase. They have been reviewed for relevancy, but are not
165165
specifically endorsed or reviewed for accuracy or quality by the Embedded Working Group.
166166

167+
- [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.
168+
- [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.
169+
167170
## Tools
168171

169172
- [xargo](https://github.com/japaric/xargo) Rust package manager with support for non-default std libraries — build Rust runtime for your embedded system.

0 commit comments

Comments
 (0)