This is an automated email from the ASF dual-hosted git repository.

acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new c0c04cf6ba bump littlefs to 2.10.1 where 2.10.0 was used
c0c04cf6ba is described below

commit c0c04cf6ba81c0a61bee680e8e481c688d3a946f
Author: YAMAMOTO Takashi <yamam...@midokura.com>
AuthorDate: Wed Dec 25 12:03:22 2024 +0900

    bump littlefs to 2.10.1 where 2.10.0 was used
    
    2.10.1 contains a fix for a long-standing wrong-data issue.
    https://github.com/littlefs-project/littlefs/pull/1058
---
 boards/arm/stm32h7/linum-stm32h753bi/configs/littlefs/defconfig | 2 +-
 boards/xtensa/esp32s3/esp32s3-devkit/configs/toywasm/defconfig  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/boards/arm/stm32h7/linum-stm32h753bi/configs/littlefs/defconfig 
b/boards/arm/stm32h7/linum-stm32h753bi/configs/littlefs/defconfig
index 4ad61f35a6..04d78fb95a 100644
--- a/boards/arm/stm32h7/linum-stm32h753bi/configs/littlefs/defconfig
+++ b/boards/arm/stm32h7/linum-stm32h753bi/configs/littlefs/defconfig
@@ -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
diff --git a/boards/xtensa/esp32s3/esp32s3-devkit/configs/toywasm/defconfig 
b/boards/xtensa/esp32s3/esp32s3-devkit/configs/toywasm/defconfig
index dd62dc019f..bfbdd1a396 100644
--- a/boards/xtensa/esp32s3/esp32s3-devkit/configs/toywasm/defconfig
+++ b/boards/xtensa/esp32s3/esp32s3-devkit/configs/toywasm/defconfig
@@ -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

Reply via email to