esp-rs / espflash

Serial flasher utility for Espressif SoCs and modules based on esptool.py
Apache License 2.0
455 stars 110 forks source link

flasher: add write_bins_to_flash. #501

Closed Dirbaio closed 8 months ago

Dirbaio commented 8 months ago

This makes flashing a bit faster vs calling write_bin_to_flash because it does the "spi attach" only once.