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
785 stars 105 forks source link

Use the partitions.csv file in the git root #118

Open axos88 opened 1 year ago

axos88 commented 1 year ago

Fixes #116

Also bails with build failures if the image would not fit into the partitions defined by the csv file.

axos88 commented 1 year ago

Alternative solution for #117, which only ties in during the flash phase.