Skip to content

Commit f03d4af

Browse files
lyakhkv2019i
authored andcommitted
nvl: disable GDB stub until fixed in Zephyr
Zephyr currently lacks GDB support for NVL, temporarily disable it in SOF. Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
1 parent e19293c commit f03d4af

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

app/boards/intel_adsp_ace40_nvl.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,6 @@ CONFIG_PM_DEVICE_RUNTIME_ASYNC=n
5555
# Zephyr / logging
5656
CONFIG_LOG_BACKEND_ADSP=n
5757
CONFIG_WINSTREAM_CONSOLE=n
58+
59+
# Zephyr / debug: temporary, until fixed
60+
CONFIG_GDBSTUB=n

app/boards/intel_adsp_ace40_nvls.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,6 @@ CONFIG_PM_DEVICE_RUNTIME_ASYNC=n
5555
# Zephyr / logging
5656
CONFIG_LOG_BACKEND_ADSP=n
5757
CONFIG_WINSTREAM_CONSOLE=n
58+
59+
# Zephyr / debug: temporary, until fixed
60+
CONFIG_GDBSTUB=n

0 commit comments

Comments
 (0)