Add an example of how to embed WAMR in Zephyr user mode (#3998)

This commit is contained in:
TianlongLiang
2025-01-05 15:34:17 +08:00
committed by GitHub
parent 1958808a24
commit 1807eec9d2
9 changed files with 486 additions and 1 deletions

View File

@ -0,0 +1,9 @@
# Copyright (C) 2019 Intel Corporation. All rights reserved.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
CONFIG_USERSPACE=y
CONFIG_STACK_SENTINEL=y
CONFIG_PRINTK=y
CONFIG_LOG=y
CONFIG_LOG_BUFFER_SIZE=8096
CONFIG_THREAD_RUNTIME_STATS=y