Skip to content
Merged
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
10 changes: 10 additions & 0 deletions app/debug_overlay.conf
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
CONFIG_DEBUG=y
CONFIG_ASSERT=y
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move CONFIG_ASSERT=y to MTL, TGL and TGL-H board files please.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@aborisovich So I' mok with this, but debug_overlay.conf already enables it for all platforms in the SOF CI, so let's get this enabled first. If CI is green, we can move to product definitions as well.


# Following options can be enabled additionally,
# but will incur a higher runtime cost, so are thus
# disabled by default.
#
# CONFIG_STACK_SENTINEL=y
# CONFIG_SYS_HEAP_VALIDATE=y
# CONFIG_SPIN_VALIDATE=y
# CONFIG_SPIN_LOCK_TIME_LIMIT=50000