1tests:
2  filesystem.fcb:
3    platform_allow:
4      - nrf52840dk/nrf52840
5      - nrf52dk/nrf52832
6      - nrf51dk/nrf51822
7      - native_sim
8      - native_sim/native/64
9      - mr_canhubk3
10    tags: flash_circural_buffer
11    integration_platforms:
12      - native_sim
13  filesystem.fcb.no_erase:
14    platform_allow:
15      - nrf54l15dk/nrf54l15/cpuapp
16      - nrf54lm20dk/nrf54lm20a/cpuapp
17      - ophelia4ev/nrf54l15/cpuapp
18      - native_sim
19    integration_platforms:
20      - nrf54l15dk/nrf54l15/cpuapp
21      - native_sim
22  filesystem.fcb.native_sim.no_erase:
23    extra_args: CONFIG_FLASH_SIMULATOR_EXPLICIT_ERASE=n
24    platform_allow: native_sim
25  filesystem.fcb.fixed_endmarker:
26    platform_allow:
27      - nrf52840dk/nrf52840
28      - nrf52dk/nrf52832
29      - nrf51dk/nrf51822
30      - native_sim
31      - native_sim/native/64
32      - mr_canhubk3
33    tags: flash_circural_buffer
34    integration_platforms:
35      - native_sim
36    extra_args: CONFIG_FCB_ALLOW_FIXED_ENDMARKER=y
37  filesystem.fcb.native_sim.fcb_0x00:
38    extra_args: DTC_OVERLAY_FILE=boards/native_sim_ev_0x00.overlay
39    platform_allow: native_sim
40  filesystem.fcb.qemu_x86.fcb_0x00:
41    extra_args: DTC_OVERLAY_FILE=boards/qemu_x86_ev_0x00.overlay
42    platform_allow: qemu_x86
43