common: tags: - drivers - flash tests: drivers.flash.stm32.f4: platform_allow: - nucleo_f429zi - google_dragonclaw extra_configs: - CONFIG_FLASH_STM32_WRITE_PROTECT=y - CONFIG_FLASH_STM32_READOUT_PROTECTION=y filter: dt_compat_enabled("st,stm32f4-flash-controller") and dt_label_with_parent_compat_enabled("storage_partition", "fixed-partitions") drivers.flash.stm32.l4: platform_allow: - nucleo_l452re_p - disco_l475_iot1 extra_configs: - CONFIG_FLASH_STM32_READOUT_PROTECTION=y filter: dt_compat_enabled("st,stm32l4-flash-controller") and dt_label_with_parent_compat_enabled("storage_partition", "fixed-partitions") drivers.flash.stm32.g4: platform_allow: - nucleo_g474re extra_configs: - CONFIG_FLASH_STM32_READOUT_PROTECTION=y filter: dt_compat_enabled("st,stm32g4-flash-controller") and dt_label_with_parent_compat_enabled("storage_partition", "fixed-partitions")