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.
This commit is contained in:
parent
9aefd6717c
commit
a43af6563b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user