1sample:
2  description: An example to showcase usage of the nrfx_spim and nrfx_spis drivers in the non-blocking mode
3  name: nrfx_spim_spis Non-blocking example
4tests:
5  examples.nrfx_spim_spis.non_blocking:
6    tags:
7      - spim
8      - spis
9    filter: dt_compat_enabled("nordic,nrf-spim") and dt_compat_enabled("nordic,nrf-spis")
10    platform_allow:
11      - nrf52dk/nrf52832
12      - nrf52833dk/nrf52833
13      - nrf52840dk/nrf52840
14      - nrf5340dk/nrf5340/cpuapp
15      - nrf9160dk/nrf9160
16    integration_platforms:
17      - nrf52dk/nrf52832
18      - nrf52833dk/nrf52833
19      - nrf52840dk/nrf52840
20      - nrf5340dk/nrf5340/cpuapp
21      - nrf9160dk/nrf9160
22    harness: console
23    harness_config:
24      type: multi_line
25      ordered: true
26      regex:
27        - "Starting nrfx_spim_spis basic non-blocking example."
28        - "SPIM finished. Context passed to the handler: >Some context<"
29        - "SPIM rx buffer: Nordic"
30        - "SPIS finished. Context passed to the handler: >Some context<"
31        - "SPIS rx buffer: Semiconductor"
32