The nRF52840 DK board target, so far known as nrf52840_pca10056, is renamed to nrf52840dk_nrf52840. 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: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
21 lines
521 B
YAML
21 lines
521 B
YAML
#
|
|
# Copyright (c) 2018 Peter Bigot Consulting, LLC
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
sample:
|
|
name: SHT3XD Sensor Sample
|
|
tests:
|
|
sample.sensor.sht3xd:
|
|
build_only: true
|
|
platform_whitelist: efr32mg_sltb004a frdm_k64f nrf51_ble400
|
|
nrf52840dk_nrf52840 nucleo_l476rg
|
|
tags: sensors
|
|
sample.sensor.sht3xd.trigger:
|
|
build_only: true
|
|
extra_args: CONF_FILE="trigger.conf"
|
|
platform_whitelist: efr32mg_sltb004a frdm_k64f nrf51_ble400
|
|
nrf52840dk_nrf52840 nucleo_l476rg
|
|
tags: sensors
|