Files
zephyr/samples/boards/nrf/system_off/sample.yaml
Torsten Rasmussen 2908af0bcc boards: nrf51dk/dongle: change SoC to nRF51822
The physical nRF51dk / nRF51dongle hardware contains a nRF51422 SoC.
In Zephyr, only the nRF51822 SoC, is implemented.

In Zephyr, the nRF51422 SoC is build as a nRF51822, therefore use the
nRF51822 SoC model for those kits instead on the non-existing nRF51422.

Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
2024-03-01 15:50:06 +01:00

21 lines
465 B
YAML

sample:
name: Low Power State Sample for nRF5x
common:
tags: power
integration_platforms:
- nrf52840dk/nrf52840
tests:
sample.boards.nrf.system_off:
build_only: true
platform_allow:
- nrf52840dk/nrf52840
- nrf52dk/nrf52832
- nrf51dk/nrf51822
sample.boards.nrf.system_off.retained:
build_only: true
platform_allow:
- nrf52840dk/nrf52840
- nrf52dk/nrf52832
extra_configs:
- CONFIG_APP_RETENTION=y