Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 327 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 327 Bytes

Rust on the esp32c3

NOTE highly experimental at the moment, do not expect support.

Building and flashing

Add target to your toolchain

rustup target add riscv32imc-unknown-none-elf

Build and flash the image using espflash

cargo espflash /dev/ttyUSB0