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 9aa9b88f66 esp32-devkitc/wamr_wasi_debug: enable wasi-threads
9aa9b88f66 is described below
commit 9aa9b88f6663896657c8ad643aaee2cc430bb8fe
Author: YAMAMOTO Takashi <[email protected]>
AuthorDate: Wed Jul 5 20:45:09 2023 +0900
esp32-devkitc/wamr_wasi_debug: enable wasi-threads
---
boards/xtensa/esp32/esp32-devkitc/configs/wamr_wasi_debug/defconfig | 4 +++-
1 file changed, 3 insertions(+), 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 b4ab87aef9..3a2a947d76 100644
--- a/boards/xtensa/esp32/esp32-devkitc/configs/wamr_wasi_debug/defconfig
+++ b/boards/xtensa/esp32/esp32-devkitc/configs/wamr_wasi_debug/defconfig
@@ -62,9 +62,11 @@ CONFIG_INTERPRETERS_WAMR_BULK_MEMORY=y
CONFIG_INTERPRETERS_WAMR_CLASSIC=y
CONFIG_INTERPRETERS_WAMR_DEBUG_INTERP=y
CONFIG_INTERPRETERS_WAMR_LIBC_WASI=y
+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="WAMR-1.2.2"
+CONFIG_INTERPRETERS_WAMR_VERSION="7448a994ed9e2329bbd181381c7c9fda194e1ea0"
CONFIG_IOB_NBUFFERS=24
CONFIG_IOB_THROTTLE=0
CONFIG_LIBC_DLFCN=y