gicking / stm8gal

PC tool for uplading hexfiles to the STM8 microcontroller via UART or SPI , using the built-in ROM bootloader. Works under Windows and Posix operating systems
Apache License 2.0
80 stars 21 forks source link

Pre-built windows executable please :) #22

Closed gfmoore closed 3 years ago

gfmoore commented 3 years ago

I hope you are still around :)

I am trying to learn how to use an STM8S with a STM8S-discovery board and I can flash using STVP, but I'd like to incorporate a command line flash into my VS Code (tasks.json calling the Makefile flash option I wrote)

I have gcc installed, but I don't want to have to start installing mingw etc.

I don't suppose you have a pre-built win10 version available for me to use do you?

Gordon

gicking commented 3 years ago

hi gfmoore,

yep, still around and kicking... ;-)

You can find pre-compiled binaries under releases. Hope it works for you!

Georg

gfmoore commented 3 years ago

Great, thanks, missed that :)

gicking commented 3 years ago

:-)