1sample: 2 name: littlefs filesystem sample 3common: 4 tags: 5 - filesystem 6 - littefs 7tests: 8 sample.filesystem.littlefs: 9 build_only: true 10 platform_allow: 11 - nrf52840dk/nrf52840 12 - particle_xenon 13 - disco_l475_iot1 14 - mimxrt685_evk/mimxrt685s/cm33 15 - mimxrt1060_evk/mimxrt1062/qspi 16 - mimxrt1064_evk 17 - qemu_x86 18 - native_sim 19 - mimxrt1160_evk/mimxrt1166/cm7 20 - lpcxpresso55s69/lpc55s69/cpu0 21 - mr_canhubk3 22 - stm32f429i_disc1 23 - stm32f746g_disco 24 - stm32h747i_disco/stm32h747xx/m7 25 - stm32h750b_dk 26 - nrf54l15dk/nrf54l15/cpuapp 27 - frdm_ke17z 28 - frdm_ke17z512 29 integration_platforms: 30 - nrf52840dk/nrf52840 31 sample.filesystem.littlefs.blk: 32 build_only: true 33 extra_args: 34 - CONF_FILE=prj_blk.conf 35 platform_allow: 36 - rcar_h3ulcb/r8a77951/a57 37 - rcar_salvator_xs 38 sample.filesystem.littlefs.nrf52840dk_spi: 39 build_only: true 40 platform_allow: nrf52840dk/nrf52840 41 extra_args: 42 - EXTRA_CONF_FILE=boards/nrf52840dk_nrf52840_spi.conf 43 - DTC_OVERLAY_FILE=boards/nrf52840dk_nrf52840_spi.overlay 44 sample.filesystem.littlefs.nrf52840dk_qspi: 45 build_only: true 46 platform_allow: nrf52840dk/nrf52840 47 extra_args: 48 - EXTRA_CONF_FILE=boards/nrf52840dk_nrf52840_qspi.conf 49 - DTC_OVERLAY_FILE=boards/nrf52840dk_nrf52840_qspi.overlay 50 sample.filesystem.littlefs.stm32h747i_disco_m7_blk: 51 build_only: true 52 platform_allow: stm32h747i_disco/stm32h747xx/m7 53 extra_args: 54 - EXTRA_CONF_FILE=stm32_blk.conf 55 - CONF_FILE=prj_blk.conf 56 extra_configs: 57 - CONFIG_SDMMC_STM32_HWFC=y 58 sample.filesystem.littlefs.nucleo_h743zi_qspi: 59 build_only: true 60 platform_allow: nucleo_h743zi 61 extra_args: 62 - EXTRA_CONF_FILE=boards/nucleo_h743zi_qspi.conf 63 sample.filesystem.littlefs.nucleo_h743zi_blk: 64 build_only: true 65 platform_allow: nucleo_h743zi 66 extra_args: 67 - EXTRA_CONF_FILE=boards/nucleo_h743zi_blk.conf 68 - CONF_FILE=prj_blk.conf 69 sample.filesystem.littlefs.stm32l562e_dk_ospi: 70 build_only: true 71 platform_allow: stm32l562e_dk 72 extra_args: 73 - EXTRA_CONF_FILE=boards/stm32l562e_dk_ospi.conf 74 sample.filesystem.littlefs.stm32f746g_disco_blk: 75 build_only: true 76 platform_allow: stm32f746g_disco 77 extra_args: 78 - EXTRA_CONF_FILE=stm32_blk.conf 79 - CONF_FILE=prj_blk.conf 80 extra_configs: 81 - CONFIG_SDMMC_STM32_HWFC=y 82