boards: nrf51dk/dongle: change SoC to nRF51822

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>
This commit is contained in:
Torsten Rasmussen
2024-02-22 11:08:11 +01:00
committed by Carles Cufi
parent d1ceb29fca
commit 2908af0bcc
68 changed files with 133 additions and 134 deletions

View File

@@ -1,11 +1,11 @@
# nRF51 DK NRF51422 board configuration # nRF51 DK NRF51822 board configuration
# Copyright (c) 2016 Linaro Limited. # Copyright (c) 2016 Linaro Limited.
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
if BOARD_NRF51DK_NRF51422 if BOARD_NRF51DK_NRF51822
config BT_CTLR config BT_CTLR
default BT default BT
endif # BOARD_NRF51DK_NRF51422 endif # BOARD_NRF51DK_NRF51822

View File

@@ -2,4 +2,4 @@ board:
name: nrf51dk name: nrf51dk
vendor: Nordic Semiconductor vendor: Nordic Semiconductor
socs: socs:
- name: nrf51422 - name: nrf51822

View File

Before

Width:  |  Height:  |  Size: 53 KiB

After

Width:  |  Height:  |  Size: 53 KiB

View File

@@ -7,7 +7,7 @@ Overview
******** ********
The nRF51 Development Kit (PCA10028) hardware provides support for the Nordic The nRF51 Development Kit (PCA10028) hardware provides support for the Nordic
Semiconductor nRF51422 ARM Cortex-M0 CPU and the following devices: Semiconductor nRF51822 ARM Cortex-M0 CPU and the following devices:
* :abbr:`ADC (Analog to Digital Converter)` * :abbr:`ADC (Analog to Digital Converter)`
* CLOCK * CLOCK
@@ -22,7 +22,7 @@ Semiconductor nRF51422 ARM Cortex-M0 CPU and the following devices:
* :abbr:`UART (Universal asynchronous receiver-transmitter)` * :abbr:`UART (Universal asynchronous receiver-transmitter)`
* :abbr:`WDT (Watchdog Timer)` * :abbr:`WDT (Watchdog Timer)`
.. figure:: img/nrf51dk_nrf51422.jpg .. figure:: img/nrf51dk_nrf51822.jpg
:align: center :align: center
:alt: nRF51 DK :alt: nRF51 DK
@@ -43,7 +43,7 @@ is 16 MHz.
Supported Features Supported Features
================== ==================
The nrf51dk_nrf51422 board configuration supports the following nRF51 The nrf51dk/nrf51822 board configuration supports the following nRF51
hardware features: hardware features:
+-----------+------------+----------------------+ +-----------+------------+----------------------+
@@ -125,7 +125,7 @@ Then build and flash the application in the usual way.
.. zephyr-app-commands:: .. zephyr-app-commands::
:zephyr-app: samples/hello_world :zephyr-app: samples/hello_world
:board: nrf51dk_nrf51422 :board: nrf51dk/nrf51822
:goals: build flash :goals: build flash
Debugging Debugging
@@ -148,7 +148,7 @@ the board are working properly with Zephyr:
You can build and flash the examples to make sure Zephyr is running correctly on You can build and flash the examples to make sure Zephyr is running correctly on
your board. The button and LED definitions can be found in your board. The button and LED definitions can be found in
:zephyr_file:`boards/nordic_nrf/nrf51dk/nrf51dk_nrf51422.dts`. :zephyr_file:`boards/nordic_nrf/nrf51dk/nrf51dk_nrf51822.dts`.
References References
********** **********

View File

@@ -6,12 +6,12 @@
/dts-v1/; /dts-v1/;
#include <nordic/nrf51822_qfac.dtsi> #include <nordic/nrf51822_qfac.dtsi>
#include "nrf51dk_nrf51422-pinctrl.dtsi" #include "nrf51dk_nrf51822-pinctrl.dtsi"
#include <zephyr/dt-bindings/input/input-event-codes.h> #include <zephyr/dt-bindings/input/input-event-codes.h>
/ { / {
model = "Nordic nRF51 DK NRF51422"; model = "Nordic nRF51 DK NRF51822";
compatible = "nordic,nrf51-dk-nrf51422"; compatible = "nordic,nrf51-dk-nrf51822";
chosen { chosen {
zephyr,console = &uart0; zephyr,console = &uart0;

View File

@@ -1,5 +1,5 @@
identifier: nrf51dk/nrf51422 identifier: nrf51dk/nrf51822
name: nRF51-DK-NRF51422 name: nRF51-DK-NRF51822
type: mcu type: mcu
arch: arm arch: arm
toolchain: toolchain:

View File

@@ -1,4 +1,4 @@
# nRF51 Dongle NRF51422 board configuration # nRF51 Dongle NRF51822 board configuration
# Copyright (c) 2018-2020 Nordic Semiconductor ASA. # Copyright (c) 2018-2020 Nordic Semiconductor ASA.
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0

View File

@@ -1,4 +1,4 @@
# nRF51 Dongle NRF51422 board configuration # nRF51 Dongle NRF51822 board configuration
# Copyright (c) 2018 Nordic Semiconductor ASA. # Copyright (c) 2018 Nordic Semiconductor ASA.
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0

View File

@@ -2,4 +2,4 @@ board:
name: nrf51dongle name: nrf51dongle
vendor: Nordic Semiconductor vendor: Nordic Semiconductor
socs: socs:
- name: nrf51422 - name: nrf51822

View File

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View File

@@ -22,7 +22,7 @@ Semiconductor nRF51822 ARM Cortex-M0 CPU and the following devices:
* :abbr:`UART (Universal asynchronous receiver-transmitter)` * :abbr:`UART (Universal asynchronous receiver-transmitter)`
* :abbr:`WDT (Watchdog Timer)` * :abbr:`WDT (Watchdog Timer)`
.. figure:: img/nrf51dongle_nrf51422.jpg .. figure:: img/nrf51dongle_nrf51822.jpg
:align: center :align: center
:alt: nRF51 Dongle :alt: nRF51 Dongle
@@ -43,7 +43,7 @@ is 16 MHz.
Supported Features Supported Features
================== ==================
The nrf51dongle_nrf51422 board configuration supports the following nRF51 The nrf51dongle/nrf51822 board configuration supports the following nRF51
hardware features: hardware features:
+-----------+------------+----------------------+ +-----------+------------+----------------------+
@@ -120,7 +120,7 @@ Then build and flash the application in the usual way.
.. zephyr-app-commands:: .. zephyr-app-commands::
:zephyr-app: samples/hello_world :zephyr-app: samples/hello_world
:board: nrf51dongle/nrf51422 :board: nrf51dongle/nrf51822
:goals: build flash :goals: build flash
Debugging Debugging

View File

@@ -6,11 +6,11 @@
/dts-v1/; /dts-v1/;
#include <nordic/nrf51822_qfac.dtsi> #include <nordic/nrf51822_qfac.dtsi>
#include "nrf51dongle_nrf51422-pinctrl.dtsi" #include "nrf51dongle_nrf51822-pinctrl.dtsi"
/ { / {
model = "Nordic nRF51 Dongle NRF51422"; model = "Nordic nRF51 Dongle NRF51822";
compatible = "nordic,nrf51-dongle-nrf51422"; compatible = "nordic,nrf51-dongle-nrf51822";
chosen { chosen {
zephyr,console = &uart0; zephyr,console = &uart0;

View File

@@ -1,5 +1,5 @@
identifier: nrf51dongle/nrf51422 identifier: nrf51dongle/nrf51822
name: nRF51-Dongle-nRF51422 name: nRF51-Dongle-nRF51822
type: mcu type: mcu
arch: arm arch: arm
toolchain: toolchain:

View File

@@ -163,7 +163,7 @@ supported by a CMake file with content like this:
# Variable foo_BOARD_ALIAS=bar replaces BOARD=foo with BOARD=bar and # Variable foo_BOARD_ALIAS=bar replaces BOARD=foo with BOARD=bar and
# sets BOARD_ALIAS=foo in the CMake cache. # sets BOARD_ALIAS=foo in the CMake cache.
set(pca10028_BOARD_ALIAS nrf51dk/nrf51422) set(pca10028_BOARD_ALIAS nrf51dk/nrf51822)
set(pca10056_BOARD_ALIAS nrf52840dk/nrf52840) set(pca10056_BOARD_ALIAS nrf52840dk/nrf52840)
set(k64f_BOARD_ALIAS frdm_k64f) set(k64f_BOARD_ALIAS frdm_k64f)
set(sltb004a_BOARD_ALIAS efr32mg_sltb004a) set(sltb004a_BOARD_ALIAS efr32mg_sltb004a)

View File

@@ -9,4 +9,4 @@ tests:
harness: led harness: led
filter: dt_alias_exists("pwm-led0") and dt_compat_enabled("pwm-leds") filter: dt_alias_exists("pwm-led0") and dt_compat_enabled("pwm-leds")
integration_platforms: integration_platforms:
- nrf51dk/nrf51422 - nrf51dk/nrf51822

View File

@@ -16,7 +16,7 @@ tests:
- reel_board - reel_board
- frdm_k64f - frdm_k64f
- mps2/an385 - mps2/an385
- nrf51dk/nrf51422 - nrf51dk/nrf51822
- nucleo_f429zi - nucleo_f429zi
- disco_l475_iot1 - disco_l475_iot1
integration_platforms: integration_platforms:
@@ -28,7 +28,7 @@ tests:
- reel_board - reel_board
- frdm_k64f - frdm_k64f
- mps2/an385 - mps2/an385
- nrf51dk/nrf51422 - nrf51dk/nrf51822
- nucleo_f429zi - nucleo_f429zi
- disco_l475_iot1 - disco_l475_iot1
sample.minimal.mt-no-preempt-no-timers.arm: sample.minimal.mt-no-preempt-no-timers.arm:
@@ -38,7 +38,7 @@ tests:
- reel_board - reel_board
- frdm_k64f - frdm_k64f
- mps2/an385 - mps2/an385
- nrf51dk/nrf51422 - nrf51dk/nrf51822
- nucleo_f429zi - nucleo_f429zi
- disco_l475_iot1 - disco_l475_iot1
sample.minimal.no-mt.arm: sample.minimal.no-mt.arm:
@@ -48,7 +48,7 @@ tests:
- reel_board - reel_board
- frdm_k64f - frdm_k64f
- mps2/an385 - mps2/an385
- nrf51dk/nrf51422 - nrf51dk/nrf51822
- nucleo_f429zi - nucleo_f429zi
- disco_l475_iot1 - disco_l475_iot1
sample.minimal.no-mt-no-timers.arm: sample.minimal.no-mt-no-timers.arm:
@@ -58,7 +58,7 @@ tests:
- reel_board - reel_board
- frdm_k64f - frdm_k64f
- mps2/an385 - mps2/an385
- nrf51dk/nrf51422 - nrf51dk/nrf51822
- nucleo_f429zi - nucleo_f429zi
- disco_l475_iot1 - disco_l475_iot1
sample.minimal.mt.x86: sample.minimal.mt.x86:

View File

@@ -6,7 +6,7 @@ tests:
platform_allow: platform_allow:
- qemu_cortex_m3 - qemu_cortex_m3
- qemu_x86 - qemu_x86
- nrf51dk/nrf51422 - nrf51dk/nrf51822
- nrf52dk/nrf52832 - nrf52dk/nrf52832
tags: bluetooth tags: bluetooth
integration_platforms: integration_platforms:

View File

@@ -6,7 +6,7 @@ tests:
platform_allow: platform_allow:
- qemu_cortex_m3 - qemu_cortex_m3
- qemu_x86 - qemu_x86
- nrf51dk/nrf51422 - nrf51dk/nrf51822
- nrf52_bsim - nrf52_bsim
- nrf52dk/nrf52832 - nrf52dk/nrf52832
tags: bluetooth tags: bluetooth

View File

@@ -6,7 +6,7 @@ tests:
platform_allow: platform_allow:
- qemu_cortex_m3 - qemu_cortex_m3
- qemu_x86 - qemu_x86
- nrf51dk/nrf51422 - nrf51dk/nrf51822
- nrf52dk/nrf52832 - nrf52dk/nrf52832
tags: bluetooth tags: bluetooth
integration_platforms: integration_platforms:

View File

@@ -5,7 +5,7 @@ tests:
harness: bluetooth harness: bluetooth
platform_allow: platform_allow:
- bbc_microbit - bbc_microbit
- nrf51dk/nrf51422 - nrf51dk/nrf51822
- nrf52dk/nrf52832 - nrf52dk/nrf52832
- qemu_cortex_m3 - qemu_cortex_m3
- qemu_x86 - qemu_x86

View File

@@ -6,10 +6,10 @@ tests:
harness: bluetooth harness: bluetooth
platform_allow: platform_allow:
- 96b_carbon/nrf51822 - 96b_carbon/nrf51822
- nrf51dk/nrf51422 - nrf51dk/nrf51822
integration_platforms: integration_platforms:
- 96b_carbon/nrf51822 - 96b_carbon/nrf51822
- nrf51dk/nrf51422 - nrf51dk/nrf51822
tags: tags:
- bluetooth - bluetooth
- spi - spi

View File

@@ -7,7 +7,7 @@ tests:
platform_allow: platform_allow:
- qemu_cortex_m3 - qemu_cortex_m3
- qemu_x86 - qemu_x86
- nrf51dk/nrf51422 - nrf51dk/nrf51822
- nrf52dk/nrf52832 - nrf52dk/nrf52832
tags: bluetooth tags: bluetooth
integration_platforms: integration_platforms:

View File

@@ -6,7 +6,7 @@ tests:
platform_allow: platform_allow:
- nrf52840dk/nrf52840 - nrf52840dk/nrf52840
- nrf52dk/nrf52832 - nrf52dk/nrf52832
- nrf51dk/nrf51422 - nrf51dk/nrf51822
tags: power tags: power
integration_platforms: integration_platforms:
- nrf52840dk/nrf52840 - nrf52840dk/nrf52840

View File

@@ -10,7 +10,7 @@ tests:
platform_allow: platform_allow:
- nrf52840dk/nrf52840 - nrf52840dk/nrf52840
- nrf52dk/nrf52832 - nrf52dk/nrf52832
- nrf51dk/nrf51422 - nrf51dk/nrf51822
sample.boards.nrf.system_off.retained: sample.boards.nrf.system_off.retained:
build_only: true build_only: true
platform_allow: platform_allow:

View File

@@ -13,7 +13,7 @@ tests:
- cy8cproto_063_ble - cy8cproto_063_ble
- stm32l496g_disco - stm32l496g_disco
- stm32h735g_disco - stm32h735g_disco
- nrf51dk/nrf51422 - nrf51dk/nrf51822
- nrf52840dk/nrf52840 - nrf52840dk/nrf52840
- mec172xevb_assy6906 - mec172xevb_assy6906
- gd32f350r_eval - gd32f350r_eval

View File

@@ -8,7 +8,7 @@ tests:
harness: console harness: console
platform_allow: platform_allow:
- nucleo_f746zg - nucleo_f746zg
- nrf51dk/nrf51422 - nrf51dk/nrf51822
- nrf52dk/nrf52832 - nrf52dk/nrf52832
- nrf52840dk/nrf52840 - nrf52840dk/nrf52840
- nrf9160dk/nrf9160 - nrf9160dk/nrf9160

View File

@@ -8,7 +8,7 @@ tests:
platform_allow: platform_allow:
- efr32mg_sltb004a - efr32mg_sltb004a
- frdm_k64f - frdm_k64f
- nrf51dk/nrf51422 - nrf51dk/nrf51822
- nucleo_l476rg - nucleo_l476rg
- particle_xenon - particle_xenon
integration_platforms: integration_platforms:

View File

@@ -118,7 +118,7 @@ SPI driver:
GPIO driver (cortex-M0 only): GPIO driver (cortex-M0 only):
- bbc_microbit - bbc_microbit
- nrf51dk/nrf51422 - nrf51dk/nrf51822
References References
********** **********

View File

@@ -23,11 +23,11 @@ Building and Running
This sample can be found under :zephyr_file:`samples/subsys/nvs` in the Zephyr tree. This sample can be found under :zephyr_file:`samples/subsys/nvs` in the Zephyr tree.
The sample can be build for several platforms, the following commands build the The sample can be build for several platforms, the following commands build the
application for the nrf51dk/nrf51422 board. application for the nrf51dk/nrf51822 board.
.. zephyr-app-commands:: .. zephyr-app-commands::
:zephyr-app: samples/subsys/nvs :zephyr-app: samples/subsys/nvs
:board: nrf51dk/nrf51422 :board: nrf51dk/nrf51822
:goals: build flash :goals: build flash
:compact: :compact:

View File

@@ -3,7 +3,7 @@ footprints,userspace,frdm_k64f,tests/benchmarks/footprints,-DCONF_FILE=prj_users
footprints,default,disco_l475_iot1,tests/benchmarks/footprints, footprints,default,disco_l475_iot1,tests/benchmarks/footprints,
footprints,userspace,disco_l475_iot1,tests/benchmarks/footprints,-DCONF_FILE=prj_userspace.conf footprints,userspace,disco_l475_iot1,tests/benchmarks/footprints,-DCONF_FILE=prj_userspace.conf
footprints,default,nrf5340dk/nrf5340/cpuapp,tests/benchmarks/footprints, footprints,default,nrf5340dk/nrf5340/cpuapp,tests/benchmarks/footprints,
footprints,default,nrf51dk/nrf51422,tests/benchmarks/footprints, footprints,default,nrf51dk/nrf51822,tests/benchmarks/footprints,
footprints,default,altera_max10,tests/benchmarks/footprints, footprints,default,altera_max10,tests/benchmarks/footprints,
footprints,default,hifive1_revb,tests/benchmarks/footprints, footprints,default,hifive1_revb,tests/benchmarks/footprints,
footprints,default,intel_ehl_crb,tests/benchmarks/footprints, footprints,default,intel_ehl_crb,tests/benchmarks/footprints,

View File

@@ -3,7 +3,6 @@ family:
series: series:
- name: nrf51 - name: nrf51
socs: socs:
- name: nrf51422
- name: nrf51822 - name: nrf51822
- name: nrf52 - name: nrf52
socs: socs:

View File

@@ -1209,7 +1209,7 @@ config BT_CTLR_PROFILE_ISR
config BT_CTLR_DEBUG_PINS config BT_CTLR_DEBUG_PINS
bool "Bluetooth Controller Debug Pins" bool "Bluetooth Controller Debug Pins"
depends on BOARD_NRF51DK_NRF51422 || BOARD_NRF52DK_NRF52832 || BOARD_NRF52DK_NRF52810 || BOARD_NRF52840DK_NRF52840 || BOARD_NRF52833DK_NRF52833 || BOARD_NRF5340DK_NRF5340_CPUNET || BOARD_RV32M1_VEGA depends on BOARD_NRF51DK_NRF51822 || BOARD_NRF52DK_NRF52832 || BOARD_NRF52DK_NRF52810 || BOARD_NRF52840DK_NRF52840 || BOARD_NRF52833DK_NRF52833 || BOARD_NRF5340DK_NRF5340_CPUNET || BOARD_RV32M1_VEGA
help help
Turn on debug GPIO toggling for the BLE Controller. This is useful Turn on debug GPIO toggling for the BLE Controller. This is useful
when debugging with a logic analyzer or profiling certain sections of when debugging with a logic analyzer or profiling certain sections of

View File

@@ -74,7 +74,7 @@
#define DEBUG_PIN7 BIT(18) #define DEBUG_PIN7 BIT(18)
#define DEBUG_PIN8 BIT(19) #define DEBUG_PIN8 BIT(19)
#define DEBUG_PIN9 BIT(20) #define DEBUG_PIN9 BIT(20)
#elif defined(CONFIG_BOARD_NRF51DK_NRF51422) #elif defined(CONFIG_BOARD_NRF51DK_NRF51822)
#define DEBUG_PORT NRF_GPIO #define DEBUG_PORT NRF_GPIO
#define DEBUG_PIN0 BIT(12) #define DEBUG_PIN0 BIT(12)
#define DEBUG_PIN1 BIT(13) #define DEBUG_PIN1 BIT(13)

View File

@@ -13,6 +13,6 @@ tests:
- mps3/an547 - mps3/an547
- nrf52840dk/nrf52840 - nrf52840dk/nrf52840
- nrf9160dk/nrf9160 - nrf9160dk/nrf9160
- nrf51dk/nrf51422 - nrf51dk/nrf51822
integration_platforms: integration_platforms:
- qemu_cortex_m0 - qemu_cortex_m0

View File

@@ -2,10 +2,10 @@ tests:
bluetooth.adv: bluetooth.adv:
platform_allow: platform_allow:
- nrf52_bsim - nrf52_bsim
- nrf51dk/nrf51422 - nrf51dk/nrf51822
- nrf52840dk/nrf52840 - nrf52840dk/nrf52840
tags: bluetooth tags: bluetooth
slow: true slow: true
timeout: 360 timeout: 360
integration_platforms: integration_platforms:
- nrf51dk/nrf51422 - nrf51dk/nrf51822

View File

@@ -78,40 +78,40 @@ tests:
platform_allow: platform_allow:
- nrf52840dk/nrf52840 - nrf52840dk/nrf52840
- nrf52dk/nrf52832 - nrf52dk/nrf52832
- nrf51dk/nrf51422 - nrf51dk/nrf51822
- rv32m1_vega/openisa_rv32m1/ri5cy - rv32m1_vega/openisa_rv32m1/ri5cy
integration_platforms: integration_platforms:
- nrf52840dk/nrf52840 - nrf52840dk/nrf52840
- nrf52dk/nrf52832 - nrf52dk/nrf52832
- nrf51dk/nrf51422 - nrf51dk/nrf51822
- rv32m1_vega/openisa_rv32m1/ri5cy - rv32m1_vega/openisa_rv32m1/ri5cy
bluetooth.init.test_ctlr_4_0: bluetooth.init.test_ctlr_4_0:
extra_args: CONF_FILE=prj_ctlr_4_0.conf extra_args: CONF_FILE=prj_ctlr_4_0.conf
platform_allow: platform_allow:
- nrf52840dk/nrf52840 - nrf52840dk/nrf52840
- nrf52dk/nrf52832 - nrf52dk/nrf52832
- nrf51dk/nrf51422 - nrf51dk/nrf51822
integration_platforms: integration_platforms:
- nrf52dk/nrf52832 - nrf52dk/nrf52832
- nrf51dk/nrf51422 - nrf51dk/nrf51822
bluetooth.init.test_ctlr_4_0_dbg: bluetooth.init.test_ctlr_4_0_dbg:
extra_args: CONF_FILE=prj_ctlr_4_0_dbg.conf extra_args: CONF_FILE=prj_ctlr_4_0_dbg.conf
platform_allow: platform_allow:
- nrf52840dk/nrf52840 - nrf52840dk/nrf52840
- nrf52dk/nrf52832 - nrf52dk/nrf52832
- nrf51dk/nrf51422 - nrf51dk/nrf51822
integration_platforms: integration_platforms:
- nrf52dk/nrf52832 - nrf52dk/nrf52832
- nrf51dk/nrf51422 - nrf51dk/nrf51822
bluetooth.init.test_ctlr_tiny: bluetooth.init.test_ctlr_tiny:
extra_args: CONF_FILE=prj_ctlr_tiny.conf extra_args: CONF_FILE=prj_ctlr_tiny.conf
platform_allow: platform_allow:
- nrf52840dk/nrf52840 - nrf52840dk/nrf52840
- nrf52dk/nrf52832 - nrf52dk/nrf52832
- nrf51dk/nrf51422 - nrf51dk/nrf51822
integration_platforms: integration_platforms:
- nrf52dk/nrf52832 - nrf52dk/nrf52832
- nrf51dk/nrf51422 - nrf51dk/nrf51822
bluetooth.init.test_ctlr_dbg: bluetooth.init.test_ctlr_dbg:
extra_args: extra_args:
- CONF_FILE=prj_ctlr_dbg.conf - CONF_FILE=prj_ctlr_dbg.conf
@@ -159,172 +159,172 @@ tests:
platform_allow: platform_allow:
- nrf52840dk/nrf52840 - nrf52840dk/nrf52840
- nrf52dk/nrf52832 - nrf52dk/nrf52832
- nrf51dk/nrf51422 - nrf51dk/nrf51822
- rv32m1_vega/openisa_rv32m1/ri5cy - rv32m1_vega/openisa_rv32m1/ri5cy
bluetooth.init.test_ctlr_peripheral: bluetooth.init.test_ctlr_peripheral:
extra_args: CONF_FILE=prj_ctlr_peripheral.conf extra_args: CONF_FILE=prj_ctlr_peripheral.conf
platform_allow: platform_allow:
- nrf52840dk/nrf52840 - nrf52840dk/nrf52840
- nrf52dk/nrf52832 - nrf52dk/nrf52832
- nrf51dk/nrf51422 - nrf51dk/nrf51822
- rv32m1_vega/openisa_rv32m1/ri5cy - rv32m1_vega/openisa_rv32m1/ri5cy
bluetooth.init.test_ctlr_peripheral_priv: bluetooth.init.test_ctlr_peripheral_priv:
extra_args: CONF_FILE=prj_ctlr_peripheral_priv.conf extra_args: CONF_FILE=prj_ctlr_peripheral_priv.conf
platform_allow: platform_allow:
- nrf52840dk/nrf52840 - nrf52840dk/nrf52840
- nrf52dk/nrf52832 - nrf52dk/nrf52832
- nrf51dk/nrf51422 - nrf51dk/nrf51822
- rv32m1_vega/openisa_rv32m1/ri5cy - rv32m1_vega/openisa_rv32m1/ri5cy
bluetooth.init.test_ctlr_observer: bluetooth.init.test_ctlr_observer:
extra_args: CONF_FILE=prj_ctlr_observer.conf extra_args: CONF_FILE=prj_ctlr_observer.conf
platform_allow: platform_allow:
- nrf52840dk/nrf52840 - nrf52840dk/nrf52840
- nrf52dk/nrf52832 - nrf52dk/nrf52832
- nrf51dk/nrf51422 - nrf51dk/nrf51822
- rv32m1_vega/openisa_rv32m1/ri5cy - rv32m1_vega/openisa_rv32m1/ri5cy
integration_platforms: integration_platforms:
- nrf52dk/nrf52832 - nrf52dk/nrf52832
- nrf51dk/nrf51422 - nrf51dk/nrf51822
- rv32m1_vega/openisa_rv32m1/ri5cy - rv32m1_vega/openisa_rv32m1/ri5cy
bluetooth.init.test_ctlr_central: bluetooth.init.test_ctlr_central:
extra_args: CONF_FILE=prj_ctlr_central.conf extra_args: CONF_FILE=prj_ctlr_central.conf
platform_allow: platform_allow:
- nrf52840dk/nrf52840 - nrf52840dk/nrf52840
- nrf52dk/nrf52832 - nrf52dk/nrf52832
- nrf51dk/nrf51422 - nrf51dk/nrf51822
- rv32m1_vega/openisa_rv32m1/ri5cy - rv32m1_vega/openisa_rv32m1/ri5cy
integration_platforms: integration_platforms:
- nrf52dk/nrf52832 - nrf52dk/nrf52832
- nrf51dk/nrf51422 - nrf51dk/nrf51822
- rv32m1_vega/openisa_rv32m1/ri5cy - rv32m1_vega/openisa_rv32m1/ri5cy
bluetooth.init.test_ctlr_central_priv: bluetooth.init.test_ctlr_central_priv:
extra_args: CONF_FILE=prj_ctlr_central_priv.conf extra_args: CONF_FILE=prj_ctlr_central_priv.conf
platform_allow: platform_allow:
- nrf52840dk/nrf52840 - nrf52840dk/nrf52840
- nrf52dk/nrf52832 - nrf52dk/nrf52832
- nrf51dk/nrf51422 - nrf51dk/nrf51822
- rv32m1_vega/openisa_rv32m1/ri5cy - rv32m1_vega/openisa_rv32m1/ri5cy
integration_platforms: integration_platforms:
- nrf52dk/nrf52832 - nrf52dk/nrf52832
- nrf51dk/nrf51422 - nrf51dk/nrf51822
- rv32m1_vega/openisa_rv32m1/ri5cy - rv32m1_vega/openisa_rv32m1/ri5cy
bluetooth.init.test_ctlr_broadcaster_ext: bluetooth.init.test_ctlr_broadcaster_ext:
extra_args: CONF_FILE=prj_ctlr_broadcaster_ext.conf extra_args: CONF_FILE=prj_ctlr_broadcaster_ext.conf
platform_allow: platform_allow:
- nrf52840dk/nrf52840 - nrf52840dk/nrf52840
- nrf52dk/nrf52832 - nrf52dk/nrf52832
- nrf51dk/nrf51422 - nrf51dk/nrf51822
integration_platforms: integration_platforms:
- nrf52840dk/nrf52840 - nrf52840dk/nrf52840
- nrf51dk/nrf51422 - nrf51dk/nrf51822
bluetooth.init.test_ctlr_peripheral_ext: bluetooth.init.test_ctlr_peripheral_ext:
extra_args: CONF_FILE=prj_ctlr_peripheral_ext.conf extra_args: CONF_FILE=prj_ctlr_peripheral_ext.conf
platform_allow: platform_allow:
- nrf52840dk/nrf52840 - nrf52840dk/nrf52840
- nrf52dk/nrf52832 - nrf52dk/nrf52832
- nrf51dk/nrf51422 - nrf51dk/nrf51822
integration_platforms: integration_platforms:
- nrf52840dk/nrf52840 - nrf52840dk/nrf52840
- nrf51dk/nrf51422 - nrf51dk/nrf51822
bluetooth.init.test_ctlr_peripheral_ext_priv: bluetooth.init.test_ctlr_peripheral_ext_priv:
extra_args: CONF_FILE=prj_ctlr_peripheral_ext_priv.conf extra_args: CONF_FILE=prj_ctlr_peripheral_ext_priv.conf
platform_allow: platform_allow:
- nrf52840dk/nrf52840 - nrf52840dk/nrf52840
- nrf52dk/nrf52832 - nrf52dk/nrf52832
- nrf51dk/nrf51422 - nrf51dk/nrf51822
integration_platforms: integration_platforms:
- nrf52840dk/nrf52840 - nrf52840dk/nrf52840
- nrf51dk/nrf51422 - nrf51dk/nrf51822
bluetooth.init.test_ctlr_oberver_ext: bluetooth.init.test_ctlr_oberver_ext:
extra_args: CONF_FILE=prj_ctlr_observer_ext.conf extra_args: CONF_FILE=prj_ctlr_observer_ext.conf
platform_allow: platform_allow:
- nrf52840dk/nrf52840 - nrf52840dk/nrf52840
- nrf52dk/nrf52832 - nrf52dk/nrf52832
- nrf51dk/nrf51422 - nrf51dk/nrf51822
integration_platforms: integration_platforms:
- nrf52840dk/nrf52840 - nrf52840dk/nrf52840
- nrf51dk/nrf51422 - nrf51dk/nrf51822
bluetooth.init.test_ctlr_central_ext: bluetooth.init.test_ctlr_central_ext:
extra_args: CONF_FILE=prj_ctlr_central_ext.conf extra_args: CONF_FILE=prj_ctlr_central_ext.conf
platform_allow: platform_allow:
- nrf52840dk/nrf52840 - nrf52840dk/nrf52840
- nrf52dk/nrf52832 - nrf52dk/nrf52832
- nrf51dk/nrf51422 - nrf51dk/nrf51822
integration_platforms: integration_platforms:
- nrf52840dk/nrf52840 - nrf52840dk/nrf52840
- nrf51dk/nrf51422 - nrf51dk/nrf51822
bluetooth.init.test_ctlr_central_ext_priv: bluetooth.init.test_ctlr_central_ext_priv:
extra_args: CONF_FILE=prj_ctlr_central_ext_priv.conf extra_args: CONF_FILE=prj_ctlr_central_ext_priv.conf
platform_allow: platform_allow:
- nrf52840dk/nrf52840 - nrf52840dk/nrf52840
- nrf52dk/nrf52832 - nrf52dk/nrf52832
- nrf51dk/nrf51422 - nrf51dk/nrf51822
integration_platforms: integration_platforms:
- nrf52840dk/nrf52840 - nrf52840dk/nrf52840
- nrf51dk/nrf51422 - nrf51dk/nrf51822
bluetooth.init.test_ctlr_per_adv: bluetooth.init.test_ctlr_per_adv:
extra_args: CONF_FILE=prj_ctlr_per_adv.conf extra_args: CONF_FILE=prj_ctlr_per_adv.conf
platform_allow: platform_allow:
- nrf52840dk/nrf52840 - nrf52840dk/nrf52840
- nrf52dk/nrf52832 - nrf52dk/nrf52832
- nrf51dk/nrf51422 - nrf51dk/nrf51822
integration_platforms: integration_platforms:
- nrf52840dk/nrf52840 - nrf52840dk/nrf52840
- nrf51dk/nrf51422 - nrf51dk/nrf51822
bluetooth.init.test_ctlr_per_adv_no_adi: bluetooth.init.test_ctlr_per_adv_no_adi:
extra_args: CONF_FILE=prj_ctlr_per_adv_no_adi.conf extra_args: CONF_FILE=prj_ctlr_per_adv_no_adi.conf
platform_allow: platform_allow:
- nrf52840dk/nrf52840 - nrf52840dk/nrf52840
- nrf52dk/nrf52832 - nrf52dk/nrf52832
- nrf51dk/nrf51422 - nrf51dk/nrf51822
integration_platforms: integration_platforms:
- nrf52840dk/nrf52840 - nrf52840dk/nrf52840
- nrf51dk/nrf51422 - nrf51dk/nrf51822
bluetooth.init.test_ctlr_per_sync: bluetooth.init.test_ctlr_per_sync:
extra_args: CONF_FILE=prj_ctlr_per_sync.conf extra_args: CONF_FILE=prj_ctlr_per_sync.conf
platform_allow: platform_allow:
- nrf52840dk/nrf52840 - nrf52840dk/nrf52840
- nrf52dk/nrf52832 - nrf52dk/nrf52832
- nrf51dk/nrf51422 - nrf51dk/nrf51822
integration_platforms: integration_platforms:
- nrf52840dk/nrf52840 - nrf52840dk/nrf52840
- nrf51dk/nrf51422 - nrf51dk/nrf51822
bluetooth.init.test_ctlr_per_sync_no_adi: bluetooth.init.test_ctlr_per_sync_no_adi:
extra_args: CONF_FILE=prj_ctlr_per_sync_no_adi.conf extra_args: CONF_FILE=prj_ctlr_per_sync_no_adi.conf
platform_allow: platform_allow:
- nrf52840dk/nrf52840 - nrf52840dk/nrf52840
- nrf52dk/nrf52832 - nrf52dk/nrf52832
- nrf51dk/nrf51422 - nrf51dk/nrf51822
integration_platforms: integration_platforms:
- nrf52840dk/nrf52840 - nrf52840dk/nrf52840
- nrf51dk/nrf51422 - nrf51dk/nrf51822
bluetooth.init.test_ctlr_per_sync_no_filter: bluetooth.init.test_ctlr_per_sync_no_filter:
extra_args: CONF_FILE=prj_ctlr_per_sync_no_filter.conf extra_args: CONF_FILE=prj_ctlr_per_sync_no_filter.conf
platform_allow: platform_allow:
- nrf52840dk/nrf52840 - nrf52840dk/nrf52840
- nrf52dk/nrf52832 - nrf52dk/nrf52832
- nrf51dk/nrf51422 - nrf51dk/nrf51822
integration_platforms: integration_platforms:
- nrf52840dk/nrf52840 - nrf52840dk/nrf52840
- nrf51dk/nrf51422 - nrf51dk/nrf51822
bluetooth.init.test_ctlr_peripheral_iso: bluetooth.init.test_ctlr_peripheral_iso:
extra_args: CONF_FILE=prj_ctlr_peripheral_iso.conf extra_args: CONF_FILE=prj_ctlr_peripheral_iso.conf
platform_allow: platform_allow:
- nrf52840dk/nrf52840 - nrf52840dk/nrf52840
- nrf52dk/nrf52832 - nrf52dk/nrf52832
- nrf51dk/nrf51422 - nrf51dk/nrf51822
integration_platforms: integration_platforms:
- nrf52840dk/nrf52840 - nrf52840dk/nrf52840
- nrf51dk/nrf51422 - nrf51dk/nrf51822
bluetooth.init.test_ctlr_central_iso: bluetooth.init.test_ctlr_central_iso:
extra_args: CONF_FILE=prj_ctlr_central_iso.conf extra_args: CONF_FILE=prj_ctlr_central_iso.conf
platform_allow: platform_allow:
- nrf52840dk/nrf52840 - nrf52840dk/nrf52840
- nrf52dk/nrf52832 - nrf52dk/nrf52832
- nrf51dk/nrf51422 - nrf51dk/nrf51822
integration_platforms: integration_platforms:
- nrf52840dk/nrf52840 - nrf52840dk/nrf52840
- nrf51dk/nrf51422 - nrf51dk/nrf51822
bluetooth.init.test_h5: bluetooth.init.test_h5:
extra_args: CONF_FILE=prj_h5.conf extra_args: CONF_FILE=prj_h5.conf
platform_allow: qemu_cortex_m3 platform_allow: qemu_cortex_m3

View File

@@ -26,7 +26,7 @@ tests:
drivers.adc.npcx.build: drivers.adc.npcx.build:
platform_allow: npcx7m6fb_evb platform_allow: npcx7m6fb_evb
drivers.adc.nrf.build: drivers.adc.nrf.build:
platform_allow: nrf51dk/nrf51422 platform_allow: nrf51dk/nrf51822
drivers.adc.nrf.saadc.build: drivers.adc.nrf.saadc.build:
platform_allow: nrf21540dk/nrf52840 platform_allow: nrf21540dk/nrf52840
drivers.adc.sam0.build: drivers.adc.sam0.build:

View File

@@ -31,7 +31,7 @@ tests:
drivers.pwm.npcx.build: drivers.pwm.npcx.build:
platform_allow: npcx7m6fb_evb platform_allow: npcx7m6fb_evb
drivers.pwm.nrf.sw.build: drivers.pwm.nrf.sw.build:
platform_allow: nrf51dk/nrf51422 platform_allow: nrf51dk/nrf51822
drivers.pwm.nrf.build: drivers.pwm.nrf.build:
platform_allow: nrf52840dk/nrf52840 platform_allow: nrf52840dk/nrf52840
drivers.pwm.pca9685.build: drivers.pwm.pca9685.build:

View File

@@ -4,20 +4,20 @@ tests:
- drivers - drivers
- clock_control - clock_control
platform_allow: platform_allow:
- nrf51dk/nrf51422 - nrf51dk/nrf51822
- nrf52dk/nrf52832 - nrf52dk/nrf52832
- nrf52840dk/nrf52840 - nrf52840dk/nrf52840
- nrf9160dk/nrf9160 - nrf9160dk/nrf9160
integration_platforms: integration_platforms:
- nrf51dk/nrf51422 - nrf51dk/nrf51822
drivers.clock.clock_control_nrf5_lfclk_rc: drivers.clock.clock_control_nrf5_lfclk_rc:
tags: tags:
- drivers - drivers
- clock_control - clock_control
platform_allow: platform_allow:
- nrf51dk/nrf51422 - nrf51dk/nrf51822
- nrf52dk/nrf52832 - nrf52dk/nrf52832
- nrf52840dk/nrf52840 - nrf52840dk/nrf52840
integration_platforms: integration_platforms:
- nrf51dk/nrf51422 - nrf51dk/nrf51822
extra_args: CONF_FILE="nrf_lfclk_rc.conf" extra_args: CONF_FILE="nrf_lfclk_rc.conf"

View File

@@ -4,8 +4,8 @@ tests:
- drivers - drivers
- clock_control - clock_control
platform_allow: platform_allow:
- nrf51dk/nrf51422 - nrf51dk/nrf51822
- nrf52dk/nrf52832 - nrf52dk/nrf52832
- nrf52840dk/nrf52840 - nrf52840dk/nrf52840
integration_platforms: integration_platforms:
- nrf51dk/nrf51422 - nrf51dk/nrf51822

View File

@@ -3,11 +3,11 @@ common:
- drivers - drivers
- clock_control - clock_control
integration_platforms: integration_platforms:
- nrf51dk/nrf51422 - nrf51dk/nrf51822
tests: tests:
drivers.clock.nrf_lf_clock_start_xtal_stable: drivers.clock.nrf_lf_clock_start_xtal_stable:
platform_allow: platform_allow:
- nrf51dk/nrf51422 - nrf51dk/nrf51822
- nrf52dk/nrf52832 - nrf52dk/nrf52832
- nrf52840dk/nrf52840 - nrf52840dk/nrf52840
- nrf9160dk/nrf9160 - nrf9160dk/nrf9160
@@ -17,11 +17,11 @@ tests:
- CONFIG_SYSTEM_CLOCK_WAIT_FOR_STABILITY=y - CONFIG_SYSTEM_CLOCK_WAIT_FOR_STABILITY=y
- CONFIG_CLOCK_CONTROL_NRF_K32SRC_XTAL=y - CONFIG_CLOCK_CONTROL_NRF_K32SRC_XTAL=y
integration_platforms: integration_platforms:
- nrf51dk/nrf51422 - nrf51dk/nrf51822
drivers.clock.nrf_lf_clock_start_xtal_available: drivers.clock.nrf_lf_clock_start_xtal_available:
platform_allow: platform_allow:
- nrf51dk/nrf51422 - nrf51dk/nrf51822
- nrf52dk/nrf52832 - nrf52dk/nrf52832
- nrf52840dk/nrf52840 - nrf52840dk/nrf52840
- nrf9160dk/nrf9160 - nrf9160dk/nrf9160
@@ -31,96 +31,96 @@ tests:
- CONFIG_SYSTEM_CLOCK_WAIT_FOR_AVAILABILITY=y - CONFIG_SYSTEM_CLOCK_WAIT_FOR_AVAILABILITY=y
- CONFIG_CLOCK_CONTROL_NRF_K32SRC_XTAL=y - CONFIG_CLOCK_CONTROL_NRF_K32SRC_XTAL=y
integration_platforms: integration_platforms:
- nrf51dk/nrf51422 - nrf51dk/nrf51822
drivers.clock.nrf_lf_clock_start_xtal_no_wait: drivers.clock.nrf_lf_clock_start_xtal_no_wait:
platform_allow: platform_allow:
- nrf51dk/nrf51422 - nrf51dk/nrf51822
- nrf52dk/nrf52832 - nrf52dk/nrf52832
- nrf52840dk/nrf52840 - nrf52840dk/nrf52840
- nrf9160dk/nrf9160 - nrf9160dk/nrf9160
- nrf5340dk/nrf5340/cpuapp - nrf5340dk/nrf5340/cpuapp
- nrf5340dk/nrf5340/cpunet - nrf5340dk/nrf5340/cpunet
integration_platforms: integration_platforms:
- nrf51dk/nrf51422 - nrf51dk/nrf51822
extra_configs: extra_configs:
- CONFIG_SYSTEM_CLOCK_NO_WAIT=y - CONFIG_SYSTEM_CLOCK_NO_WAIT=y
- CONFIG_CLOCK_CONTROL_NRF_K32SRC_XTAL=y - CONFIG_CLOCK_CONTROL_NRF_K32SRC_XTAL=y
drivers.clock.nrf_lf_clock_start_rc_stable: drivers.clock.nrf_lf_clock_start_rc_stable:
platform_allow: platform_allow:
- nrf51dk/nrf51422 - nrf51dk/nrf51822
- nrf52dk/nrf52832 - nrf52dk/nrf52832
- nrf52840dk/nrf52840 - nrf52840dk/nrf52840
- nrf5340dk/nrf5340/cpuapp - nrf5340dk/nrf5340/cpuapp
- nrf5340dk/nrf5340/cpunet - nrf5340dk/nrf5340/cpunet
integration_platforms: integration_platforms:
- nrf51dk/nrf51422 - nrf51dk/nrf51822
extra_configs: extra_configs:
- CONFIG_SYSTEM_CLOCK_WAIT_FOR_STABILITY=y - CONFIG_SYSTEM_CLOCK_WAIT_FOR_STABILITY=y
- CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y - CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y
drivers.clock.nrf_lf_clock_start_rc_available: drivers.clock.nrf_lf_clock_start_rc_available:
platform_allow: platform_allow:
- nrf51dk/nrf51422 - nrf51dk/nrf51822
- nrf52dk/nrf52832 - nrf52dk/nrf52832
- nrf52840dk/nrf52840 - nrf52840dk/nrf52840
- nrf5340dk/nrf5340/cpuapp - nrf5340dk/nrf5340/cpuapp
- nrf5340dk/nrf5340/cpunet - nrf5340dk/nrf5340/cpunet
integration_platforms: integration_platforms:
- nrf51dk/nrf51422 - nrf51dk/nrf51822
extra_configs: extra_configs:
- CONFIG_SYSTEM_CLOCK_WAIT_FOR_AVAILABILITY=y - CONFIG_SYSTEM_CLOCK_WAIT_FOR_AVAILABILITY=y
- CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y - CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y
drivers.clock.nrf_lf_clock_start_rc_no_wait: drivers.clock.nrf_lf_clock_start_rc_no_wait:
platform_allow: platform_allow:
- nrf51dk/nrf51422 - nrf51dk/nrf51822
- nrf52dk/nrf52832 - nrf52dk/nrf52832
- nrf52840dk/nrf52840 - nrf52840dk/nrf52840
- nrf5340dk/nrf5340/cpuapp - nrf5340dk/nrf5340/cpuapp
- nrf5340dk/nrf5340/cpunet - nrf5340dk/nrf5340/cpunet
integration_platforms: integration_platforms:
- nrf51dk/nrf51422 - nrf51dk/nrf51822
extra_configs: extra_configs:
- CONFIG_SYSTEM_CLOCK_NO_WAIT=y - CONFIG_SYSTEM_CLOCK_NO_WAIT=y
- CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y - CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y
drivers.clock.nrf_lf_clock_start_synth_stable: drivers.clock.nrf_lf_clock_start_synth_stable:
platform_allow: platform_allow:
- nrf51dk/nrf51422 - nrf51dk/nrf51822
- nrf52dk/nrf52832 - nrf52dk/nrf52832
- nrf52840dk/nrf52840 - nrf52840dk/nrf52840
- nrf5340dk/nrf5340/cpuapp - nrf5340dk/nrf5340/cpuapp
- nrf5340dk/nrf5340/cpunet - nrf5340dk/nrf5340/cpunet
integration_platforms: integration_platforms:
- nrf51dk/nrf51422 - nrf51dk/nrf51822
extra_configs: extra_configs:
- CONFIG_SYSTEM_CLOCK_WAIT_FOR_STABILITY=y - CONFIG_SYSTEM_CLOCK_WAIT_FOR_STABILITY=y
- CONFIG_CLOCK_CONTROL_NRF_K32SRC_SYNTH=y - CONFIG_CLOCK_CONTROL_NRF_K32SRC_SYNTH=y
drivers.clock.nrf_lf_clock_start_synth_available: drivers.clock.nrf_lf_clock_start_synth_available:
platform_allow: platform_allow:
- nrf51dk/nrf51422 - nrf51dk/nrf51822
- nrf52dk/nrf52832 - nrf52dk/nrf52832
- nrf52840dk/nrf52840 - nrf52840dk/nrf52840
- nrf5340dk/nrf5340/cpuapp - nrf5340dk/nrf5340/cpuapp
- nrf5340dk/nrf5340/cpunet - nrf5340dk/nrf5340/cpunet
integration_platforms: integration_platforms:
- nrf51dk/nrf51422 - nrf51dk/nrf51822
extra_configs: extra_configs:
- CONFIG_SYSTEM_CLOCK_WAIT_FOR_AVAILABILITY=y - CONFIG_SYSTEM_CLOCK_WAIT_FOR_AVAILABILITY=y
- CONFIG_CLOCK_CONTROL_NRF_K32SRC_SYNTH=y - CONFIG_CLOCK_CONTROL_NRF_K32SRC_SYNTH=y
drivers.clock.nrf_lf_clock_start_synth_no_wait: drivers.clock.nrf_lf_clock_start_synth_no_wait:
platform_allow: platform_allow:
- nrf51dk/nrf51422 - nrf51dk/nrf51822
- nrf52dk/nrf52832 - nrf52dk/nrf52832
- nrf52840dk/nrf52840 - nrf52840dk/nrf52840
- nrf5340dk/nrf5340/cpuapp - nrf5340dk/nrf5340/cpuapp
- nrf5340dk/nrf5340/cpunet - nrf5340dk/nrf5340/cpunet
integration_platforms: integration_platforms:
- nrf51dk/nrf51422 - nrf51dk/nrf51822
extra_configs: extra_configs:
- CONFIG_SYSTEM_CLOCK_NO_WAIT=y - CONFIG_SYSTEM_CLOCK_NO_WAIT=y
- CONFIG_CLOCK_CONTROL_NRF_K32SRC_SYNTH=y - CONFIG_CLOCK_CONTROL_NRF_K32SRC_SYNTH=y

View File

@@ -4,8 +4,8 @@ tests:
- drivers - drivers
- clock_control - clock_control
platform_allow: platform_allow:
- nrf51dk/nrf51422 - nrf51dk/nrf51822
- nrf52dk/nrf52832 - nrf52dk/nrf52832
- nrf52840dk/nrf52840 - nrf52840dk/nrf52840
integration_platforms: integration_platforms:
- nrf51dk/nrf51422 - nrf51dk/nrf51822

View File

@@ -4,9 +4,9 @@ tests:
- drivers - drivers
- clock_control - clock_control
platform_allow: platform_allow:
- nrf51dk/nrf51422 - nrf51dk/nrf51822
- nrf52dk/nrf52832 - nrf52dk/nrf52832
- nrf52840dk/nrf52840 - nrf52840dk/nrf52840
- nrf9160dk/nrf9160 - nrf9160dk/nrf9160
integration_platforms: integration_platforms:
- nrf51dk/nrf51422 - nrf51dk/nrf51822

View File

@@ -9,7 +9,7 @@ tests:
- mps2/an521/cpu0 - mps2/an521/cpu0
- nrf52840dk/nrf52840 - nrf52840dk/nrf52840
- nrf9160dk/nrf9160 - nrf9160dk/nrf9160
- nrf51dk/nrf51422 - nrf51dk/nrf51822
- nsim/nsim_em - nsim/nsim_em
- nsim/nsim_em7d_v22 - nsim/nsim_em7d_v22
- nsim/nsim_hs - nsim/nsim_hs

View File

@@ -14,12 +14,12 @@ tests:
tags: mcuboot tags: mcuboot
build_only: true build_only: true
platform_allow: platform_allow:
- nrf51dk/nrf51422 - nrf51dk/nrf51822
- nrf52dk/nrf52832 - nrf52dk/nrf52832
extra_configs: extra_configs:
- CONFIG_BOOTLOADER_MCUBOOT=y - CONFIG_BOOTLOADER_MCUBOOT=y
integration_platforms: integration_platforms:
- nrf51dk/nrf51422 - nrf51dk/nrf51822
- nrf52dk/nrf52832 - nrf52dk/nrf52832
buildsystem.kconfig.utf8_in_values: buildsystem.kconfig.utf8_in_values:
build_only: true build_only: true

View File

@@ -3,7 +3,7 @@ tests:
platform_allow: platform_allow:
- nrf52840dk/nrf52840 - nrf52840dk/nrf52840
- nrf52dk/nrf52832 - nrf52dk/nrf52832
- nrf51dk/nrf51422 - nrf51dk/nrf51822
- native_posix - native_posix
- native_posix_64 - native_posix_64
- native_sim - native_sim

View File

@@ -1,7 +1,7 @@
tests: tests:
storage.flash_map: storage.flash_map:
platform_allow: platform_allow:
- nrf51dk/nrf51422 - nrf51dk/nrf51822
- qemu_x86 - qemu_x86
- native_posix - native_posix
- native_posix_64 - native_posix_64
@@ -25,7 +25,7 @@ tests:
storage.flash_map.mbedtls: storage.flash_map.mbedtls:
extra_args: OVERLAY_CONFIG=overlay-mbedtls.conf extra_args: OVERLAY_CONFIG=overlay-mbedtls.conf
platform_allow: platform_allow:
- nrf51dk/nrf51422 - nrf51dk/nrf51822
- qemu_x86 - qemu_x86
- native_posix - native_posix
- native_posix_64 - native_posix_64