This project is a trial for running some basic Rust code on an ESP32 microcontroller. It is based on https://github.com/esp-rs/rust-build.
- Make sure the toolchain is installed. Run
espup install -t esp32
- Source the required environment variables. Run
. $HOME/export-esp.sh
.