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>
16 lines
320 B
YAML
16 lines
320 B
YAML
common:
|
|
filter: CONFIG_FULL_LIBC_SUPPORTED
|
|
sample:
|
|
name: Maxim DS3231 RTC
|
|
tests:
|
|
sample.basic.maxim_ds3231:
|
|
build_only: true
|
|
platform_allow:
|
|
- efr32mg_sltb004a
|
|
- frdm_k64f
|
|
- nrf51dk/nrf51822
|
|
- nucleo_l476rg
|
|
- particle_xenon
|
|
integration_platforms:
|
|
- efr32mg_sltb004a
|