Skip to content

Commit 59603b4

Browse files
committed
app: add new shell_overlay.conf
Add overlay to build SOF with Zephyr shell enabled in the build. Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
1 parent 0bda13d commit 59603b4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

app/shell_overlay.conf

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
CONFIG_SHELL=y
2+
CONFIG_SHELL_HELP=y
3+
CONFIG_SHELL_CMDS=y
4+
CONFIG_SHELL_LOG_BACKEND=n
5+
CONFIG_SHELL_AUTOSTART=y
6+
7+
CONFIG_SHELL_BACKEND_ADSP_MEMORY_WINDOW=y
8+
9+
# mtrace uses the same window2.1 slot, so needs to be disabled
10+
CONFIG_LOG_BACKEND_ADSP_MTRACE=n
11+
12+
# as mtrace is disable, enable logging via winstream/window3
13+
CONFIG_LOG_BACKEND_ADSP=y
14+
CONFIG_WINSTREAM_CONSOLE=y

0 commit comments

Comments
 (0)