sample: description: An example to showcase usage of the nrfx_spim and nrfx_spis drivers in the non-blocking mode name: nrfx_spim_spis Non-blocking example tests: examples.nrfx_spim_spis.non_blocking: tags: - spim - spis filter: dt_compat_enabled("nordic,nrf-spim") and dt_compat_enabled("nordic,nrf-spis") platform_allow: - nrf52dk/nrf52832 - nrf52833dk/nrf52833 - nrf52840dk/nrf52840 - nrf5340dk/nrf5340/cpuapp - nrf9160dk/nrf9160 integration_platforms: - nrf52dk/nrf52832 - nrf52833dk/nrf52833 - nrf52840dk/nrf52840 - nrf5340dk/nrf5340/cpuapp - nrf9160dk/nrf9160 harness: console harness_config: type: multi_line ordered: true regex: - "Starting nrfx_spim_spis basic non-blocking example." - "SPIM finished. Context passed to the handler: >Some context<" - "SPIM rx buffer: Nordic" - "SPIS finished. Context passed to the handler: >Some context<" - "SPIS rx buffer: Semiconductor"