Revert "samples: net: lwm2m_client: Use Ethernet in QEMU Cortex-M3"

This reverts commit 8e3fc793d3.

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
Henrik Brix Andersen 2023-01-24 15:48:56 +01:00 committed by Fabio Baltieri
commit 4585a4415c
3 changed files with 7 additions and 19 deletions

View file

@ -24,7 +24,7 @@ The source code for this sample application can be found at:
Requirements Requirements
************ ************
- :ref:`networking_with_eth_qemu`, :ref:`networking_with_qemu` or :ref:`networking_with_native_posix` - :ref:`networking_with_qemu`
- Linux machine - Linux machine
- Leshan Demo Server (https://eclipse.org/leshan/) - Leshan Demo Server (https://eclipse.org/leshan/)
@ -62,8 +62,8 @@ Build the lwm2m-client sample application like this:
:compact: :compact:
The easiest way to setup this sample application is to build and run it The easiest way to setup this sample application is to build and run it
as native POSIX application or as a QEMU target using the default configuration :file:`prj.conf`. via QEMU using the default configuration :file:`prj.conf`.
This requires a small amount of setup described in :ref:`networking_with_eth_qemu`, :ref:`networking_with_qemu` and :ref:`networking_with_native_posix`. This requires a small amount of setup described in :ref:`networking_with_qemu`.
Download and run the latest build of the Leshan Demo Server: Download and run the latest build of the Leshan Demo Server:

View file

@ -1,4 +0,0 @@
CONFIG_NET_L2_ETHERNET=y
CONFIG_ETH_DRIVER=y
CONFIG_ETH_STELLARIS=y
CONFIG_NET_QEMU_ETHERNET=y

View file

@ -5,20 +5,16 @@ tests:
sample.net.lwm2m_client: sample.net.lwm2m_client:
harness: net harness: net
depends_on: netif depends_on: netif
platform_allow: qemu_cortex_m3 qemu_x86 native_posix frdm_k64f pinnacle_100_dvk mg100 platform_allow: qemu_x86 frdm_k64f pinnacle_100_dvk mg100
integration_platforms: integration_platforms:
- qemu_x86 - qemu_x86
- qemu_cortex_m3
- native_posix
tags: net lwm2m tags: net lwm2m
sample.net.lwm2m_client.all_objects: sample.net.lwm2m_client.all_objects:
harness: net harness: net
depends_on: netif depends_on: netif
platform_allow: qemu_cortex_m3 qemu_x86 native_posix platform_allow: qemu_x86
integration_platforms: integration_platforms:
- qemu_x86 - qemu_x86
- qemu_cortex_m3
- native_posix
tags: net lwm2m tags: net lwm2m
extra_configs: extra_configs:
- CONFIG_LWM2M_CONN_MON_OBJ_SUPPORT=y - CONFIG_LWM2M_CONN_MON_OBJ_SUPPORT=y
@ -34,11 +30,9 @@ tests:
harness: net harness: net
depends_on: netif depends_on: netif
extra_args: OVERLAY_CONFIG=overlay-dtls.conf extra_args: OVERLAY_CONFIG=overlay-dtls.conf
platform_allow: qemu_cortex_m3 qemu_x86 native_posix frdm_k64f pinnacle_100_dvk mg100 platform_allow: qemu_x86 frdm_k64f pinnacle_100_dvk mg100
integration_platforms: integration_platforms:
- qemu_x86 - qemu_x86
- qemu_cortex_m3
- native_posix
tags: net lwm2m tags: net lwm2m
sample.net.lwm2m_client.bt: sample.net.lwm2m_client.bt:
harness: net harness: net
@ -51,11 +45,9 @@ tests:
harness: net harness: net
depends_on: netif depends_on: netif
extra_args: OVERLAY_CONFIG=overlay-queue.conf extra_args: OVERLAY_CONFIG=overlay-queue.conf
platform_allow: qemu_cortex_m3 qemu_x86 native_posix platform_allow: qemu_x86
integration_platforms: integration_platforms:
- qemu_x86 - qemu_x86
- qemu_cortex_m3
- native_posix
tags: net lwm2m tags: net lwm2m
sample.net.lwm2m_client.wnc_m14a2a: sample.net.lwm2m_client.wnc_m14a2a:
harness: net harness: net