/esp-rust-firmware

An experimental firmware to explore rust development on embedded system (ESP32S3)

Primary LanguagePython

esp-rust-firmware

this project was generated from cargo-pio.

cargo pio new esp-rust-firmware --platform espressif32 --frameworks arduino --board esp32-s3-devkitc-1

to set rustc toolchain, this must be installed toolchain from espup

rustup override set esp

building the firmware

cargo pio build