Skip to content

v0.2 - usable as a library, support multiple external library locations

Compare
Choose a tag to compare
@bxparks bxparks released this 21 Mar 18:29
· 279 commits to master since this release
9aad732
  • 0.2 (2020-03-21)
    • Mark main() as a weak reference (supported by g++ and clang++) so that
      UniHostDuino can be used as a library in programs that already provide a
      main() function. (Thanks to Max Prokhorov mcspr@).
    • Replace ARDUINO_LIB_DIR with ARDUINO_LIB_DIRS which supports
      multiple external library locations, in addition to siblings of the
      UnixHostDuino directory. The ARDUINO_LIB_DIR is no longer supported.