linum-stm32h753bi/littlefs: use littlefs 2.9.3
I chose this config just because it seems to support cmake-based build.
This commit is contained in:
parent
610c72ccd0
commit
6ebfe8c51f
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue