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

Deprecate SPIFFS, move examples to LittleFS #7263

Merged
merged 8 commits into from
May 4, 2020

Commits on May 3, 2020

  1. Deprecate SPIFFS, move examples to LittleFS

    SPIFFS has been a great filesystem, but it has significant problems in
    many cases (and it's also pretty slow).  Development seems to have
    slowed/stopped on the upstream version, and we're not able to provide
    support or fix the known issues with it as-is.
    
    Deprecate SPIFFS variable.
    
    Update all examples to use LittleFS instead of SPIFFS.
    
    Also, minor cleanup on very old examples which has obsolete delays
    waiting for the Serial port to come up, or which were stuck at 9600 baud
    because of their ancient AVR heritage.
    
    Fixes esp8266#7095
    earlephilhower committed May 3, 2020
    Configuration menu
    Copy the full SHA
    2e5ee76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7446cee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f581360 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c3da530 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d588f4f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3de15bd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e61c372 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2020

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