Skip to content

v1.5 - support STM32duino, support F() for ESP8266, blacklist megaAVR

Compare
Choose a tag to compare
@bxparks bxparks released this 18 Jan 22:20
· 68 commits to master since this release
f437410
  • 1.5 (2021-01-18)
    • Add support for STM32duino.
    • Blacklist megaAVR boards due to incompatibility with new Arduino API.
      See Issue #56 (#56).
    • Blacklist SAMD21 boards using arduino:samd core version >= 1.8.10
      due to incompatibility with new Arduino API. See Issue #66
      (#66).
    • Enable F() for ESP8266 since
      esp8266/Arduino#3369 seems to have been fixed
      some time ago.