Physical boards work on these tests but some of the required peripherals are not simulated by `renode`, executing the tests with renode-simulated board in CI will fail. Exclude `renode` simulation from these tests. Signed-off-by: Yong Cong Sin <ycsin@meta.com>
30 lines
658 B
YAML
30 lines
658 B
YAML
tests:
|
|
drivers.memc.stm32_fmc_nor_psram:
|
|
tags:
|
|
- drivers
|
|
- memc
|
|
depends_on: memc
|
|
filter: dt_compat_enabled("st,stm32-fmc-nor-psram")
|
|
drivers.memc.stm32_sdram:
|
|
tags:
|
|
- drivers
|
|
- memc
|
|
depends_on: memc
|
|
filter: dt_compat_enabled("st,stm32-fmc-sdram")
|
|
drivers.memc.smc_sram:
|
|
tags:
|
|
- drivers
|
|
- memc
|
|
depends_on: memc
|
|
filter: dt_compat_enabled("atmel,sam-smc")
|
|
platform_allow: sam4s_xplained
|
|
integration_platforms:
|
|
- sam4s_xplained
|
|
drivers.memc.sifive_ddr:
|
|
simulation_exclude:
|
|
- renode
|
|
tags:
|
|
- drivers
|
|
- memc
|
|
platform_allow: hifive_unmatched
|