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/08/31 03:57:50 UTC

[incubator-nuttx] branch master updated: esp32-devkitc/wamr_wasi_debug config maintenance

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 d252b0b430 esp32-devkitc/wamr_wasi_debug config maintenance
d252b0b430 is described below

commit d252b0b430ccca356c166ba936b66b2330a260d3
Author: YAMAMOTO Takashi <ya...@midokura.com>
AuthorDate: Wed Aug 31 10:06:11 2022 +0900

    esp32-devkitc/wamr_wasi_debug config maintenance
    
    * Update WAMR version
    
    * Enable CONFIG_INTERPRETERS_WAMR_DEBUG_INTERP
      (TCP related config changes in this commit are for this)
    
    * Enable CONFIG_MM_DUMP_ON_FAILURE
    
    * Bump CONFIG_NSH_LINELEN
---
 .../esp32/esp32-devkitc/configs/wamr_wasi_debug/defconfig  | 14 +++++++++++---
 1 file changed, 11 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 70bf3b6646..7031e946da 100644
--- a/boards/xtensa/esp32/esp32-devkitc/configs/wamr_wasi_debug/defconfig
+++ b/boards/xtensa/esp32/esp32-devkitc/configs/wamr_wasi_debug/defconfig
@@ -59,15 +59,20 @@ CONFIG_INIT_ENTRYPOINT="nsh_main"
 CONFIG_INTELHEX_BINARY=y
 CONFIG_INTERPRETERS_WAMR=y
 CONFIG_INTERPRETERS_WAMR_AOT=y
-CONFIG_INTERPRETERS_WAMR_FAST=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_VERSION="3168ba8dcf20d9d8539d75c637420f5fd8682335"
+CONFIG_INTERPRETERS_WAMR_THREAD_MGR=y
+CONFIG_INTERPRETERS_WAMR_VERSION="e0c2acd178265f6e3db3eb71764c0230a8faf605"
+CONFIG_IOB_NBUFFERS=24
+CONFIG_IOB_THROTTLE=0
 CONFIG_LIBC_FLOATINGPOINT=y
 CONFIG_LIBM=y
+CONFIG_MM_DUMP_ON_FAILURE=y
 CONFIG_MM_REGIONS=3
 CONFIG_NETDB_DNSCLIENT=y
 CONFIG_NETDEVICES=y
@@ -79,13 +84,16 @@ CONFIG_NET_GUARDSIZE=32
 CONFIG_NET_ICMP=y
 CONFIG_NET_ICMP_SOCKET=y
 CONFIG_NET_PKT=y
+CONFIG_NET_SOLINGER=y
+CONFIG_NET_TCP=y
+CONFIG_NET_TCP_WRITE_BUFFERS=y
 CONFIG_NET_UDP=y
 CONFIG_NSH_ARCHINIT=y
 CONFIG_NSH_BUILTIN_APPS=y
 CONFIG_NSH_DISABLE_PRINTF=y
 CONFIG_NSH_DISABLE_TRUNCATE=y
 CONFIG_NSH_FILEIOSIZE=512
-CONFIG_NSH_LINELEN=64
+CONFIG_NSH_LINELEN=200
 CONFIG_NSH_READLINE=y
 CONFIG_PREALLOC_MQ_MSGS=4
 CONFIG_PREALLOC_TIMERS=4