Skip to content

v1.2 (20 Dec 2021)

Compare
Choose a tag to compare
@latchdevel latchdevel released this 20 Dec 09:09
· 10 commits to master since this release

Update to PiCode library v1.2

  • Update to PiCode library v1.2, setting C library definitions in "cPiCode" namespace.
  • Show PiCode library version via new class method getPiCodeVersion().
  • Force "-fcommon" compiler flag to prevent multiple-definition.
  • Force checking and linking to math library.
  • Build static executable if possible.
  • Fix warning SB struct may be used uninitialized.
  • Improve CMake build and tests.