ivmarkov / rust-esp32-std-demo

Rust on ESP32 STD demo app. A demo STD binary crate for the ESP32[XX] and ESP-IDF, which connects to WiFi, Ethernet, drives a small HTTP server and draws on a LED screen.
Apache License 2.0
784 stars 105 forks source link

Use cargo espflash instead of esptool.py for qemu #89

Closed svenstaro closed 2 years ago

svenstaro commented 2 years ago

I especially like that we now don't need qemu_bins anymore.

Fixes #82.

ivmarkov commented 2 years ago

Thanks!