zephyr/samples/net/lwm2m_client/boards
Seppo Takalo 03fd995fd5 samples: net: lwm2m_client: Use Ethernet in QEMU Cortex-M3
By default, qemu_coxtex_m3 target selected SLIP driver as
a network backend. This requires some unstandard tool (tunslip6),
which are error prone and might not necessary work.
Ethernet backend work equally well as in native_posix so
use the same for both.

Change the default emulation platform from X86 to Cortex-M3
because it supports Ethernet by default.

Signed-off-by: Seppo Takalo <seppo.takalo@nordicsemi.no>
2023-01-27 00:58:45 +09:00
..
native_posix.conf samples: net: lwm2m_client: Allow configuration in Kconfig 2023-01-26 10:06:16 +00:00
qemu_cortex_m3.conf samples: net: lwm2m_client: Use Ethernet in QEMU Cortex-M3 2023-01-27 00:58:45 +09:00
qemu_x86.conf