Skip to content

Commit

Permalink
esp32s3-devkit/toywasm: use littlefs 2.9.3
Browse files Browse the repository at this point in the history
I chose this config because I have a hardware and I occasionally
use littlefs on its flash.
  • Loading branch information
yamt committed Nov 26, 2024
1 parent ff03858 commit c44fa65
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ CONFIG_ESP32S3_WIFI=y
CONFIG_EXAMPLES_RANDOM=y
CONFIG_FS_LARGEFILE=y
CONFIG_FS_LITTLEFS=y
CONFIG_FS_LITTLEFS_MULTI_VERSION=y
CONFIG_FS_LITTLEFS_VERSION="v2.9.3"
CONFIG_FS_PROCFS=y
CONFIG_HOST_MACOS=y
CONFIG_IDLETHREAD_STACKSIZE=3072
Expand Down

0 comments on commit c44fa65

Please sign in to comment.