Native sim was inadvertently forgotten from the platform_allow list with
commit 257e56c.
It should be in there as it is an integration platform.
Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
55 lines
1.4 KiB
YAML
55 lines
1.4 KiB
YAML
common:
|
|
tags:
|
|
- filesystem
|
|
- fatfs
|
|
modules:
|
|
- fatfs
|
|
tests:
|
|
filesystem.fat.api:
|
|
platform_allow:
|
|
- native_sim
|
|
filesystem.fat.api.lfn:
|
|
extra_args: CONF_FILE="prj_lfn.conf"
|
|
platform_allow:
|
|
- native_sim
|
|
filesystem.fat.api.mmc:
|
|
extra_args: CONF_FILE="prj_mmc.conf"
|
|
filter: dt_compat_enabled("zephyr,mmc-disk")
|
|
filesystem.fat.api.sdmmc:
|
|
extra_args: CONF_FILE="prj_sdmmc.conf"
|
|
filter: dt_compat_enabled("zephyr,sdmmc-disk")
|
|
filesystem.fat.ram.api:
|
|
platform_allow:
|
|
- native_sim
|
|
- frdm_mcxa156
|
|
- frdm_mcxn236
|
|
- frdm_mcxn947/mcxn947/cpu0
|
|
- frdm_mcxw71
|
|
- frdm_rw612
|
|
- lpcxpresso55s06
|
|
- lpcxpresso55s28
|
|
- lpcxpresso55s36
|
|
- lpcxpresso55s69/lpc55s69/cpu0
|
|
- mimxrt1020_evk
|
|
- mimxrt1024_evk
|
|
- mimxrt1040_evk
|
|
- mimxrt1050_evk/mimxrt1052/hyperflash
|
|
- mimxrt1060_evk/mimxrt1062/qspi
|
|
- mimxrt1064_evk
|
|
- mimxrt1160_evk/mimxrt1166/cm7
|
|
- mimxrt1170_evk/mimxrt1176/cm7
|
|
- mimxrt1180_evk/mimxrt1189/cm33
|
|
- mimxrt595_evk/mimxrt595s/cm33
|
|
- mimxrt685_evk/mimxrt685s/cm33
|
|
integration_platforms:
|
|
- native_sim
|
|
extra_args:
|
|
- CONF_FILE="prj_ram.conf"
|
|
- EXTRA_DTC_OVERLAY_FILE="ramdisk.overlay"
|
|
filesystem.fat.api.reentrant:
|
|
platform_allow:
|
|
- native_sim
|
|
extra_configs:
|
|
- CONFIG_FS_FATFS_REENTRANT=y
|
|
- CONFIG_MULTITHREADING=y
|