Add an example of how to embed WAMR in Zephyr user mode (#3998)
This commit is contained in:
9
product-mini/platforms/zephyr/user-mode/prj.conf
Normal file
9
product-mini/platforms/zephyr/user-mode/prj.conf
Normal 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
|
||||
Reference in New Issue
Block a user