Skip to content

Commit 8481d9a

Browse files
committed
Merge lrg/ptl-breadcrumb to enable breadcrumbs and update zephyr manifest
2 parents d87f00d + c1b3c1f commit 8481d9a

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

app/debug_overlay.conf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,8 @@ CONFIG_GDBSTUB_ENTER_IMMEDIATELY=n
3131
# Testing with runtime filtering enabled ensures the same feature set is validated.
3232
# Note: This setting has no effect if CONFIG_LOG_RUNTIME_FILTERING is disabled.
3333
CONFIG_LOG_RUNTIME_DEFAULT_LEVEL=3
34+
35+
# Record fatal exception breadcrumbs (PC/cause/vaddr) in HP-SRAM window0 so the
36+
# crash is visible in the host dmesg "Firmware state" line when no console or
37+
# mtrace output is available.
38+
CONFIG_XTENSA_ADSP_FATAL_BREADCRUMB=y

west.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ manifest:
1111
url-base: https://github.com/thesofproject
1212
- name: zephyrproject
1313
url-base: https://github.com/zephyrproject-rtos
14+
- name: lgirdwood
15+
url-base: https://github.com/lgirdwood
1416

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

4446
- name: zephyr
4547
repo-path: zephyr
46-
revision: 3841a72452ec13ff7a0a5df14f514e7870b71817
47-
remote: zephyrproject
48+
revision: 6184a4d9d22c4f7015a54c07bb4457330a07de90
49+
remote: lgirdwood
4850

4951
# Import some projects listed in zephyr/west.yml@revision
5052
#

0 commit comments

Comments
 (0)