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

Support before and after reset arguments #559

Closed SergioGasquez closed 5 months ago

SergioGasquez commented 5 months ago

Implement different reset modes like esptool does to allow the user to change the default behavior.

SergioGasquez commented 5 months ago

This will also allow solving https://github.com/esp-rs/espflash/issues/346 as you could use --before no-reset-no-sync and monitor the target without resetting it.