vdudouyt / stm8flash

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

Split espstlink into a common library and stm8flash specific parts and implement espstlink-reset functionality #107

Closed rumpeltux closed 6 years ago

rumpeltux commented 6 years ago

The library allows to reuse the interface for other purposes. Reset functionality was recently added in https://github.com/rumpeltux/esp-stlink/pull/6

rumpeltux commented 6 years ago

Friendly ping. Any issues with this patch?

spth commented 6 years ago

It is a big change, I don't have much time now. Maybe I'll find some time in the next few days, but probably not. If no other stm8flash developer finds time before, I'll have a closer look at it on the 21st this month.

Philipp

spth commented 6 years ago

I have done tests to check that this does not break existing functionality (but I don't have an espstlink):

Philipp

rumpeltux commented 6 years ago

Thanks! FTR I did perform tests with espstlink, so this should be covered too :)