vdudouyt / stm8flash

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

Release it #33

Open spth opened 8 years ago

spth commented 8 years ago

stm8flash currently is an essential part of the free toolchain for STM8. I'd suggest to make a release. Releases tend to be more trusted by users and tend to make it more likely that the software gets picked up by distributions. There is probably still a bit of work in getting stm8flash into a state fit for release (and I'm willing to help), but even in its current state it is quite useful software that should be good enough for the vast majority of use cases.

Philipp

spth commented 4 years ago

Also, a release could come with Windows binaries.

Since building software for Windows is much harder than for other OSes, this would be very helpful for Windows users.

schneidersoft commented 1 year ago

Under windows I compiled stm8flash using mingw once. I had to remove support for the esp uart bootloader stuff to get it to build though.