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

BREAKING: Add Print::availableForWrite method #7658

Merged
merged 6 commits into from
Oct 27, 2020
Merged

Commits on Oct 17, 2020

  1. Add Print::availableForWrite method

    Adds an availableForWrite() method to the Print class, matching current
    ArduinoCore-API commit 398e70f188e2b861c10d9ffe5e2bfcb6a4a4f489 .
    
    Hook availableForWrite into the SDFS filesystem (other FSes don't have
    this capability built-in).
    
    Fixes esp8266#7650
    earlephilhower committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    8af9f76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31c99b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1649262 View commit details
    Browse the repository at this point in the history
  4. Clean up Serial availableForWrite

    This is evidently a breaking change due to the type difference.
    Arduino's `availableForWrite` returns an `int`, while the
    (multiply-implemented, non-virtual) core `availableForWrite` returned
    `size_t`.
    earlephilhower committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    075b905 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2020

  1. Configuration menu
    Copy the full SHA
    5ddc076 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

  1. Merge branch 'master' into afw

    d-a-v committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    b1cb506 View commit details
    Browse the repository at this point in the history