Skip to content

Adding LITTLEFS w/o rebuild the IDF #4096

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

Closed
wants to merge 17 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
this value was changed on tests and not reverted, now back to default
#define CONFIG_LITTLEFS_LOOKAHEAD_SIZE 128
  • Loading branch information
lorol committed Jun 20, 2020
commit 72cf6b61a42c94632e1414c774432911e22d8403
2 changes: 1 addition & 1 deletion libraries/LITTLEFS/src/esp_littlefs.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ static const char TAG[] = "esp_littlefs";
#define CONFIG_LITTLEFS_OBJ_NAME_LEN 64
#define CONFIG_LITTLEFS_READ_SIZE 128
#define CONFIG_LITTLEFS_WRITE_SIZE 128
#define CONFIG_LITTLEFS_LOOKAHEAD_SIZE 512
#define CONFIG_LITTLEFS_LOOKAHEAD_SIZE 128
#define CONFIG_LITTLEFS_CACHE_SIZE 128
#define CONFIG_LITTLEFS_BLOCK_CYCLES 512
#define CONFIG_LITTLEFS_USE_MTIME 1
Expand Down