Skip to content

v1.5.5 - prevent accidental inclusion of HardwareSerial; blacklist all other platforms using ArduinoCoreAPI

Compare
Choose a tag to compare
@bxparks bxparks released this 03 May 22:27
· 39 commits to master since this release
ebd0aac
  • 1.5.5 (2021-05-03)
    • Prevent accidental inclusion of HardwareSerial class (via the Serial
      global variable). Remove reference to SERIAL_PORT_MONITOR from
      Printer::sPrinter. Move reference to SERIAL_PORT_MONITOR from
      TestRunner.cpp to TestRunner.h. Saves about 800 bytes on AVR applications
      which don't use Serial at all.
    • Activate
      GitHub Discussions
      for this project.
    • Blacklist all other platforms using ArduinoCore-API (e.g. RP2040) to
      generate a user-friendly error message instead of pages of obscure
      compiler errors.