You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There were bunch of config options in tests/net, net-shell and
wpan_serial sample, and those options had wrong name so they
were ignored by the code.
Fixeszephyrproject-rtos#1428
Signed-off-by: Jukka Rissanen <[email protected]>
There were bunch of config options in tests/net, net-shell and
wpan_serial sample, and those options had wrong name so they
were ignored by the code.
Fixes#1428
Signed-off-by: Jukka Rissanen <[email protected]>
nagineni
pushed a commit
to nagineni/zephyr
that referenced
this issue
Nov 20, 2017
…hyrproject-rtos#1430)
The Smart Home demo registers up to 6 resources, which the current
network data setting is not capable of handling over BLE, this
patch increases the CONFIG_NET_BUF_DATA_SIZE value to 512 and
also more RAM.
Fixeszephyrproject-rtos#1428
Signed-off-by: Jimmy Huang <[email protected]>
NET_DEBUG_MLD not defined but is used here:
tests/net/mld/src/main.c:#if defined(CONFIG_NET_DEBUG_MLD)
same for:
The text was updated successfully, but these errors were encountered: