AndreRenaud / simple_uart

Simple cross-platform UART/Serial library
BSD Zero Clause License
13 stars 4 forks source link

Try and get a windows build going #28

Closed AndreRenaud closed 11 months ago

akaeba commented 11 months ago

Hi Andre,

take here a look:

https://github.com/andkae/usbiss/blob/main/.github/workflows/windows.yml

it builds an windows exe for command line.

akaeba commented 11 months ago

and the best is, you call simple make :) it like in linux to compile

AndreRenaud commented 11 months ago

I'd rather not use mingw/msys if I can avoid it, since that can mask Windows-specific issues. But if I can't get this going, I'll probably have to do that :)