2022-10-24 14:37:57 +08:00
|
|
|
sample:
|
|
|
|
name: format filesystem sample
|
|
|
|
tests:
|
|
|
|
sample.filesystem.format.littlefs:
|
2023-05-08 19:37:42 +08:00
|
|
|
platform_allow:
|
|
|
|
- native_posix
|
2023-11-16 21:57:35 +08:00
|
|
|
- native_sim
|
2023-05-08 19:37:42 +08:00
|
|
|
- nrf52dk_nrf52832
|
2022-10-24 14:37:57 +08:00
|
|
|
build_only: true
|
|
|
|
tags: filesystem
|
|
|
|
sample.filesystem.format.fat_fs:
|
2023-05-08 19:37:42 +08:00
|
|
|
platform_allow:
|
|
|
|
- native_posix
|
2023-11-16 21:57:35 +08:00
|
|
|
- native_sim
|
2023-05-08 19:37:42 +08:00
|
|
|
- mimxrt1064_evk
|
2022-10-24 14:37:57 +08:00
|
|
|
build_only: true
|
2023-07-07 06:30:04 +08:00
|
|
|
extra_args:
|
|
|
|
- CONF_FILE="prj_ram.conf"
|
|
|
|
- EXTRA_DTC_OVERLAY_FILE="ramdisk.overlay"
|
2022-10-24 14:37:57 +08:00
|
|
|
tags: filesystem
|