You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that the header termios.h is required and not presented by mingw64. By the way, what is espstink ? A wifi stlink made by ESP8266 ?
I use common usb stlink for STM8s. So can I remove this part code directly or how to make it works under Windows?
The text was updated successfully, but these errors were encountered:
When a project uses termios.h it seems that the only way to build it under windows is cygwin. I would suggest to use a wrapper for serial port to stay platform-independent. My solution a the moment was to remove espstlink locally, because I don't need it.
Btw: I like the idea of using an esp8266 for flashing STM8-devices. So it would be great if it was available under windows.
Same problem here. For the Sduino project I need to compile binaries for different systems, including Windows. My solution is to cut out the espstlink code, but using unmodified code would be a far better solution.
I suggest using a simple intermediate cross-platform layer like libserialport or to borrow some code from the stm8gal project.
It seems that the header termios.h is required and not presented by mingw64. By the way, what is espstink ? A wifi stlink made by ESP8266 ?
I use common usb stlink for STM8s. So can I remove this part code directly or how to make it works under Windows?
The text was updated successfully, but these errors were encountered: