Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions app/debug_overlay.conf
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,8 @@ CONFIG_GDBSTUB_ENTER_IMMEDIATELY=n
# Testing with runtime filtering enabled ensures the same feature set is validated.
# Note: This setting has no effect if CONFIG_LOG_RUNTIME_FILTERING is disabled.
CONFIG_LOG_RUNTIME_DEFAULT_LEVEL=3

# Record fatal exception breadcrumbs (PC/cause/vaddr) in HP-SRAM window0 so the
# crash is visible in the host dmesg "Firmware state" line when no console or
# mtrace output is available.
CONFIG_XTENSA_ADSP_FATAL_BREADCRUMB=y
6 changes: 4 additions & 2 deletions west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ manifest:
url-base: https://github.com/thesofproject
- name: zephyrproject
url-base: https://github.com/zephyrproject-rtos
- name: lgirdwood
url-base: https://github.com/lgirdwood

# When upgrading projects here please run git log --oneline in the
# project and if not too long then include the output in your commit
Expand Down Expand Up @@ -43,8 +45,8 @@ manifest:

- name: zephyr
repo-path: zephyr
revision: ee13f80fd5ede26838d461914858b9cc8cdb652f
remote: zephyrproject
revision: 110264b6b6a3c1a6c93a58378ef0b2f1bc916ee8
remote: lgirdwood

# Import some projects listed in zephyr/west.yml@revision
#
Expand Down