Skip to content

Commit 9404093

Browse files
committed
zephyr/prj_base.conf: Enable CONFIG_INIT_STACKS.
As required for zephyr.stack_analyze().
1 parent ad937c4 commit 9404093

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

zephyr/prj_base.conf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ CONFIG_DNS_RESOLVER_ADDITIONAL_QUERIES=2
2424
CONFIG_DNS_SERVER_IP_ADDRESSES=y
2525
CONFIG_DNS_SERVER1="192.0.2.2"
2626

27+
# Diagnostics and debugging
28+
29+
# Required for zephyr.stack_analyze()
30+
CONFIG_INIT_STACKS=y
31+
2732
# Required for usocket.pkt_get_info()
2833
CONFIG_NET_BUF_POOL_USAGE=y
2934

0 commit comments

Comments
 (0)