The board name for the nRF52 DK, so far known as nrf52_pca10040, is renamed to nrf52dk_nrf52832. Its documentation and all references to its name in the tree are updated accordingly. Overlay and configuration files specific to this board are also renamed, to match the new board name. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
32 lines
892 B
YAML
32 lines
892 B
YAML
sample:
|
|
description: TBD
|
|
name: TBD
|
|
tests:
|
|
sample.net.lwm2m_client:
|
|
harness: net
|
|
depends_on: netif
|
|
platform_whitelist: qemu_x86 frdm_k64f
|
|
tags: net lwm2m
|
|
sample.net.lwm2m_client.dtls:
|
|
harness: net
|
|
depends_on: netif
|
|
extra_args: OVERLAY_CONFIG=overlay-dtls.conf
|
|
platform_whitelist: qemu_x86 frdm_k64f
|
|
tags: net lwm2m
|
|
sample.net.lwm2m_client.bt:
|
|
harness: net
|
|
extra_args: OVERLAY_CONFIG=overlay-bt.conf
|
|
platform_whitelist: nrf52dk_nrf52832 nrf52840dk_nrf52840 disco_l475_iot1
|
|
tags: net lwm2m
|
|
sample.net.lwm2m_client.queue_mode:
|
|
harness: net
|
|
depends_on: netif
|
|
extra_args: OVERLAY_CONFIG=overlay-queue.conf
|
|
platform_whitelist: qemu_x86
|
|
tags: net lwm2m
|
|
sample.net.lwm2m_client.wnc_m14a2a:
|
|
harness: net
|
|
extra_args: SHIELD=wnc_m14a2a
|
|
platform_whitelist: frdm_k64f nrf52840dk_nrf52840
|
|
tags: net lwm2m
|