That sounds good! Tried embedded Rust on an ESP32 about 1.5 years ago and it was still a bit of a pain. So it's good to see options like this that seem to focus on DX!
this post was submitted on 01 Apr 2025
36 points (100.0% liked)
Rust
6961 readers
5 users here now
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Wormhole
Credits
- The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)
founded 2 years ago
MODERATORS
While we've spent quite some effort in Ariel to get ESP to run as smoothly as everything else, large parts of the credit for making that simpler go Espressif, who are putting a lot of effort into making this easy to use despite their weird architecture. In particular, for the RISC-V based ESPs that are supported, Ariel doesn't need any special setup any more at all. (Even the binary blobs are pulled in automatically, which to me personally is a sore point, but does make things convenient; I hope we can integrate the reverse-engineered Wi-Fi rather sooner than later.)
Sounds awesome. Good luck!