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 2023/12/08 03:48:57 UTC

(nuttx) branch master updated: doc: update an example to match the latest versions of the code

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/nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 4d7cc95f80 doc: update an example to match the latest versions of the code
4d7cc95f80 is described below

commit 4d7cc95f801e12bd54d312d53097153ba4118e44
Author: YAMAMOTO Takashi <ya...@midokura.com>
AuthorDate: Fri Dec 8 12:31:33 2023 +0900

    doc: update an example to match the latest versions of the code
---
 Documentation/platforms/xtensa/esp32/boards/esp32-devkitc/index.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/platforms/xtensa/esp32/boards/esp32-devkitc/index.rst b/Documentation/platforms/xtensa/esp32/boards/esp32-devkitc/index.rst
index 07822876e1..d346d8ce84 100644
--- a/Documentation/platforms/xtensa/esp32/boards/esp32-devkitc/index.rst
+++ b/Documentation/platforms/xtensa/esp32/boards/esp32-devkitc/index.rst
@@ -858,6 +858,8 @@ This example uses littlefs on ESP32's SPI flash to store wasm modules.
         --block-size 4096 \
         --prog-size 256 \
         --read-size 256 \
+        --name-max 32 \
+        --disk-version 2.0 \
         ..../wasm_binary_directory
 
 2. Write the NuttX image and the filesystem to ESP32::