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

Add FSTools with examples of how to convert between SPIFFS and LITTLEFS. #7696

Merged
merged 23 commits into from
Jun 26, 2022

Commits on Nov 6, 2020

  1. Configuration menu
    Copy the full SHA
    0fb1ebc View commit details
    Browse the repository at this point in the history
  2. Oops. Need to pass layout by reference in order to capture the correc…

    …t address. Took a while to find that. There maybe a better way to store all these configs
    sticilface committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    745db9a View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2020

  1. Update FSTools.cpp

    fix ESP.h to Esp.h
    sticilface authored Nov 7, 2020
    Configuration menu
    Copy the full SHA
    cbf4073 View commit details
    Browse the repository at this point in the history
  2. Fix unused variable i

    sticilface committed Nov 7, 2020
    Configuration menu
    Copy the full SHA
    d382a33 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee1481a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e9d486b View commit details
    Browse the repository at this point in the history
  5. remove unused variable

    sticilface committed Nov 7, 2020
    Configuration menu
    Copy the full SHA
    4afa2d4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5022cf0 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2020

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

Commits on Nov 15, 2020

  1. Configuration menu
    Copy the full SHA
    f4a42a0 View commit details
    Browse the repository at this point in the history
  2. Fix indentation to spaces

    Run test/restyle.sh
    Remove commented code
    Use #ifdef blocks for debugging.  `DEBUG_ESP_CORE` and `DEBUG_ESP_PORT`
    use `static constexpr  layout` which saves ROM ~500B for unused vars
    sticilface committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    9feb47a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7db7ab8 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2020

  1. Update FSTools.cpp

    Add yield in between file copy
    sticilface authored Nov 20, 2020
    Configuration menu
    Copy the full SHA
    9f80841 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2020

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

Commits on Mar 7, 2021

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

Commits on May 15, 2021

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

Commits on Jun 11, 2022

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

Commits on Jun 15, 2022

  1. style

    d-a-v authored Jun 15, 2022
    Configuration menu
    Copy the full SHA
    319f1d0 View commit details
    Browse the repository at this point in the history
  2. style

    d-a-v authored Jun 15, 2022
    Configuration menu
    Copy the full SHA
    7e9968c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80c685d View commit details
    Browse the repository at this point in the history
  4. style

    d-a-v authored Jun 15, 2022
    Configuration menu
    Copy the full SHA
    3c43f18 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

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

Commits on Jun 26, 2022

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