Skip to content

Releases: rustscript-lang/micro-rustscript

micro-rustscript firmware 0.3.3

Choose a tag to compare

@github-actions github-actions released this 12 Jul 15:01

Release images for ESP32-C3-DevKitM-1, Arduino host, and ESP32-S31. Both ESP factory images enable the ESP-IDF Wi-Fi and Bluetooth LE controller APIs by default.

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
python -m esptool --chip esp32s31 write_flash 0x0 micro-rustscript-esp32-s31.factory.bin

Full Changelog: 0.3.2...0.3.3

micro-rustscript firmware 0.3.2

Choose a tag to compare

@github-actions github-actions released this 12 Jul 12:19

Release images for ESP32-C3-DevKitM-1, Arduino host, and ESP32-S31. Both ESP factory images enable the ESP-IDF Wi-Fi and Bluetooth LE controller APIs by default.

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
python -m esptool --chip esp32s31 write_flash 0x0 micro-rustscript-esp32-s31.factory.bin

Full Changelog: 0.3.1...0.3.2

micro-rustscript firmware 0.3.1

Choose a tag to compare

@github-actions github-actions released this 11 Jul 20:51

Release images for ESP32-C3-DevKitM-1, Arduino host, and ESP32-S31. Both ESP factory images enable the ESP-IDF Wi-Fi and Bluetooth LE controller APIs by default.

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
python -m esptool --chip esp32s31 write_flash 0x0 micro-rustscript-esp32-s31.factory.bin

Full Changelog: 0.3.0...0.3.1

micro-rustscript ESP32-C3 esp32-v0.2.0

Choose a tag to compare

@github-actions github-actions released this 10 Jul 20:12

Directly flashable ESP32-C3-DevKitM-1 image with namespaced GPIO, I2C, MCU, and serial framework APIs. Startup checks SD, then the dedicated VMBC partition, then opens the serial VMBC REPL.

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.2.0

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