mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-17 19:19:24 +00:00
The loopback test application works now and it verifies that the data sent is the same as data received. This fixes the issue described in bug ZEP-101. Change-Id: I1babfab4db9d4df0e769711aa41983366a8b5065 Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
6 lines
140 B
Plaintext
6 lines
140 B
Plaintext
CONFIG_NETWORKING=y
|
|
CONFIG_NETWORKING_WITH_LOOPBACK=y
|
|
CONFIG_NETWORKING_IPV6_NO_ND=y
|
|
CONFIG_TEST_RANDOM_GENERATOR=y
|
|
CONFIG_STDOUT_CONSOLE=y
|