Skip to content

Commit

Permalink
bump littlefs to 2.10.1 where 2.10.0 was used
Browse files Browse the repository at this point in the history
2.10.1 contains a fix for a long-standing wrong-data issue.
littlefs-project/littlefs#1058
  • Loading branch information
yamt authored and linguini1 committed Dec 27, 2024
1 parent c8f5451 commit 68f0405
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ CONFIG_EXAMPLES_ALARM=y
CONFIG_EXAMPLES_ALARM_STACKSIZE=2048
CONFIG_FS_LITTLEFS=y
CONFIG_FS_LITTLEFS_MULTI_VERSION=y
CONFIG_FS_LITTLEFS_VERSION="v2.10.0"
CONFIG_FS_LITTLEFS_VERSION="v2.10.1"
CONFIG_INIT_ENTRYPOINT="nsh_main"
CONFIG_INTELHEX_BINARY=y
CONFIG_LIBM=y
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ CONFIG_EXAMPLES_RANDOM=y
CONFIG_FS_LARGEFILE=y
CONFIG_FS_LITTLEFS=y
CONFIG_FS_LITTLEFS_MULTI_VERSION=y
CONFIG_FS_LITTLEFS_VERSION="v2.10.0"
CONFIG_FS_LITTLEFS_VERSION="v2.10.1"
CONFIG_FS_PROCFS=y
CONFIG_HOST_MACOS=y
CONFIG_IDLETHREAD_STACKSIZE=3072
Expand Down

0 comments on commit 68f0405

Please sign in to comment.