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>
19 lines
448 B
YAML
19 lines
448 B
YAML
common:
|
|
filter: CONFIG_ARMV6_M_ARMV8_M_BASELINE or CONFIG_ARMV7_M_ARMV8_M_MAINLINE
|
|
tags: arm
|
|
arch_allow: arm
|
|
tests:
|
|
arch.arm.no-mt:
|
|
filter: not CONFIG_TRUSTED_EXECUTION_NONSECURE
|
|
platform_allow:
|
|
- qemu_cortex_m0
|
|
- qemu_cortex_m3
|
|
- mps2/an385
|
|
- mps2/an521/cpu0
|
|
- mps3/an547
|
|
- nrf52840dk/nrf52840
|
|
- nrf9160dk/nrf9160
|
|
- nrf51dk/nrf51822
|
|
integration_platforms:
|
|
- qemu_cortex_m0
|