Skip to content

Commit

Permalink
linum-stm32h753bi/littlefs: use littlefs 2.9.3
Browse files Browse the repository at this point in the history
I chose this config just because it seems to support cmake-based build.
  • Loading branch information
yamt authored and xiaoxiang781216 committed Nov 26, 2024
1 parent 610c72c commit 6ebfe8c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ CONFIG_DEFAULT_TASK_STACKSIZE=4096
CONFIG_EXAMPLES_ALARM=y
CONFIG_EXAMPLES_ALARM_STACKSIZE=2048
CONFIG_FS_LITTLEFS=y
CONFIG_FS_LITTLEFS_MULTI_VERSION=y
CONFIG_FS_LITTLEFS_VERSION="v2.9.3"
CONFIG_INIT_ENTRYPOINT="nsh_main"
CONFIG_INTELHEX_BINARY=y
CONFIG_LIBM=y
Expand Down

0 comments on commit 6ebfe8c

Please sign in to comment.