zephyr/prj_base.conf: Enable CONFIG_INIT_STACKS.
As required for zephyr.stack_analyze().
This commit is contained in:
parent
ad937c49aa
commit
9404093606
|
@ -24,6 +24,11 @@ CONFIG_DNS_RESOLVER_ADDITIONAL_QUERIES=2
|
|||
CONFIG_DNS_SERVER_IP_ADDRESSES=y
|
||||
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()
|
||||
CONFIG_NET_BUF_POOL_USAGE=y
|
||||
|
||||
|
|
Loading…
Reference in New Issue