Embedded Rust
So I like Rust, and I'm curious about how it works embedded into microcontrollers. But, the documentation is scattered and some of it is outdated.
This is my attempt to organize some of it for what I have found that works and is usefull.
General
ESP32
- Rust on ESP Book
- Embedded Rust on Espressif
- Awesome ESP Rust
- Rust on ESP32 STD demo app
- An embedded-hal implementation for ESP32[-XX] + ESP-IDF
- Embedded Rust Trainings for Espressif