From de12b6ae8240dca042396575c7cd0df2d3b317b6 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Thu, 17 Apr 2025 14:43:34 +0900 Subject: [PATCH] esp32-devkitc/wamr_wasi_debug: bump wamr version to contain this change: https://github.com/bytecodealliance/wasm-micro-runtime/pull/4189 for: https://github.com/apache/nuttx/pull/16022 note: this is the only config with CONFIG_INTERPRETERS_WAMR_DEBUG_INTERP enabled in the tree. Signed-off-by: YAMAMOTO Takashi --- .../esp32/esp32-devkitc/configs/wamr_wasi_debug/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 b2edcfcba1..c3edcae0a0 100644 --- a/boards/xtensa/esp32/esp32-devkitc/configs/wamr_wasi_debug/defconfig +++ b/boards/xtensa/esp32/esp32-devkitc/configs/wamr_wasi_debug/defconfig @@ -62,7 +62,7 @@ CONFIG_INTERPRETERS_WAMR_LIB_WASI_THREADS=y CONFIG_INTERPRETERS_WAMR_LOG=y CONFIG_INTERPRETERS_WAMR_SHARED_MEMORY=y CONFIG_INTERPRETERS_WAMR_THREAD_MGR=y -CONFIG_INTERPRETERS_WAMR_VERSION="7448a994ed9e2329bbd181381c7c9fda194e1ea0" +CONFIG_INTERPRETERS_WAMR_VERSION="0ba65326366d6675dcb4fe42a3dc6c8e00703165" CONFIG_IOB_NBUFFERS=24 CONFIG_IOB_THROTTLE=0 CONFIG_LIBC_DLFCN=y