mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-02-12 01:45:10 +00:00
![Huang Qi](/assets/img/avatar_default.png)
Zephyr can apply board specific .conf and .overlay automatically, move .conf to boards to make it easy to support different board without addition command parameters. Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
8 lines
191 B
Plaintext
8 lines
191 B
Plaintext
# Copyright (C) 2019 Intel Corporation. All rights reserved.
|
|
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
|
|
|
CONFIG_ARM_MPU=y
|
|
CONFIG_STACK_SENTINEL=y
|
|
CONFIG_PRINTK=y
|
|
CONFIG_LOG=y
|