Skip to content

micro-rustscript ESP32-C3 esp32-v0.1.0

Choose a tag to compare

@github-actions github-actions released this 10 Jul 19:57

Directly flashable ESP32-C3-DevKitM-1 image with pd-vm-nostd and RSS GPIO host functions.

Flash at offset 0x0:

python -m esptool --chip esp32c3 erase_flash
python -m esptool --chip esp32c3 write_flash 0x0 micro-rustscript-esp32-c3.factory.bin

Full Changelog: https://github.com/rustscript-lang/micro-rustscript/commits/esp32-v0.1.0