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:
committed by
Carles Cufi
parent
d1ceb29fca
commit
2908af0bcc
@@ -1,11 +1,11 @@
|
||||
# nRF51 DK NRF51422 board configuration
|
||||
# nRF51 DK NRF51822 board configuration
|
||||
|
||||
# Copyright (c) 2016 Linaro Limited.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
if BOARD_NRF51DK_NRF51422
|
||||
if BOARD_NRF51DK_NRF51822
|
||||
|
||||
config BT_CTLR
|
||||
default BT
|
||||
|
||||
endif # BOARD_NRF51DK_NRF51422
|
||||
endif # BOARD_NRF51DK_NRF51822
|
||||
|
||||
@@ -2,4 +2,4 @@ board:
|
||||
name: nrf51dk
|
||||
vendor: Nordic Semiconductor
|
||||
socs:
|
||||
- name: nrf51422
|
||||
- name: nrf51822
|
||||
|
||||
|
Before Width: | Height: | Size: 53 KiB After Width: | Height: | Size: 53 KiB |
@@ -7,7 +7,7 @@ Overview
|
||||
********
|
||||
|
||||
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)`
|
||||
* CLOCK
|
||||
@@ -22,7 +22,7 @@ Semiconductor nRF51422 ARM Cortex-M0 CPU and the following devices:
|
||||
* :abbr:`UART (Universal asynchronous receiver-transmitter)`
|
||||
* :abbr:`WDT (Watchdog Timer)`
|
||||
|
||||
.. figure:: img/nrf51dk_nrf51422.jpg
|
||||
.. figure:: img/nrf51dk_nrf51822.jpg
|
||||
:align: center
|
||||
:alt: nRF51 DK
|
||||
|
||||
@@ -43,7 +43,7 @@ is 16 MHz.
|
||||
Supported Features
|
||||
==================
|
||||
|
||||
The nrf51dk_nrf51422 board configuration supports the following nRF51
|
||||
The nrf51dk/nrf51822 board configuration supports the following nRF51
|
||||
hardware features:
|
||||
|
||||
+-----------+------------+----------------------+
|
||||
@@ -125,7 +125,7 @@ Then build and flash the application in the usual way.
|
||||
|
||||
.. zephyr-app-commands::
|
||||
:zephyr-app: samples/hello_world
|
||||
:board: nrf51dk_nrf51422
|
||||
:board: nrf51dk/nrf51822
|
||||
:goals: build flash
|
||||
|
||||
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
|
||||
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
|
||||
**********
|
||||
|
||||
@@ -6,12 +6,12 @@
|
||||
|
||||
/dts-v1/;
|
||||
#include <nordic/nrf51822_qfac.dtsi>
|
||||
#include "nrf51dk_nrf51422-pinctrl.dtsi"
|
||||
#include "nrf51dk_nrf51822-pinctrl.dtsi"
|
||||
#include <zephyr/dt-bindings/input/input-event-codes.h>
|
||||
|
||||
/ {
|
||||
model = "Nordic nRF51 DK NRF51422";
|
||||
compatible = "nordic,nrf51-dk-nrf51422";
|
||||
model = "Nordic nRF51 DK NRF51822";
|
||||
compatible = "nordic,nrf51-dk-nrf51822";
|
||||
|
||||
chosen {
|
||||
zephyr,console = &uart0;
|
||||
@@ -1,5 +1,5 @@
|
||||
identifier: nrf51dk/nrf51422
|
||||
name: nRF51-DK-NRF51422
|
||||
identifier: nrf51dk/nrf51822
|
||||
name: nRF51-DK-NRF51822
|
||||
type: mcu
|
||||
arch: arm
|
||||
toolchain:
|
||||
@@ -1,4 +1,4 @@
|
||||
# nRF51 Dongle NRF51422 board configuration
|
||||
# nRF51 Dongle NRF51822 board configuration
|
||||
|
||||
# Copyright (c) 2018-2020 Nordic Semiconductor ASA.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# nRF51 Dongle NRF51422 board configuration
|
||||
# nRF51 Dongle NRF51822 board configuration
|
||||
|
||||
# Copyright (c) 2018 Nordic Semiconductor ASA.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
@@ -2,4 +2,4 @@ board:
|
||||
name: nrf51dongle
|
||||
vendor: Nordic Semiconductor
|
||||
socs:
|
||||
- name: nrf51422
|
||||
- name: nrf51822
|
||||
|
||||
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
@@ -22,7 +22,7 @@ Semiconductor nRF51822 ARM Cortex-M0 CPU and the following devices:
|
||||
* :abbr:`UART (Universal asynchronous receiver-transmitter)`
|
||||
* :abbr:`WDT (Watchdog Timer)`
|
||||
|
||||
.. figure:: img/nrf51dongle_nrf51422.jpg
|
||||
.. figure:: img/nrf51dongle_nrf51822.jpg
|
||||
:align: center
|
||||
:alt: nRF51 Dongle
|
||||
|
||||
@@ -43,7 +43,7 @@ is 16 MHz.
|
||||
Supported Features
|
||||
==================
|
||||
|
||||
The nrf51dongle_nrf51422 board configuration supports the following nRF51
|
||||
The nrf51dongle/nrf51822 board configuration supports the following nRF51
|
||||
hardware features:
|
||||
|
||||
+-----------+------------+----------------------+
|
||||
@@ -120,7 +120,7 @@ Then build and flash the application in the usual way.
|
||||
|
||||
.. zephyr-app-commands::
|
||||
:zephyr-app: samples/hello_world
|
||||
:board: nrf51dongle/nrf51422
|
||||
:board: nrf51dongle/nrf51822
|
||||
:goals: build flash
|
||||
|
||||
Debugging
|
||||
|
||||
@@ -6,11 +6,11 @@
|
||||
|
||||
/dts-v1/;
|
||||
#include <nordic/nrf51822_qfac.dtsi>
|
||||
#include "nrf51dongle_nrf51422-pinctrl.dtsi"
|
||||
#include "nrf51dongle_nrf51822-pinctrl.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Nordic nRF51 Dongle NRF51422";
|
||||
compatible = "nordic,nrf51-dongle-nrf51422";
|
||||
model = "Nordic nRF51 Dongle NRF51822";
|
||||
compatible = "nordic,nrf51-dongle-nrf51822";
|
||||
|
||||
chosen {
|
||||
zephyr,console = &uart0;
|
||||
@@ -1,5 +1,5 @@
|
||||
identifier: nrf51dongle/nrf51422
|
||||
name: nRF51-Dongle-nRF51422
|
||||
identifier: nrf51dongle/nrf51822
|
||||
name: nRF51-Dongle-nRF51822
|
||||
type: mcu
|
||||
arch: arm
|
||||
toolchain:
|
||||
@@ -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
|
||||
# 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(k64f_BOARD_ALIAS frdm_k64f)
|
||||
set(sltb004a_BOARD_ALIAS efr32mg_sltb004a)
|
||||
|
||||
@@ -9,4 +9,4 @@ tests:
|
||||
harness: led
|
||||
filter: dt_alias_exists("pwm-led0") and dt_compat_enabled("pwm-leds")
|
||||
integration_platforms:
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
|
||||
@@ -16,7 +16,7 @@ tests:
|
||||
- reel_board
|
||||
- frdm_k64f
|
||||
- mps2/an385
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
- nucleo_f429zi
|
||||
- disco_l475_iot1
|
||||
integration_platforms:
|
||||
@@ -28,7 +28,7 @@ tests:
|
||||
- reel_board
|
||||
- frdm_k64f
|
||||
- mps2/an385
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
- nucleo_f429zi
|
||||
- disco_l475_iot1
|
||||
sample.minimal.mt-no-preempt-no-timers.arm:
|
||||
@@ -38,7 +38,7 @@ tests:
|
||||
- reel_board
|
||||
- frdm_k64f
|
||||
- mps2/an385
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
- nucleo_f429zi
|
||||
- disco_l475_iot1
|
||||
sample.minimal.no-mt.arm:
|
||||
@@ -48,7 +48,7 @@ tests:
|
||||
- reel_board
|
||||
- frdm_k64f
|
||||
- mps2/an385
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
- nucleo_f429zi
|
||||
- disco_l475_iot1
|
||||
sample.minimal.no-mt-no-timers.arm:
|
||||
@@ -58,7 +58,7 @@ tests:
|
||||
- reel_board
|
||||
- frdm_k64f
|
||||
- mps2/an385
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
- nucleo_f429zi
|
||||
- disco_l475_iot1
|
||||
sample.minimal.mt.x86:
|
||||
|
||||
@@ -6,7 +6,7 @@ tests:
|
||||
platform_allow:
|
||||
- qemu_cortex_m3
|
||||
- qemu_x86
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
- nrf52dk/nrf52832
|
||||
tags: bluetooth
|
||||
integration_platforms:
|
||||
|
||||
@@ -6,7 +6,7 @@ tests:
|
||||
platform_allow:
|
||||
- qemu_cortex_m3
|
||||
- qemu_x86
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
- nrf52_bsim
|
||||
- nrf52dk/nrf52832
|
||||
tags: bluetooth
|
||||
|
||||
@@ -6,7 +6,7 @@ tests:
|
||||
platform_allow:
|
||||
- qemu_cortex_m3
|
||||
- qemu_x86
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
- nrf52dk/nrf52832
|
||||
tags: bluetooth
|
||||
integration_platforms:
|
||||
|
||||
@@ -5,7 +5,7 @@ tests:
|
||||
harness: bluetooth
|
||||
platform_allow:
|
||||
- bbc_microbit
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
- nrf52dk/nrf52832
|
||||
- qemu_cortex_m3
|
||||
- qemu_x86
|
||||
|
||||
@@ -6,10 +6,10 @@ tests:
|
||||
harness: bluetooth
|
||||
platform_allow:
|
||||
- 96b_carbon/nrf51822
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
integration_platforms:
|
||||
- 96b_carbon/nrf51822
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
tags:
|
||||
- bluetooth
|
||||
- spi
|
||||
|
||||
@@ -7,7 +7,7 @@ tests:
|
||||
platform_allow:
|
||||
- qemu_cortex_m3
|
||||
- qemu_x86
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
- nrf52dk/nrf52832
|
||||
tags: bluetooth
|
||||
integration_platforms:
|
||||
|
||||
@@ -6,7 +6,7 @@ tests:
|
||||
platform_allow:
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf52dk/nrf52832
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
tags: power
|
||||
integration_platforms:
|
||||
- nrf52840dk/nrf52840
|
||||
|
||||
@@ -10,7 +10,7 @@ tests:
|
||||
platform_allow:
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf52dk/nrf52832
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
sample.boards.nrf.system_off.retained:
|
||||
build_only: true
|
||||
platform_allow:
|
||||
|
||||
@@ -13,7 +13,7 @@ tests:
|
||||
- cy8cproto_063_ble
|
||||
- stm32l496g_disco
|
||||
- stm32h735g_disco
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
- nrf52840dk/nrf52840
|
||||
- mec172xevb_assy6906
|
||||
- gd32f350r_eval
|
||||
|
||||
@@ -8,7 +8,7 @@ tests:
|
||||
harness: console
|
||||
platform_allow:
|
||||
- nucleo_f746zg
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
- nrf52dk/nrf52832
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf9160dk/nrf9160
|
||||
|
||||
@@ -8,7 +8,7 @@ tests:
|
||||
platform_allow:
|
||||
- efr32mg_sltb004a
|
||||
- frdm_k64f
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
- nucleo_l476rg
|
||||
- particle_xenon
|
||||
integration_platforms:
|
||||
|
||||
@@ -118,7 +118,7 @@ SPI driver:
|
||||
GPIO driver (cortex-M0 only):
|
||||
|
||||
- bbc_microbit
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
|
||||
References
|
||||
**********
|
||||
|
||||
@@ -23,11 +23,11 @@ Building and Running
|
||||
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
|
||||
application for the nrf51dk/nrf51422 board.
|
||||
application for the nrf51dk/nrf51822 board.
|
||||
|
||||
.. zephyr-app-commands::
|
||||
:zephyr-app: samples/subsys/nvs
|
||||
:board: nrf51dk/nrf51422
|
||||
:board: nrf51dk/nrf51822
|
||||
:goals: build flash
|
||||
:compact:
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ footprints,userspace,frdm_k64f,tests/benchmarks/footprints,-DCONF_FILE=prj_users
|
||||
footprints,default,disco_l475_iot1,tests/benchmarks/footprints,
|
||||
footprints,userspace,disco_l475_iot1,tests/benchmarks/footprints,-DCONF_FILE=prj_userspace.conf
|
||||
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,hifive1_revb,tests/benchmarks/footprints,
|
||||
footprints,default,intel_ehl_crb,tests/benchmarks/footprints,
|
||||
|
||||
@@ -3,7 +3,6 @@ family:
|
||||
series:
|
||||
- name: nrf51
|
||||
socs:
|
||||
- name: nrf51422
|
||||
- name: nrf51822
|
||||
- name: nrf52
|
||||
socs:
|
||||
|
||||
@@ -1209,7 +1209,7 @@ config BT_CTLR_PROFILE_ISR
|
||||
|
||||
config BT_CTLR_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
|
||||
Turn on debug GPIO toggling for the BLE Controller. This is useful
|
||||
when debugging with a logic analyzer or profiling certain sections of
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
#define DEBUG_PIN7 BIT(18)
|
||||
#define DEBUG_PIN8 BIT(19)
|
||||
#define DEBUG_PIN9 BIT(20)
|
||||
#elif defined(CONFIG_BOARD_NRF51DK_NRF51422)
|
||||
#elif defined(CONFIG_BOARD_NRF51DK_NRF51822)
|
||||
#define DEBUG_PORT NRF_GPIO
|
||||
#define DEBUG_PIN0 BIT(12)
|
||||
#define DEBUG_PIN1 BIT(13)
|
||||
|
||||
@@ -13,6 +13,6 @@ tests:
|
||||
- mps3/an547
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf9160dk/nrf9160
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
integration_platforms:
|
||||
- qemu_cortex_m0
|
||||
|
||||
@@ -2,10 +2,10 @@ tests:
|
||||
bluetooth.adv:
|
||||
platform_allow:
|
||||
- nrf52_bsim
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
- nrf52840dk/nrf52840
|
||||
tags: bluetooth
|
||||
slow: true
|
||||
timeout: 360
|
||||
integration_platforms:
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
|
||||
@@ -78,40 +78,40 @@ tests:
|
||||
platform_allow:
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf52dk/nrf52832
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
- rv32m1_vega/openisa_rv32m1/ri5cy
|
||||
integration_platforms:
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf52dk/nrf52832
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
- rv32m1_vega/openisa_rv32m1/ri5cy
|
||||
bluetooth.init.test_ctlr_4_0:
|
||||
extra_args: CONF_FILE=prj_ctlr_4_0.conf
|
||||
platform_allow:
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf52dk/nrf52832
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
integration_platforms:
|
||||
- nrf52dk/nrf52832
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
bluetooth.init.test_ctlr_4_0_dbg:
|
||||
extra_args: CONF_FILE=prj_ctlr_4_0_dbg.conf
|
||||
platform_allow:
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf52dk/nrf52832
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
integration_platforms:
|
||||
- nrf52dk/nrf52832
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
bluetooth.init.test_ctlr_tiny:
|
||||
extra_args: CONF_FILE=prj_ctlr_tiny.conf
|
||||
platform_allow:
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf52dk/nrf52832
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
integration_platforms:
|
||||
- nrf52dk/nrf52832
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
bluetooth.init.test_ctlr_dbg:
|
||||
extra_args:
|
||||
- CONF_FILE=prj_ctlr_dbg.conf
|
||||
@@ -159,172 +159,172 @@ tests:
|
||||
platform_allow:
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf52dk/nrf52832
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
- rv32m1_vega/openisa_rv32m1/ri5cy
|
||||
bluetooth.init.test_ctlr_peripheral:
|
||||
extra_args: CONF_FILE=prj_ctlr_peripheral.conf
|
||||
platform_allow:
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf52dk/nrf52832
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
- rv32m1_vega/openisa_rv32m1/ri5cy
|
||||
bluetooth.init.test_ctlr_peripheral_priv:
|
||||
extra_args: CONF_FILE=prj_ctlr_peripheral_priv.conf
|
||||
platform_allow:
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf52dk/nrf52832
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
- rv32m1_vega/openisa_rv32m1/ri5cy
|
||||
bluetooth.init.test_ctlr_observer:
|
||||
extra_args: CONF_FILE=prj_ctlr_observer.conf
|
||||
platform_allow:
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf52dk/nrf52832
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
- rv32m1_vega/openisa_rv32m1/ri5cy
|
||||
integration_platforms:
|
||||
- nrf52dk/nrf52832
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
- rv32m1_vega/openisa_rv32m1/ri5cy
|
||||
bluetooth.init.test_ctlr_central:
|
||||
extra_args: CONF_FILE=prj_ctlr_central.conf
|
||||
platform_allow:
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf52dk/nrf52832
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
- rv32m1_vega/openisa_rv32m1/ri5cy
|
||||
integration_platforms:
|
||||
- nrf52dk/nrf52832
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
- rv32m1_vega/openisa_rv32m1/ri5cy
|
||||
bluetooth.init.test_ctlr_central_priv:
|
||||
extra_args: CONF_FILE=prj_ctlr_central_priv.conf
|
||||
platform_allow:
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf52dk/nrf52832
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
- rv32m1_vega/openisa_rv32m1/ri5cy
|
||||
integration_platforms:
|
||||
- nrf52dk/nrf52832
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
- rv32m1_vega/openisa_rv32m1/ri5cy
|
||||
bluetooth.init.test_ctlr_broadcaster_ext:
|
||||
extra_args: CONF_FILE=prj_ctlr_broadcaster_ext.conf
|
||||
platform_allow:
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf52dk/nrf52832
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
integration_platforms:
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
bluetooth.init.test_ctlr_peripheral_ext:
|
||||
extra_args: CONF_FILE=prj_ctlr_peripheral_ext.conf
|
||||
platform_allow:
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf52dk/nrf52832
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
integration_platforms:
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
bluetooth.init.test_ctlr_peripheral_ext_priv:
|
||||
extra_args: CONF_FILE=prj_ctlr_peripheral_ext_priv.conf
|
||||
platform_allow:
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf52dk/nrf52832
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
integration_platforms:
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
bluetooth.init.test_ctlr_oberver_ext:
|
||||
extra_args: CONF_FILE=prj_ctlr_observer_ext.conf
|
||||
platform_allow:
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf52dk/nrf52832
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
integration_platforms:
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
bluetooth.init.test_ctlr_central_ext:
|
||||
extra_args: CONF_FILE=prj_ctlr_central_ext.conf
|
||||
platform_allow:
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf52dk/nrf52832
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
integration_platforms:
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
bluetooth.init.test_ctlr_central_ext_priv:
|
||||
extra_args: CONF_FILE=prj_ctlr_central_ext_priv.conf
|
||||
platform_allow:
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf52dk/nrf52832
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
integration_platforms:
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
bluetooth.init.test_ctlr_per_adv:
|
||||
extra_args: CONF_FILE=prj_ctlr_per_adv.conf
|
||||
platform_allow:
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf52dk/nrf52832
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
integration_platforms:
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
bluetooth.init.test_ctlr_per_adv_no_adi:
|
||||
extra_args: CONF_FILE=prj_ctlr_per_adv_no_adi.conf
|
||||
platform_allow:
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf52dk/nrf52832
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
integration_platforms:
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
bluetooth.init.test_ctlr_per_sync:
|
||||
extra_args: CONF_FILE=prj_ctlr_per_sync.conf
|
||||
platform_allow:
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf52dk/nrf52832
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
integration_platforms:
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
bluetooth.init.test_ctlr_per_sync_no_adi:
|
||||
extra_args: CONF_FILE=prj_ctlr_per_sync_no_adi.conf
|
||||
platform_allow:
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf52dk/nrf52832
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
integration_platforms:
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
bluetooth.init.test_ctlr_per_sync_no_filter:
|
||||
extra_args: CONF_FILE=prj_ctlr_per_sync_no_filter.conf
|
||||
platform_allow:
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf52dk/nrf52832
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
integration_platforms:
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
bluetooth.init.test_ctlr_peripheral_iso:
|
||||
extra_args: CONF_FILE=prj_ctlr_peripheral_iso.conf
|
||||
platform_allow:
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf52dk/nrf52832
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
integration_platforms:
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
bluetooth.init.test_ctlr_central_iso:
|
||||
extra_args: CONF_FILE=prj_ctlr_central_iso.conf
|
||||
platform_allow:
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf52dk/nrf52832
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
integration_platforms:
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
bluetooth.init.test_h5:
|
||||
extra_args: CONF_FILE=prj_h5.conf
|
||||
platform_allow: qemu_cortex_m3
|
||||
|
||||
@@ -26,7 +26,7 @@ tests:
|
||||
drivers.adc.npcx.build:
|
||||
platform_allow: npcx7m6fb_evb
|
||||
drivers.adc.nrf.build:
|
||||
platform_allow: nrf51dk/nrf51422
|
||||
platform_allow: nrf51dk/nrf51822
|
||||
drivers.adc.nrf.saadc.build:
|
||||
platform_allow: nrf21540dk/nrf52840
|
||||
drivers.adc.sam0.build:
|
||||
|
||||
@@ -31,7 +31,7 @@ tests:
|
||||
drivers.pwm.npcx.build:
|
||||
platform_allow: npcx7m6fb_evb
|
||||
drivers.pwm.nrf.sw.build:
|
||||
platform_allow: nrf51dk/nrf51422
|
||||
platform_allow: nrf51dk/nrf51822
|
||||
drivers.pwm.nrf.build:
|
||||
platform_allow: nrf52840dk/nrf52840
|
||||
drivers.pwm.pca9685.build:
|
||||
|
||||
@@ -4,20 +4,20 @@ tests:
|
||||
- drivers
|
||||
- clock_control
|
||||
platform_allow:
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
- nrf52dk/nrf52832
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf9160dk/nrf9160
|
||||
integration_platforms:
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
drivers.clock.clock_control_nrf5_lfclk_rc:
|
||||
tags:
|
||||
- drivers
|
||||
- clock_control
|
||||
platform_allow:
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
- nrf52dk/nrf52832
|
||||
- nrf52840dk/nrf52840
|
||||
integration_platforms:
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
extra_args: CONF_FILE="nrf_lfclk_rc.conf"
|
||||
|
||||
@@ -4,8 +4,8 @@ tests:
|
||||
- drivers
|
||||
- clock_control
|
||||
platform_allow:
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
- nrf52dk/nrf52832
|
||||
- nrf52840dk/nrf52840
|
||||
integration_platforms:
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
|
||||
@@ -3,11 +3,11 @@ common:
|
||||
- drivers
|
||||
- clock_control
|
||||
integration_platforms:
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
tests:
|
||||
drivers.clock.nrf_lf_clock_start_xtal_stable:
|
||||
platform_allow:
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
- nrf52dk/nrf52832
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf9160dk/nrf9160
|
||||
@@ -17,11 +17,11 @@ tests:
|
||||
- CONFIG_SYSTEM_CLOCK_WAIT_FOR_STABILITY=y
|
||||
- CONFIG_CLOCK_CONTROL_NRF_K32SRC_XTAL=y
|
||||
integration_platforms:
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
|
||||
drivers.clock.nrf_lf_clock_start_xtal_available:
|
||||
platform_allow:
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
- nrf52dk/nrf52832
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf9160dk/nrf9160
|
||||
@@ -31,96 +31,96 @@ tests:
|
||||
- CONFIG_SYSTEM_CLOCK_WAIT_FOR_AVAILABILITY=y
|
||||
- CONFIG_CLOCK_CONTROL_NRF_K32SRC_XTAL=y
|
||||
integration_platforms:
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
|
||||
drivers.clock.nrf_lf_clock_start_xtal_no_wait:
|
||||
platform_allow:
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
- nrf52dk/nrf52832
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf9160dk/nrf9160
|
||||
- nrf5340dk/nrf5340/cpuapp
|
||||
- nrf5340dk/nrf5340/cpunet
|
||||
integration_platforms:
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
extra_configs:
|
||||
- CONFIG_SYSTEM_CLOCK_NO_WAIT=y
|
||||
- CONFIG_CLOCK_CONTROL_NRF_K32SRC_XTAL=y
|
||||
|
||||
drivers.clock.nrf_lf_clock_start_rc_stable:
|
||||
platform_allow:
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
- nrf52dk/nrf52832
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf5340dk/nrf5340/cpuapp
|
||||
- nrf5340dk/nrf5340/cpunet
|
||||
integration_platforms:
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
extra_configs:
|
||||
- CONFIG_SYSTEM_CLOCK_WAIT_FOR_STABILITY=y
|
||||
- CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y
|
||||
|
||||
drivers.clock.nrf_lf_clock_start_rc_available:
|
||||
platform_allow:
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
- nrf52dk/nrf52832
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf5340dk/nrf5340/cpuapp
|
||||
- nrf5340dk/nrf5340/cpunet
|
||||
integration_platforms:
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
extra_configs:
|
||||
- CONFIG_SYSTEM_CLOCK_WAIT_FOR_AVAILABILITY=y
|
||||
- CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y
|
||||
|
||||
drivers.clock.nrf_lf_clock_start_rc_no_wait:
|
||||
platform_allow:
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
- nrf52dk/nrf52832
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf5340dk/nrf5340/cpuapp
|
||||
- nrf5340dk/nrf5340/cpunet
|
||||
integration_platforms:
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
extra_configs:
|
||||
- CONFIG_SYSTEM_CLOCK_NO_WAIT=y
|
||||
- CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y
|
||||
|
||||
drivers.clock.nrf_lf_clock_start_synth_stable:
|
||||
platform_allow:
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
- nrf52dk/nrf52832
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf5340dk/nrf5340/cpuapp
|
||||
- nrf5340dk/nrf5340/cpunet
|
||||
integration_platforms:
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
extra_configs:
|
||||
- CONFIG_SYSTEM_CLOCK_WAIT_FOR_STABILITY=y
|
||||
- CONFIG_CLOCK_CONTROL_NRF_K32SRC_SYNTH=y
|
||||
|
||||
drivers.clock.nrf_lf_clock_start_synth_available:
|
||||
platform_allow:
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
- nrf52dk/nrf52832
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf5340dk/nrf5340/cpuapp
|
||||
- nrf5340dk/nrf5340/cpunet
|
||||
integration_platforms:
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
extra_configs:
|
||||
- CONFIG_SYSTEM_CLOCK_WAIT_FOR_AVAILABILITY=y
|
||||
- CONFIG_CLOCK_CONTROL_NRF_K32SRC_SYNTH=y
|
||||
|
||||
drivers.clock.nrf_lf_clock_start_synth_no_wait:
|
||||
platform_allow:
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
- nrf52dk/nrf52832
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf5340dk/nrf5340/cpuapp
|
||||
- nrf5340dk/nrf5340/cpunet
|
||||
integration_platforms:
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
extra_configs:
|
||||
- CONFIG_SYSTEM_CLOCK_NO_WAIT=y
|
||||
- CONFIG_CLOCK_CONTROL_NRF_K32SRC_SYNTH=y
|
||||
|
||||
@@ -4,8 +4,8 @@ tests:
|
||||
- drivers
|
||||
- clock_control
|
||||
platform_allow:
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
- nrf52dk/nrf52832
|
||||
- nrf52840dk/nrf52840
|
||||
integration_platforms:
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
|
||||
@@ -4,9 +4,9 @@ tests:
|
||||
- drivers
|
||||
- clock_control
|
||||
platform_allow:
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
- nrf52dk/nrf52832
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf9160dk/nrf9160
|
||||
integration_platforms:
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
|
||||
@@ -9,7 +9,7 @@ tests:
|
||||
- mps2/an521/cpu0
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf9160dk/nrf9160
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
- nsim/nsim_em
|
||||
- nsim/nsim_em7d_v22
|
||||
- nsim/nsim_hs
|
||||
|
||||
@@ -14,12 +14,12 @@ tests:
|
||||
tags: mcuboot
|
||||
build_only: true
|
||||
platform_allow:
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
- nrf52dk/nrf52832
|
||||
extra_configs:
|
||||
- CONFIG_BOOTLOADER_MCUBOOT=y
|
||||
integration_platforms:
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
- nrf52dk/nrf52832
|
||||
buildsystem.kconfig.utf8_in_values:
|
||||
build_only: true
|
||||
|
||||
@@ -3,7 +3,7 @@ tests:
|
||||
platform_allow:
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf52dk/nrf52832
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
- native_posix
|
||||
- native_posix_64
|
||||
- native_sim
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
tests:
|
||||
storage.flash_map:
|
||||
platform_allow:
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
- qemu_x86
|
||||
- native_posix
|
||||
- native_posix_64
|
||||
@@ -25,7 +25,7 @@ tests:
|
||||
storage.flash_map.mbedtls:
|
||||
extra_args: OVERLAY_CONFIG=overlay-mbedtls.conf
|
||||
platform_allow:
|
||||
- nrf51dk/nrf51422
|
||||
- nrf51dk/nrf51822
|
||||
- qemu_x86
|
||||
- native_posix
|
||||
- native_posix_64
|
||||
|
||||
Reference in New Issue
Block a user