1sample:
2  description: An example to showcase usage of the nrfx_spim driver in the non-blocking mode
3  name: nrfx_spim non-blocking example
4tests:
5  examples.nrfx_spim.non_blocking:
6    tags: spim
7    filter: dt_compat_enabled("nordic,nrf-spim")
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      fixture: nrfx_example_loopbacks
23      type: multi_line
24      ordered: true
25      regex:
26        - "Starting nrfx_spim basic non-blocking example."
27        - "SPIM finished. Context passed to the handler: >Some context<"
28        - "Message received: Nordic Semiconductor"
29