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>
13 lines
312 B
YAML
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! (.*)"
|