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 a43af6563b esp32-devkitc:wamr_wasi_debug kconfig maintainance
a43af6563b is described below

commit a43af6563b27d3647c8781c95a232e0040615f34
Author: YAMAMOTO Takashi <yamam...@midokura.com>
AuthorDate: Wed Nov 30 23:03:50 2022 +0900

    esp32-devkitc:wamr_wasi_debug kconfig maintainance
    
    * disable too verbose wamr options.
    
    * enable CONFIG_SCHED_WAITPID. because async execution on nsh prompt
      sometimes confuses me.
    
    * enable toywasm. it's sometimes convenient to have another interpreter.
      note: wasm3 in nuttx apps doesn't have wasi enabled.
---
 boards/xtensa/esp32/esp32-devkitc/configs/wamr_wasi_debug/defconfig | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git 
a/boards/xtensa/esp32/esp32-devkitc/configs/wamr_wasi_debug/defconfig 
b/boards/xtensa/esp32/esp32-devkitc/configs/wamr_wasi_debug/defconfig
index 787d661cb6..78420c1b99 100644
--- a/boards/xtensa/esp32/esp32-devkitc/configs/wamr_wasi_debug/defconfig
+++ b/boards/xtensa/esp32/esp32-devkitc/configs/wamr_wasi_debug/defconfig
@@ -57,15 +57,13 @@ CONFIG_HOST_MACOS=y
 CONFIG_IDLETHREAD_STACKSIZE=4096
 CONFIG_INIT_ENTRYPOINT="nsh_main"
 CONFIG_INTELHEX_BINARY=y
+CONFIG_INTERPRETERS_TOYWASM=y
 CONFIG_INTERPRETERS_WAMR=y
 CONFIG_INTERPRETERS_WAMR_AOT=y
 CONFIG_INTERPRETERS_WAMR_CLASSIC=y
 CONFIG_INTERPRETERS_WAMR_DEBUG_INTERP=y
 CONFIG_INTERPRETERS_WAMR_LIBC_WASI=y
 CONFIG_INTERPRETERS_WAMR_LOG=y
-CONFIG_INTERPRETERS_WAMR_MEMORY_PROFILING=y
-CONFIG_INTERPRETERS_WAMR_MEMORY_TRACING=y
-CONFIG_INTERPRETERS_WAMR_PERF_PROFILING=y
 CONFIG_INTERPRETERS_WAMR_THREAD_MGR=y
 CONFIG_INTERPRETERS_WAMR_VERSION="30ee992762972e3dbf8c8440b9f352b33b79f38f"
 CONFIG_IOB_NBUFFERS=24
@@ -103,6 +101,7 @@ CONFIG_RAM_START=0x20000000
 CONFIG_RR_INTERVAL=200
 CONFIG_SCHED_HPWORK=y
 CONFIG_SCHED_HPWORKSTACKSIZE=2048
+CONFIG_SCHED_WAITPID=y
 CONFIG_SERIAL_NPOLLWAITERS=2
 CONFIG_SIG_DEFAULT=y
 CONFIG_SPI=y

Reply via email to