Skip to content

Commit

Permalink
app: add new shell_overlay.conf
Browse files Browse the repository at this point in the history
Add overlay to build SOF with Zephyr shell enabled in the build.

Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
  • Loading branch information
kv2019i committed Jun 20, 2024
1 parent 34957e7 commit 41a4892
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions app/shell_overlay.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
CONFIG_SHELL=y
CONFIG_SHELL_HELP=y
CONFIG_SHELL_CMDS=y
CONFIG_SHELL_LOG_BACKEND=n
CONFIG_SHELL_AUTOSTART=y

CONFIG_SHELL_BACKEND_ADSP_MEMORY_WINDOW=y

# mtrace uses the same window2.1 slot, so needs to be disabled
CONFIG_LOG_BACKEND_ADSP_MTRACE=n

# as mtrace is disable, enable logging via winstream/window3
CONFIG_LOG_BACKEND_ADSP=y
CONFIG_WINSTREAM_CONSOLE=y

0 comments on commit 41a4892

Please sign in to comment.