zephyr/samples/application_development/out_of_tree_board/sample.yaml
Carles Cufi 6656214af2 boards: nrf52_pca10040: Rename to nrf52dk_nrf52832
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>
2020-04-06 13:09:07 +02:00

13 lines
312 B
YAML

sample:
description: Sample that uses an out-of-tree board
name: Out-of-tree board
tests:
sample.app_dev.out_of_tree:
tags: out_of_tree
platform_whitelist: nrf52840dk_nrf52840 nrf52dk_nrf52832
harness: console
harness_config:
type: one_line
regex:
- "Hello World! (.*)"