Skip to content

1.3.1 - support SAMD21 and ATmega2560 boards; split off UnixHostDuino; set exit status code

Compare
Choose a tag to compare
@bxparks bxparks released this 31 Jul 22:17
· 120 commits to master since this release
9c7b442
  • 1.3.1 (2019-07-31)
    • Add examples/AUnitPlatformIO to verify that AUnit works on PlatformIO.
    • Rename unitduino to UnixHostDuino and move to its own repository at
      https://github.com/bxparks/UnixHostDuino.
    • Add UnixHostDuino Makefile to all unit tests.
    • Support SAMD21 and ATmega2560 boards.
    • Call exit(1) upon failure or timeout, exit(0) upon success when using
      UnixHostDuino (#51).