vdudouyt / stm8flash

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

Add support for all current STM8S devices #30

Closed spth closed 8 years ago

spth commented 8 years ago

Support for all STM8S devices. Some STM8 differ only in ways not relevant to stm8flash. To keep the list of supported devices short, a wildcard character '?' has been introduced. Choice of wildcard character: '?' is reasonably known as wildcard. ST documentation uses 'x' as wildcard. But stm8flash uses lowercase for part names, and some STM8 devices contain 'X' in the part name. For the list of devices in README.md, I copied the existing results to the closest matching part. I did a quick flash2 test on stm8s105c6 myself.

Philipp