Files
zephyr/samples/drivers/counter/alarm/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

40 lines
880 B
YAML

sample:
name: Counter RTC Driver Sample
tests:
sample.drivers.counter.alarm:
tags:
- drivers
- counter
harness: console
platform_allow:
- nucleo_f746zg
- nrf51dk/nrf51822
- nrf52dk/nrf52832
- nrf52840dk/nrf52840
- nrf9160dk/nrf9160
- samd20_xpro
- bl5340_dvk/nrf5340/cpuapp
- gd32e103v_eval
- gd32e507z_eval
- gd32f403z_eval
- gd32f450i_eval
- gd32f450z_eval
- gd32e507v_start
- gd32f407v_start
- gd32f450v_start
- gd32f470i_eval
- stm32h735g_disco
- stm32h573i_dk
- rpi_pico
integration_platforms:
- nucleo_f746zg
harness_config:
type: multi_line
ordered: true
regex:
- "Counter alarm sample"
- "Set alarm in 2 sec"
- "!!! Alarm !!!"
- "Now: [2|3]"
depends_on: counter