vdudouyt / stm8flash

program your stm8 devices with SWIM/stlinkv(1,2)
GNU General Public License v2.0
403 stars 183 forks source link

Add SREC write and verify #85

Closed welash closed 6 years ago

welash commented 6 years ago

I'm not sure if anyone needs it, but I added an implementation of srec_write, and added the logic to the WRITE and VERIFY code to allow specifying SREC files. The VERIFY code could have been added when srec_read was implemented.