1sample:
2  description: An example to showcase usage of the nrfx_pwm driver for sequence loaded in common mode
3  name: nrfx_pwm common mode example
4tests:
5  examples.nrfx_pwm.common_mode:
6    tags: pwm
7    filter: dt_compat_enabled("nordic,nrf-pwm")
8    platform_allow:
9      - nrf52dk/nrf52832
10      - nrf52833dk/nrf52833
11      - nrf52840dk/nrf52840
12      - nrf5340dk/nrf5340/cpuapp
13      - nrf9160dk/nrf9160
14    integration_platforms:
15      - nrf52dk/nrf52832
16      - nrf52833dk/nrf52833
17      - nrf52840dk/nrf52840
18      - nrf5340dk/nrf5340/cpuapp
19      - nrf9160dk/nrf9160
20    harness: console
21    harness_config:
22      type: multi_line
23      ordered: true
24      regex:
25        - "Starting nrfx_pwm example for sequence loaded in common mode."
26        - "Loops: 1 / 3"
27        - "Loops: 2 / 3"
28        - "Loops: 3 / 3"
29        - "PWM finished"
30