vdudouyt / stm8flash

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

Initial implementation for esp-stlink. #82

Closed rumpeltux closed 6 years ago

rumpeltux commented 6 years ago

This adds support for using stm8flash with https://github.com/rumpeltux/esp-stlink a firmware for the popular ESP8266 module that's capable of performing SWIM commands to an attached STM8 device.

I believe this is great for the stm8 development toolchain, as it eliminates the need for proprietary flash tools (namely stlink) and thus gives us more control and reliability.

I’ve only tested this with stm8s103f3 so far, but I’m relatively confident that this also works well with other modules.

rumpeltux commented 6 years ago

Friendly ping. Any concerns on this patch?