We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 807dd76 commit e715696Copy full SHA for e715696
1 file changed
tests/zephyr/drivers/flash/common/testcase.yaml
@@ -28,3 +28,15 @@ tests:
28
- nrf54l15dk/nrf54l15/cpuapp
29
extra_args:
30
- DTC_OVERLAY_FILE="boards/nrf54l15dk_nrf54l15_cpuapp_sqspi.overlay"
31
+ nrf.extended.drivers.flash.common.default:
32
+ filter: ((CONFIG_FLASH_HAS_DRIVER_ENABLED and not CONFIG_TRUSTED_EXECUTION_NONSECURE)
33
+ and (dt_label_with_parent_compat_enabled("storage_partition", "fixed-partitions")
34
+ or dt_label_with_parent_compat_enabled("storage_partition", "nordic,owned-partitions")))
35
+ platform_allow:
36
+ - nrf54lm20pdk/nrf54lm20a/cpuapp
37
+ - nrf54lm20pdk@0.2.0/nrf54lm20a/cpuapp
38
+ - nrf54lm20pdk@0.2.0.csp/nrf54lm20a/cpuapp
39
+ integration_platforms:
40
41
+ harness_config:
42
+ fixture: external_flash
0 commit comments