IOsetting / stc8prog

Open Source STC8G/STC8H ISP flash tool
Apache License 2.0
62 stars 26 forks source link

feat(reset): add possibility to reset the MCU before flashing by pull… #2

Closed egan-ru closed 2 years ago

egan-ru commented 2 years ago

Most of usb-uart converters have dtr pin. It's can be used to reset the MCU before flashing to remove unnecessary physical operations. To make reset by dtr flag 'r' added.

IOsetting commented 2 years ago

Thank you, I will merge this.