Rust is a great programming language when developing for embedded devices like MCUs, which have limited resources. Especially, Bare Metal (a.k.a. no_std) brings many advantages […] Read More
Tag: ESP32-S3
When compiling a Rust project for ESP32-S3 you may encounter the following error: While Rust is very helpful with error messages, it’s quite hard to […] Read More