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

Adding LITTLEFS w/o rebuild the IDF #4096

Closed
wants to merge 17 commits into from
Closed

Adding LITTLEFS w/o rebuild the IDF #4096

wants to merge 17 commits into from

Commits on Jun 17, 2020

  1. Adding LITTLEFS w/o rebuild the IDF. Compatible with 3.3.

    based on https://github.com/joltwallet/esp_littlefs
    
    This will be my first PR, hope will do it right.
    lorol committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    7a66810 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2020

  1. Configuration menu
    Copy the full SHA
    99c854c View commit details
    Browse the repository at this point in the history
  2. More tries to pass PR checkups ...

    Anyway, the LITTLEFS is a hack.
    lorol committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    0602a04 View commit details
    Browse the repository at this point in the history
  3. More tries to pass PR checkups ...

    Anyway, the LITTLEFS is a hack.
    lorol committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    0ab506c View commit details
    Browse the repository at this point in the history
  4. Corrections

    lorol committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    4f1f7ad View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2020

  1. cleaner way

    lorol committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    d056c40 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2020

  1. this value was changed on tests and not reverted, now back to default

    #define CONFIG_LITTLEFS_LOOKAHEAD_SIZE 128
    lorol committed Jun 20, 2020
    Configuration menu
    Copy the full SHA
    72cf6b6 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2020

  1. - clean warnings sys/termios.h vs. binary.h (just removed the include)

    - In esp_littlefs.c, added a way to build for older IDF too (IDF 3.2 is used on release 1.0.4)
    #define CONFIG_LITTLEFS_FOR_IDF_3_2
    lorol committed Jun 21, 2020
    Configuration menu
    Copy the full SHA
    5a7ac01 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2020

  1. Added/changed examples

    fixed rmdir
    line-endings
    lorol committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    d882cfa View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2020

  1. Edited README with chages in this fork

    Modified Update library to allow FatFS OTA
    Updated file: package_esp32_index.template.json
    Added a sub-folder with IDE plugins
    lorol committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    abe9ea3 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2020

  1. Combined plugin

    lorol committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    6bf0962 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2020

  1. Remove LITTLEFS - to be re-added as submodule from URL

    Updated esp32fs.jar and README for it
    lorol committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    c5646b0 View commit details
    Browse the repository at this point in the history
  2. Added LITTLEFS as module

    lorol committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    5bd5698 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2020

  1. LITTLEFS submodule updated

    lorol committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    158f63d View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2020

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

Commits on Jul 29, 2020

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

Commits on Jul 30, 2020

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