You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2022/03/21 14:17:31 UTC

[incubator-nuttx] branch master updated: esp32s3-devkit/spiflash: Use SmartFS instead of LittleFS.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 954ff49  esp32s3-devkit/spiflash: Use SmartFS instead of LittleFS.
954ff49 is described below

commit 954ff496b42165beaa056a97c589cee856bccd39
Author: Abdelatif Guettouche <ab...@espressif.com>
AuthorDate: Fri Mar 18 16:24:51 2022 +0100

    esp32s3-devkit/spiflash: Use SmartFS instead of LittleFS.
    
    Signed-off-by: Abdelatif Guettouche <ab...@espressif.com>
---
 boards/xtensa/esp32s3/esp32s3-devkit/configs/spiflash/defconfig | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/boards/xtensa/esp32s3/esp32s3-devkit/configs/spiflash/defconfig b/boards/xtensa/esp32s3/esp32s3-devkit/configs/spiflash/defconfig
index c874e95..bf4df49 100644
--- a/boards/xtensa/esp32s3/esp32s3-devkit/configs/spiflash/defconfig
+++ b/boards/xtensa/esp32s3/esp32s3-devkit/configs/spiflash/defconfig
@@ -23,7 +23,7 @@ CONFIG_BUILTIN=y
 CONFIG_DEBUG_FULLOPT=y
 CONFIG_DEBUG_SYMBOLS=y
 CONFIG_ESP32S3_SPIFLASH=y
-CONFIG_ESP32S3_SPIFLASH_LITTLEFS=y
+CONFIG_ESP32S3_SPIFLASH_SMARTFS=y
 CONFIG_ESP32S3_UART0=y
 CONFIG_FS_PROCFS=y
 CONFIG_HAVE_CXX=y
@@ -35,6 +35,7 @@ CONFIG_INTELHEX_BINARY=y
 CONFIG_MM_REGIONS=3
 CONFIG_NSH_ARCHINIT=y
 CONFIG_NSH_BUILTIN_APPS=y
+CONFIG_NSH_DISABLE_LOSMART=y
 CONFIG_NSH_FILEIOSIZE=512
 CONFIG_NSH_LINELEN=64
 CONFIG_NSH_READLINE=y