During the last weeks, some PRs were proposed with regard to building and packaging icesprog (#16, #17, #18, #19).
I'm glad to tell that icesprog is now available in official MSYS2 repositories:
Therefore, users on Windows can install icesprog through pacman -S mingw-w64-x86_64-icesprog (64 bits) or pacman -S mingw-w64-i686-icesprog (32 bits); and they are ready to go!
user@DESKTOP MINGW64 /d/icesugar/demo
$ icesprog -w leds.bin
flash offset: 0x00000000
write flash (104090 (0x1969a) Bytes)
write 0x00000000
write 0x00010000
done
/cc @juanmard
During the last weeks, some PRs were proposed with regard to building and packaging icesprog (#16, #17, #18, #19).
I'm glad to tell that icesprog is now available in official MSYS2 repositories:
Therefore, users on Windows can install icesprog through
pacman -S mingw-w64-x86_64-icesprog(64 bits) orpacman -S mingw-w64-i686-icesprog(32 bits); and they are ready to go!user@DESKTOP MINGW64 /d/icesugar/demo $ icesprog -w leds.bin flash offset: 0x00000000 write flash (104090 (0x1969a) Bytes) write 0x00000000 write 0x00010000 done/cc @juanmard