82 lines
2.4 KiB
YAML
82 lines
2.4 KiB
YAML
sample:
|
|
name: littlefs filesystem sample
|
|
common:
|
|
tags:
|
|
- filesystem
|
|
- littefs
|
|
tests:
|
|
sample.filesystem.littlefs:
|
|
build_only: true
|
|
platform_allow:
|
|
- nrf52840dk/nrf52840
|
|
- particle_xenon
|
|
- disco_l475_iot1
|
|
- mimxrt685_evk/mimxrt685s/cm33
|
|
- mimxrt1060_evk
|
|
- mimxrt1064_evk
|
|
- qemu_x86
|
|
- native_sim
|
|
- mimxrt1160_evk/mimxrt1166/cm7
|
|
- lpcxpresso55s69/lpc55s69/cpu0
|
|
- mr_canhubk3
|
|
- stm32f429i_disc1
|
|
- stm32f746g_disco
|
|
- stm32h747i_disco/stm32h747xx/m7
|
|
- stm32h750b_dk
|
|
- nrf54l15dk/nrf54l15/cpuapp
|
|
- frdm_ke17z
|
|
- frdm_ke17z512
|
|
integration_platforms:
|
|
- nrf52840dk/nrf52840
|
|
sample.filesystem.littlefs.blk:
|
|
build_only: true
|
|
extra_args:
|
|
- CONF_FILE=prj_blk.conf
|
|
platform_allow:
|
|
- rcar_h3ulcb/r8a77951/a57
|
|
- rcar_salvator_xs
|
|
sample.filesystem.littlefs.nrf52840dk_spi:
|
|
build_only: true
|
|
platform_allow: nrf52840dk/nrf52840
|
|
extra_args:
|
|
- EXTRA_CONF_FILE=boards/nrf52840dk_nrf52840_spi.conf
|
|
- DTC_OVERLAY_FILE=boards/nrf52840dk_nrf52840_spi.overlay
|
|
sample.filesystem.littlefs.nrf52840dk_qspi:
|
|
build_only: true
|
|
platform_allow: nrf52840dk/nrf52840
|
|
extra_args:
|
|
- EXTRA_CONF_FILE=boards/nrf52840dk_nrf52840_qspi.conf
|
|
- DTC_OVERLAY_FILE=boards/nrf52840dk_nrf52840_qspi.overlay
|
|
sample.filesystem.littlefs.stm32h747i_disco_m7_blk:
|
|
build_only: true
|
|
platform_allow: stm32h747i_disco/stm32h747xx/m7
|
|
extra_args:
|
|
- EXTRA_CONF_FILE=stm32_blk.conf
|
|
- CONF_FILE=prj_blk.conf
|
|
extra_configs:
|
|
- CONFIG_SDMMC_STM32_HWFC=y
|
|
sample.filesystem.littlefs.nucleo_h743zi_qspi:
|
|
build_only: true
|
|
platform_allow: nucleo_h743zi
|
|
extra_args:
|
|
- EXTRA_CONF_FILE=boards/nucleo_h743zi_qspi.conf
|
|
sample.filesystem.littlefs.nucleo_h743zi_blk:
|
|
build_only: true
|
|
platform_allow: nucleo_h743zi
|
|
extra_args:
|
|
- EXTRA_CONF_FILE=boards/nucleo_h743zi_blk.conf
|
|
- CONF_FILE=prj_blk.conf
|
|
sample.filesystem.littlefs.stm32l562e_dk_ospi:
|
|
build_only: true
|
|
platform_allow: stm32l562e_dk
|
|
extra_args:
|
|
- EXTRA_CONF_FILE=boards/stm32l562e_dk_ospi.conf
|
|
sample.filesystem.littlefs.stm32f746g_disco_blk:
|
|
build_only: true
|
|
platform_allow: stm32f746g_disco
|
|
extra_args:
|
|
- EXTRA_CONF_FILE=stm32_blk.conf
|
|
- CONF_FILE=prj_blk.conf
|
|
extra_configs:
|
|
- CONFIG_SDMMC_STM32_HWFC=y
|