21 lines
668 B
YAML
21 lines
668 B
YAML
common:
|
|
integration_platforms:
|
|
- nrf52840dk_nrf52840
|
|
|
|
tests:
|
|
drivers.flash.nrf_qspi_nor:
|
|
platform_allow: nrf52840dk_nrf52840
|
|
tags: flash nrf52 nrf_qspi_fash
|
|
extra_args: OVERLAY_CONFIG=boards/nrf52840_flash_qspi.conf
|
|
drivers.flash.soc_flash_nrf:
|
|
platform_allow: nrf52840dk_nrf52840
|
|
tags: nrf52 soc_flash_nrf
|
|
extra_args: OVERLAY_CONFIG=boards/nrf52840_flash_soc.conf
|
|
drivers.flash.default:
|
|
platform_allow: mimxrt1060_evk
|
|
tags: mcux
|
|
drivers.flash.stm32:
|
|
filter: dt_compat_enabled("st,stm32-flash-controller") and
|
|
dt_label_with_parent_compat_enabled("storage_partition", "fixed-partitions")
|
|
tags: drivers flash
|