Skip to content

Commit b804bab

Browse files
committed
[nrf fromtree] tests: mspi: flash: Add scenario for non-multithreading flash_mspi_nor
Add test scenario for the flash_mspi_nor driver used in a configuration with disable multithreading. Signed-off-by: Andrzej Głąbek <[email protected]> (cherry picked from commit 804508f)
1 parent 281b931 commit b804bab

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/drivers/mspi/flash/testcase.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,9 @@ tests:
3636
- nrf54h20dk/nrf54h20/cpuapp
3737
extra_configs:
3838
- CONFIG_MSPI_DW_HANDLE_FIFOS_IN_SYSTEM_WORKQUEUE=y
39+
drivers.mspi.flash.mspi_nor_no_multithreading:
40+
filter: dt_alias_exists("mspi0") and CONFIG_FLASH_MSPI_NOR
41+
integration_platforms:
42+
- nrf54h20dk/nrf54h20/cpuapp
43+
extra_configs:
44+
- CONFIG_MULTITHREADING=n

0 commit comments

Comments
 (0)