Skip to content
Snippets Groups Projects
Commit 94040936 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

zephyr/prj_base.conf: Enable CONFIG_INIT_STACKS.

As required for zephyr.stack_analyze().
parent ad937c49
Branches
No related tags found
No related merge requests found
...@@ -24,6 +24,11 @@ CONFIG_DNS_RESOLVER_ADDITIONAL_QUERIES=2 ...@@ -24,6 +24,11 @@ CONFIG_DNS_RESOLVER_ADDITIONAL_QUERIES=2
CONFIG_DNS_SERVER_IP_ADDRESSES=y CONFIG_DNS_SERVER_IP_ADDRESSES=y
CONFIG_DNS_SERVER1="192.0.2.2" CONFIG_DNS_SERVER1="192.0.2.2"
# Diagnostics and debugging
# Required for zephyr.stack_analyze()
CONFIG_INIT_STACKS=y
# Required for usocket.pkt_get_info() # Required for usocket.pkt_get_info()
CONFIG_NET_BUF_POOL_USAGE=y CONFIG_NET_BUF_POOL_USAGE=y
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment