-
rust-esp32-std-demo
Discontinued Rust on ESP32 STD demo app. A demo STD binary crate for the ESP32[XX] and ESP-IDF, which connects to WiFi, Ethernet, drives a small HTTP server and draws on a LED screen.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Just the first example that comes to mind: https://github.com/absw/loadstone
-
Support has matured a lot. Just check: https://github.com/cross-rs/cross
-
Agreed, I would not use rust for a serious embedded project. That said, however, I read the rust manual out of curiosity and took a liking to the language, package manager, and build system. I've had fun playing around with this repo https://github.com/Rahix/avr-hal
-
Agreed, I would not use rust for a serious embedded project. That said, however, I read the rust manual out of curiosity and took a liking to the language, package manager, and build system. I've had fun playing around with this repo https://github.com/Rahix/avr-hal
-
I recently got an Arduino Uno to blink without much hassle, very excited about the 328p having built-in support. Will be even easier when a new release of a couple libraries gets released to crates.io, hopefully soon? (https://github.com/avr-rust/delay/issues/19)
-
Also got an ESP32C3 to connect to my wifi network, which was really exciting: https://github.com/esp-rs/esp-wifi
-
awesome-embedded-rust
Curated list of resources for Embedded and Low-level development in the Rust programming language
In any case, here is a good resource for drivers and other tools: https://github.com/rust-embedded/awesome-embedded-rust
-