From 2660b4d8dacd054d27675b69f40c3b4b4cfa02ce Mon Sep 17 00:00:00 2001 From: Sergio Gasquez Date: Fri, 9 Jun 2023 09:15:54 +0200 Subject: [PATCH 1/2] =?UTF-8?q?feat:=20=E2=9C=A8=20Add=20ApolloLabs=20seri?= =?UTF-8?q?es?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 46036ea..a5b4b88 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ + # Awesome ESP Rust [![Awesome](https://awesome.re/badge-flat2.svg)](https://awesome.re) > A curated list of resouces for development in the Rust programming language for ESP32, ESP32-C2/C3/C6, and ESP32-S2/S3. + ## Table of Contents - [Community](#community) @@ -30,6 +32,7 @@ You can usually find community members (including some employees of Espressif) i - [EN] Making a Dino Light with the ESP32 and WS2812 - [Making a Dino Light with the ESP32 and WS2812](https://nereux.blog/posts/esp32-ws2812-dino-light/) - [Making a Dino Light with the ESP32 and WS2812 Pt. 2](https://nereux.blog/posts/esp32-ws2812-dino-light-2/) +- [EN] [ESP32 with Embedded Rust at the HAL](https://apollolabsblog.hashnode.dev/series/esp32c3-embedded-rust-hal) - Blog series about learning Rust at the HAL level with the ESP32-C3. - [JP] 倒立振子ロボットを現代制御で動かしたい (I want to run an inverted pendulum robot with modern control) - [(1) モデル化](https://zenn.dev/tana_ash/articles/balance-robot-modern-1) (Modelling) - [(2) 直立制御](https://zenn.dev/tana_ash/articles/balance-robot-modern-2) (Upright Control) From 11ecce453d4999d644e86ffcf64f779ac0c6350c Mon Sep 17 00:00:00 2001 From: Sergio Gasquez Date: Fri, 9 Jun 2023 09:16:20 +0200 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20=F0=9F=90=9B=20Fix=20std=20training?= =?UTF-8?q?=20link?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a5b4b88..b59ab5c 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ You can usually find community members (including some employees of Espressif) i ## Books, Blogs, and Training Materials - [EN] [The Rust on ESP Book](https://esp-rs.github.io/book/introduction.html) - The goal of this book is to provide a comprehensive guide on using the Rust programming language with Espressif SoCs and modules. -- [EN] [Embedded Rust on Espressif](https://esp-rs.github.io/espressif-trainings/) - Training for Rust development on ESP32-C3 by [Ferrous Systems](https://ferrous-systems.com/training/). +- [EN] [Embedded Rust on Espressif](https://esp-rs.github.io/std-training/) - Training for Rust development on ESP32-C3 by [Ferrous Systems](https://ferrous-systems.com/training/). - [EN] [Scott Mabin - Rust on Espressif chips](https://mabez.dev/blog/posts/) - Quarterly updates about Rust on Espressif chips. - [EN] [Bare-Metal Rust on ESP32: A brief overview](https://beta7.io/posts/bare-metal-rust-on-esp32/) - Overview of the `no_std` ecosystem on ESP32 chips. - [EN] Making a Dino Light with the ESP32 and WS2812