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>
19 lines
531 B
YAML
19 lines
531 B
YAML
sample:
|
|
name: Device Idle Power Management
|
|
tests:
|
|
sample.power.ospm.dev_idle_pm:
|
|
platform_whitelist: nrf52840dk_nrf52840 nrf52dk_nrf52832
|
|
tags: power
|
|
harness: console
|
|
harness_config:
|
|
type: multi_line
|
|
regex:
|
|
- "Device PM sample app start"
|
|
- "parent resuming\\.\\."
|
|
- "child resuming\\.\\."
|
|
- "Async wakeup request queued"
|
|
- "Dummy device resumed"
|
|
- "child suspending\\.\\."
|
|
- "parent suspending\\.\\."
|
|
- "Device PM sample app complete"
|