The physical nRF51dk / nRF51dongle hardware contains a nRF51422 SoC. In Zephyr, only the nRF51822 SoC, is implemented. In Zephyr, the nRF51422 SoC is build as a nRF51822, therefore use the nRF51822 SoC model for those kits instead on the non-existing nRF51422. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
21 lines
582 B
YAML
21 lines
582 B
YAML
tests:
|
|
filesystem.fcb:
|
|
platform_allow:
|
|
- nrf52840dk/nrf52840
|
|
- nrf52dk/nrf52832
|
|
- nrf51dk/nrf51822
|
|
- native_posix
|
|
- native_posix_64
|
|
- native_sim
|
|
- native_sim_64
|
|
- mr_canhubk3
|
|
tags: flash_circural_buffer
|
|
integration_platforms:
|
|
- nrf52840dk/nrf52840
|
|
filesystem.fcb.native_sim.fcb_0x00:
|
|
extra_args: DTC_OVERLAY_FILE=boards/native_sim_ev_0x00.overlay
|
|
platform_allow: native_sim
|
|
filesystem.fcb.qemu_x86.fcb_0x00:
|
|
extra_args: DTC_OVERLAY_FILE=boards/qemu_x86_ev_0x00.overlay
|
|
platform_allow: qemu_x86
|