Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge 1.5.2 into master #23

Merged
merged 15 commits into from
Sep 22, 2022
Merged

merge 1.5.2 into master #23

merged 15 commits into from
Sep 22, 2022

Conversation

bxparks
Copy link
Owner

@bxparks bxparks commented Sep 22, 2022

  • 1.5.2 (2022-09-22)
    • Change hashDjb2(const char*) to be an inlined function instead of
      simply delegating to the template version.
      • Increases type-safety because passing an incorrect array (e.g.
        uint16_t[]) would compile without any errors, and probably not what
        the user intended since the hash function expects a NUL-terminated
        string.
    • Mark PrintStr::flush() as override.
      • The STM32 and ESP32 platforms have finally fixed their implementation
        of Print::flush() to be virtual, consistent with other Arduino
        platforms.
      • Make exception for ATTinyCore, which does not implement a
        Print::flush().
    • Upgrade tool chain
      • Upgrade Arduino CLI from 0.20.2 to 0.27.1.
      • Upgrade Arduino AVR Core from 1.8.4 to 1.8.5.
      • Upgrade STM32 Core from 2.2.0 to 2.3.0.
      • Upgrade ESP32 Core from 2.0.2 to 2.0.5.
      • Upgrade Teensyduino from 1.56 to 1.57.

@bxparks bxparks merged commit ceac97b into master Sep 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant