Skip to content

stm8gal release v1.4.3

Compare
Choose a tag to compare
@gicking gicking released this 09 Jan 21:14
· 23 commits to master since this release
  • add CRC32 verify to solve #20
  • fixed bug in SPI communication
  • fixed some minor bugs, e.g. #21
  • enhanced testing coverage

Attached binaries were built for the following platforms:

stm8gal_linux64:

  • built under Xubuntu 18.04 (64 bit)
  • without -DUSE_SPIDEV -> support upload via SPI. See Makefile
  • without -DUSE_WIRINGPI -> no reset via GPIO and WiringPi (not supported)

stm8gal_linux32

  • built under Xubuntu 18.04 (32 bit)
  • without -DUSE_SPIDEV -> support upload via SPI. See Makefile
  • without -DUSE_WIRINGPI -> no reset via GPIO and WiringPi (not supported)

stm8gal_raspbian32

  • built on RasPi3 under Raspbian 9 Stretch (32 bit)
  • without -DUSE_SPIDEV -> support upload via SPI. See Makefile
  • without -DUSE_WIRINGPI -> no reset via GPIO. See Makefile

stm8gal_windows32.exe

  • built on Windows 7 (32 bit)
  • without -DUSE_SPIDEV -> no upload via SPI (not supported)
  • without -DUSE_WIRINGPI -> no reset via GPIO and WiringPi (not supported)

stm8gal_windows64.exe

  • built on Windows 10 (64 bit)
  • without -DUSE_SPIDEV -> no upload via SPI (not supported)
  • without -DUSE_WIRINGPI -> no reset via GPIO and WiringPi (not supported)