zephyr/prj_base.conf: Enable TCP (and UDP explicitly).
This commit is contained in:
parent
94c41bb06f
commit
e93c4ca181
@ -11,5 +11,7 @@ CONFIG_MAIN_STACK_SIZE=4096
|
||||
CONFIG_NETWORKING=y
|
||||
CONFIG_NET_IPV4=y
|
||||
CONFIG_NET_IPV6=y
|
||||
CONFIG_NET_UDP=y
|
||||
CONFIG_NET_TCP=y
|
||||
CONFIG_TEST_RANDOM_GENERATOR=y
|
||||
CONFIG_NET_NBUF_RX_COUNT=5
|
||||
|
Loading…
Reference in New Issue
Block a user