zephyr/prj_base.conf: Enable CONFIG_INIT_STACKS.

As required for zephyr.stack_analyze().
This commit is contained in:
Paul Sokolovsky 2017-08-16 09:22:30 +03:00
parent ad937c49aa
commit 9404093606
1 changed files with 5 additions and 0 deletions

View File

@ -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