boards: nrf52840_pca10056: Rename board to nrf52840dk_nrf52840

The nRF52840 DK board target, so far known as nrf52840_pca10056,
is renamed to nrf52840dk_nrf52840.
Its documentation and all references to its name in the tree are
updated accordingly. Overlay and configuration files specific to
this board are also renamed, to match the new board name.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
This commit is contained in:
Andrzej Głąbek 2020-03-17 11:41:28 +00:00 committed by Ioannis Glaropoulos
commit 4253eae005
131 changed files with 178 additions and 173 deletions

View file

@ -7,12 +7,12 @@ Overview
******** ********
The nrf52811_pca10056 board is a modified version of the The nrf52811_pca10056 board is a modified version of the
:ref:`nrf52840_pca10056` that enforces the limitations imposed by the nRF52811 :ref:`nrf52840dk_nrf52840` that enforces the limitations imposed by the nRF52811
IC, which is a variant of the original nRF52840. Since Nordic does not offer a IC, which is a variant of the original nRF52840. Since Nordic does not offer a
development kit for the nRF52811 you can use this board to develop for this IC development kit for the nRF52811 you can use this board to develop for this IC
while using the nRF52840 Development Kit (PCA10056). while using the nRF52840 Development Kit (PCA10056).
See :ref:`nrf52840_pca10056` for more information about the development board See :ref:`nrf52840dk_nrf52840` for more information about the development board
and `nRF52811 website`_ for the official reference on the IC itself. and `nRF52811 website`_ for the official reference on the IC itself.
References References

View file

@ -1,7 +1,7 @@
/* /*
* Copyright (c) 2017 Linaro Limited * Copyright (c) 2017 Linaro Limited
* *
* Based on nrf52840_pca10056.dts * Based on nrf52840dk_nrf52840.dts
* modified 2018 Tavish Naruka <tavishnaruka@gmail.com> * modified 2018 Tavish Naruka <tavishnaruka@gmail.com>
* *
* SPDX-License-Identifier: Apache-2.0 * SPDX-License-Identifier: Apache-2.0

View file

@ -1,4 +1,4 @@
# nRF52840 PCA10056 board configuration # nRF52840 DK NRF52840 board configuration
# Copyright (c) 2016 Nordic Semiconductor ASA # Copyright (c) 2016 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
@ -7,4 +7,4 @@ config BOARD_ENABLE_DCDC
bool "Enable DCDC mode" bool "Enable DCDC mode"
select SOC_DCDC_NRF52X select SOC_DCDC_NRF52X
default y default y
depends on BOARD_NRF52840_PCA10056 depends on BOARD_NRF52840DK_NRF52840

View file

@ -1,8 +1,8 @@
# nRF52840 PCA10056 board configuration # nRF52840 DK NRF52840 board configuration
# Copyright (c) 2016 Nordic Semiconductor ASA # Copyright (c) 2016 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
config BOARD_NRF52840_PCA10056 config BOARD_NRF52840DK_NRF52840
bool "NRF52840 PCA10056" bool "nRF52840 DK NRF52840"
depends on SOC_NRF52840_QIAA depends on SOC_NRF52840_QIAA

View file

@ -1,12 +1,12 @@
# nRF52840 PCA10056 board configuration # nRF52840 DK NRF52840 board configuration
# Copyright (c) 2016 Nordic Semiconductor ASA # Copyright (c) 2016 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
if BOARD_NRF52840_PCA10056 if BOARD_NRF52840DK_NRF52840
config BOARD config BOARD
default "nrf52840_pca10056" default "nrf52840dk_nrf52840"
config ADC_0 config ADC_0
default y default y
@ -47,4 +47,4 @@ config IEEE802154_NRF5
config BT_CTLR config BT_CTLR
default BT default BT
endif # BOARD_NRF52840_PCA10056 endif # BOARD_NRF52840DK_NRF52840

View file

Before

Width:  |  Height:  |  Size: 134 KiB

After

Width:  |  Height:  |  Size: 134 KiB

Before After
Before After

View file

@ -1,7 +1,7 @@
.. _nrf52840_pca10056: .. _nrf52840dk_nrf52840:
nRF52840-PCA10056 nRF52840 DK
################# ###########
Overview Overview
******** ********
@ -25,17 +25,21 @@ Nordic Semiconductor nRF52840 ARM Cortex-M4F CPU and the following devices:
* :abbr:`USB (Universal Serial Bus)` * :abbr:`USB (Universal Serial Bus)`
* :abbr:`WDT (Watchdog Timer)` * :abbr:`WDT (Watchdog Timer)`
.. figure:: img/nrf52840_pca10056.jpg .. figure:: img/nrf52840dk_nrf52840.jpg
:width: 442px :width: 442px
:align: center :align: center
:alt: nRF52840 PCA10056 DK :alt: nRF52840 DK
nRF52840 PCA10056 DK (Credit: Nordic Semiconductor) nRF52840 DK (Credit: Nordic Semiconductor)
More information about the board can be found at the `nRF52840 DK website`_. More information about the board can be found at the `nRF52840 DK website`_.
The `Nordic Semiconductor Infocenter`_ contains the processor's information The `Nordic Semiconductor Infocenter`_ contains the processor's information
and the datasheet. and the datasheet.
.. note::
In earlier Zephyr releases this board was known as ``nrf52840_pca10056``.
Hardware Hardware
******** ********
@ -45,7 +49,7 @@ is 32.768 kHz. The frequency of the main clock is 32 MHz.
Supported Features Supported Features
================== ==================
The nrf52840_pca10056 board configuration supports the following The nrf52840dk_nrf52840 board configuration supports the following
hardware features: hardware features:
+-----------+------------+----------------------+ +-----------+------------+----------------------+
@ -110,7 +114,7 @@ Push buttons
Programming and Debugging Programming and Debugging
************************* *************************
Applications for the ``nrf52840_pca10056`` board configuration can be Applications for the ``nrf52840dk_nrf52840`` board configuration can be
built and flashed in the usual way (see :ref:`build_an_application` built and flashed in the usual way (see :ref:`build_an_application`
and :ref:`application_run` for more details); however, the standard and :ref:`application_run` for more details); however, the standard
debugging targets are not currently available. debugging targets are not currently available.
@ -132,14 +136,14 @@ First, run your favorite terminal program to listen for output.
$ minicom -D <tty_device> -b 115200 $ minicom -D <tty_device> -b 115200
Replace :code:`<tty_device>` with the port where the board nRF52 DK Replace :code:`<tty_device>` with the port where the board nRF52840 DK
can be found. For example, under Linux, :code:`/dev/ttyACM0`. can be found. For example, under Linux, :code:`/dev/ttyACM0`.
Then build and flash the application in the usual way. 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: nrf52840_pca10056 :board: nrf52840dk_nrf52840
:goals: build flash :goals: build flash
Debugging Debugging
@ -162,7 +166,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/arm/nrf52840_pca10056/nrf52840_pca10056.dts`. :zephyr_file:`boards/arm/nrf52840dk_nrf52840/nrf52840dk_nrf52840.dts`.
Using UART1 Using UART1
*********** ***********
@ -174,7 +178,7 @@ more than one UART for connecting peripheral devices:
.. code-block:: console .. code-block:: console
$ cat nrf52840_pca10056.overlay $ cat nrf52840dk_nrf52840.overlay
&uart1 { &uart1 {
compatible = "nordic,nrf-uarte"; compatible = "nordic,nrf-uarte";
current-speed = <115200>; current-speed = <115200>;

View file

@ -8,8 +8,8 @@
#include <nordic/nrf52840_qiaa.dtsi> #include <nordic/nrf52840_qiaa.dtsi>
/ { / {
model = "Nordic PCA10056 Dev Kit"; model = "Nordic nRF52840 DK NRF52840";
compatible = "nordic,pca10056-dk", "nordic,nrf52840-qiaa", compatible = "nordic,nrf52840-dk-nrf52840", "nordic,nrf52840-qiaa",
"nordic,nrf52840"; "nordic,nrf52840";
chosen { chosen {

View file

@ -1,5 +1,5 @@
identifier: nrf52840_pca10056 identifier: nrf52840dk_nrf52840
name: nRF52840-PCA10056 name: nRF52840-DK-NRF52840
type: mcu type: mcu
arch: arm arch: arm
toolchain: toolchain:

View file

@ -2,7 +2,7 @@
CONFIG_SOC_SERIES_NRF52X=y CONFIG_SOC_SERIES_NRF52X=y
CONFIG_SOC_NRF52840_QIAA=y CONFIG_SOC_NRF52840_QIAA=y
CONFIG_BOARD_NRF52840_PCA10056=y CONFIG_BOARD_NRF52840DK_NRF52840=y
# Enable MPU # Enable MPU
CONFIG_ARM_MPU=y CONFIG_ARM_MPU=y

View file

@ -9,3 +9,4 @@
# set(<old_board_name>_DEPRECATED <new_board_name>) # set(<old_board_name>_DEPRECATED <new_board_name>)
set(nrf51_pca10028_DEPRECATED nrf51dk_nrf51422) set(nrf51_pca10028_DEPRECATED nrf51dk_nrf51422)
set(nrf52840_pca10056_DEPRECATED nrf52840dk_nrf52840)

View file

@ -54,7 +54,7 @@ Set ``-DSHIELD=adafruit_2_8_tft_touch_v2`` when you invoke ``west build``. For e
.. zephyr-app-commands:: .. zephyr-app-commands::
:zephyr-app: samples/gui/lvgl :zephyr-app: samples/gui/lvgl
:board: nrf52840_pca10056 :board: nrf52840dk_nrf52840
:shield: adafruit_2_8_tft_touch_v2 :shield: adafruit_2_8_tft_touch_v2
:goals: build :goals: build

View file

@ -1,7 +1,7 @@
# Copyright (c) 2019 Linaro Limited # Copyright (c) 2019 Linaro Limited
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
if BOARD_NRF52840_PCA10056 if BOARD_NRF52840DK_NRF52840
config GPIO_NRF_P1 config GPIO_NRF_P1
default y default y
@ -9,4 +9,4 @@ config GPIO_NRF_P1
config UART_1_NRF_UARTE config UART_1_NRF_UARTE
default y default y
endif # BOARD_NRF52840_PCA10056 endif # BOARD_NRF52840DK_NRF52840

View file

@ -57,7 +57,7 @@ Set ``-DSHIELD=st7789v_tl019fqv01`` when you invoke ``west build``. For example:
.. zephyr-app-commands:: .. zephyr-app-commands::
:zephyr-app: samples/gui/lvgl :zephyr-app: samples/gui/lvgl
:board: nrf52840_pca10056 :board: nrf52840dk_nrf52840
:shield: st7789v_tl019fqv01 :shield: st7789v_tl019fqv01
:goals: build :goals: build

View file

@ -77,7 +77,7 @@ For example:
.. zephyr-app-commands:: .. zephyr-app-commands::
:zephyr-app: samples/gui/lvgl :zephyr-app: samples/gui/lvgl
:board: nrf52840_pca10056 :board: nrf52840dk_nrf52840
:shield: waveshare_epaper_gdeh0213b1 :shield: waveshare_epaper_gdeh0213b1
:goals: build :goals: build

View file

@ -1,7 +1,7 @@
# Copyright (c) 2019 Linaro Limited # Copyright (c) 2019 Linaro Limited
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
if BOARD_NRF52840_PCA10056 if BOARD_NRF52840DK_NRF52840
config GPIO_NRF_P1 config GPIO_NRF_P1
default y default y
@ -12,4 +12,4 @@ config UART_1_NRF_UARTE
config UART_1_NRF_FLOW_CONTROL config UART_1_NRF_FLOW_CONTROL
default y default y
endif # BOARD_NRF52840_PCA10056 endif # BOARD_NRF52840DK_NRF52840

View file

@ -1413,7 +1413,7 @@ function(toolchain_parse_make_rule input_file include_files)
# The file is formatted like this: # The file is formatted like this:
# empty_file.o: misc/empty_file.c \ # empty_file.o: misc/empty_file.c \
# nrf52840_pca10056/nrf52840_pca10056.dts \ # nrf52840dk_nrf52840/nrf52840dk_nrf52840.dts \
# nrf52840_qiaa.dtsi # nrf52840_qiaa.dtsi
# Get rid of the backslashes # Get rid of the backslashes

View file

@ -341,7 +341,8 @@ html_redirect_pages = [
('boards/arm/nrf51_pca10028/doc/nrf51_pca10028/index', 'boards/arm/nrf51dk_nrf51422/doc/index'), ('boards/arm/nrf51_pca10028/doc/nrf51_pca10028/index', 'boards/arm/nrf51dk_nrf51422/doc/index'),
('boards/arm/nrf51_vbluno51/doc/nrf51_vbluno51', 'boards/arm/nrf51_vbluno51/doc/index'), ('boards/arm/nrf51_vbluno51/doc/nrf51_vbluno51', 'boards/arm/nrf51_vbluno51/doc/index'),
('boards/arm/nrf52810_pca10040/doc/nrf52810_pca10040', 'boards/arm/nrf52810_pca10040/doc/index'), ('boards/arm/nrf52810_pca10040/doc/nrf52810_pca10040', 'boards/arm/nrf52810_pca10040/doc/index'),
('boards/arm/nrf52840_pca10056/doc/nrf52840_pca10056', 'boards/arm/nrf52840_pca10056/doc/index'), ('boards/arm/nrf52840_pca10056/doc/nrf52840_pca10056', 'boards/arm/nrf52840dk_nrf52840/doc/index'),
('boards/arm/nrf52840_pca10056/doc/nrf52840_pca10056/index', 'boards/arm/nrf52840dk_nrf52840/doc/index'),
('boards/arm/nrf52840_pca10059/doc/nrf52840_pca10059', 'boards/arm/nrf52840_pca10059/doc/index'), ('boards/arm/nrf52840_pca10059/doc/nrf52840_pca10059', 'boards/arm/nrf52840_pca10059/doc/index'),
('boards/arm/nrf52_adafruit_feather/doc/nrf52_adafruit_feather', 'boards/arm/nrf52_adafruit_feather/doc/index'), ('boards/arm/nrf52_adafruit_feather/doc/nrf52_adafruit_feather', 'boards/arm/nrf52_adafruit_feather/doc/index'),
('boards/arm/nrf52_blenano2/doc/nrf52_blenano2', 'boards/arm/nrf52_blenano2/doc/index'), ('boards/arm/nrf52_blenano2/doc/nrf52_blenano2', 'boards/arm/nrf52_blenano2/doc/index'),

View file

@ -511,7 +511,7 @@ devices, for example::
Any options marked as 'unknown' need to be changed and set with the correct Any options marked as 'unknown' need to be changed and set with the correct
values, in the above example both the platform names and the runners need to be values, in the above example both the platform names and the runners need to be
replaced with the correct values corresponding to the connected hardware. In replaced with the correct values corresponding to the connected hardware. In
this example we are using a reel_board and an nrf52840_pca10056:: this example we are using a reel_board and an nrf52840dk_nrf52840::
- available: true - available: true
id: OSHW000032254e4500128002ab98002784d1000097969900 id: OSHW000032254e4500128002ab98002784d1000097969900
@ -521,7 +521,7 @@ this example we are using a reel_board and an nrf52840_pca10056::
serial: /dev/cu.usbmodem146114202 serial: /dev/cu.usbmodem146114202
- available: true - available: true
id: 000683759358 id: 000683759358
platform: nrf52840_pca10056 platform: nrf52840dk_nrf52840
product: J-Link product: J-Link
runner: nrfjprog runner: nrfjprog
serial: /dev/cu.usbmodem0006837593581 serial: /dev/cu.usbmodem0006837593581

View file

@ -5,10 +5,10 @@ cmake_minimum_required(VERSION 3.13.1)
# $ZEPHYR_BASE to this directory. # $ZEPHYR_BASE to this directory.
set(BOARD_ROOT ${CMAKE_CURRENT_LIST_DIR}) set(BOARD_ROOT ${CMAKE_CURRENT_LIST_DIR})
# This sample is only compatible with nrf52840_pca10065 because it has # This sample is only compatible with nrf52840dk_nrf52840 because it has
# re-directed the 'boards' directory to a directory that only contains # re-directed the 'boards' directory to a directory that only contains
# this board. # this board.
set(BOARD nrf52840_pca10056) set(BOARD nrf52840dk_nrf52840)
include($ENV{ZEPHYR_BASE}/cmake/app/boilerplate.cmake NO_POLICY_SCOPE) include($ENV{ZEPHYR_BASE}/cmake/app/boilerplate.cmake NO_POLICY_SCOPE)
project(out_of_tree_board) project(out_of_tree_board)

View file

@ -1,12 +1,12 @@
# nRF52840 PCA10056 board configuration # nRF52840 DK NRF52840 board configuration
# Copyright (c) 2016 Nordic Semiconductor ASA # Copyright (c) 2016 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
if BOARD_NRF52840_PCA10056 if BOARD_NRF52840DK_NRF52840
config GPIO_AS_PINRESET config GPIO_AS_PINRESET
bool "GPIO as pin reset (reset button)" bool "GPIO as pin reset (reset button)"
default y default y
endif # BOARD_NRF52840_PCA10056 endif # BOARD_NRF52840DK_NRF52840

View file

@ -1,9 +1,9 @@
# nRF52840 PCA10056 board configuration # nRF52840 DK NRF52840 board configuration
# Copyright (c) 2016 Nordic Semiconductor ASA # Copyright (c) 2016 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
config BOARD_NRF52840_PCA10056 config BOARD_NRF52840DK_NRF52840
bool "NRF52840 PCA10056" bool "nRF52840 DK NRF52840"
select HAS_DTS_GPIO select HAS_DTS_GPIO
depends on SOC_NRF52840_QIAA depends on SOC_NRF52840_QIAA

View file

@ -1,12 +1,12 @@
# nRF52 PCA10040 board configuration # nRF52840 DK NRF52840 board configuration
# Copyright (c) 2016 Nordic Semiconductor ASA # Copyright (c) 2016 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
if BOARD_NRF52840_PCA10056 if BOARD_NRF52840DK_NRF52840
config BOARD config BOARD
default "nrf52840_pca10056" default "nrf52840dk_nrf52840"
if USB if USB
@ -18,4 +18,4 @@ config USB_DEVICE_STACK
endif # USB endif # USB
endif # BOARD_NRF52840_PCA10056 endif # BOARD_NRF52840DK_NRF52840

View file

@ -2,7 +2,7 @@
CONFIG_SOC_SERIES_NRF52X=y CONFIG_SOC_SERIES_NRF52X=y
CONFIG_SOC_NRF52840_QIAA=y CONFIG_SOC_NRF52840_QIAA=y
CONFIG_BOARD_NRF52840_PCA10056=y CONFIG_BOARD_NRF52840DK_NRF52840=y
# Enable MPU # Enable MPU
CONFIG_ARM_MPU=y CONFIG_ARM_MPU=y

View file

@ -8,8 +8,8 @@
#include <nordic/nrf52840_qiaa.dtsi> #include <nordic/nrf52840_qiaa.dtsi>
/ { / {
model = "Nordic PCA10056 Dev Kit"; model = "Nordic nRF52840 DK NRF52840";
compatible = "nordic,pca10056-dk", "nordic,nrf52840-qiaa", compatible = "nordic,nrf52840-dk-nrf52840", "nordic,nrf52840-qiaa",
"nordic,nrf52840"; "nordic,nrf52840";
chosen { chosen {

View file

@ -1,5 +1,5 @@
identifier: nrf52840_pca10056 identifier: nrf52840dk_nrf52840
name: nRF52840-PCA10056 name: nRF52840-DK-NRF52840
type: mcu type: mcu
arch: arm arch: arm
toolchain: toolchain:

View file

@ -4,7 +4,7 @@ sample:
tests: tests:
sample.app_dev.out_of_tree: sample.app_dev.out_of_tree:
tags: out_of_tree tags: out_of_tree
platform_whitelist: nrf52840_pca10056 nrf52_pca10040 platform_whitelist: nrf52840dk_nrf52840 nrf52_pca10040
harness: console harness: console
harness_config: harness_config:
type: one_line type: one_line

View file

@ -42,19 +42,19 @@ Hexiwear K64
No special board setup is necessary because there is an on-board RGB LED No special board setup is necessary because there is an on-board RGB LED
connected to the K64 PWM. connected to the K64 PWM.
nrf52840_pca10056 nrf52840dk_nrf52840
================= ===================
No special board setup is necessary because there is an on-board LED connected. No special board setup is necessary because there is an on-board LED connected.
Building and Running Building and Running
******************** ********************
This sample can be built for multiple boards, in this example we will build it This sample can be built for multiple boards, in this example we will build it
for the nrf52840_pca10056 board: for the nrf52840dk_nrf52840 board:
.. zephyr-app-commands:: .. zephyr-app-commands::
:zephyr-app: samples/basic/blink_led :zephyr-app: samples/basic/blink_led
:board: nrf52840_pca10056 :board: nrf52840dk_nrf52840
:goals: build flash :goals: build flash
:compact: :compact:

View file

@ -35,18 +35,18 @@ Hexiwear K64
No special board setup is necessary because there is an on-board RGB LED No special board setup is necessary because there is an on-board RGB LED
connected to the K64 PWM. connected to the K64 PWM.
nrf52840_pca10056 nrf52840dk_nrf52840
================= ===================
No special board setup is necessary because there is an on-board LED connected. No special board setup is necessary because there is an on-board LED connected.
Building and Running Building and Running
******************** ********************
This sample can be built for multiple boards, in this example we will build it This sample can be built for multiple boards, in this example we will build it
for the nrf52840_pca10056 board: for the nrf52840dk_nrf52840 board:
.. zephyr-app-commands:: .. zephyr-app-commands::
:zephyr-app: samples/basic/fade_led :zephyr-app: samples/basic/fade_led
:board: nrf52840_pca10056 :board: nrf52840dk_nrf52840
:goals: build flash :goals: build flash
:compact: :compact:

View file

@ -7,7 +7,7 @@ Overview
******** ********
Make a USB Bluetooth dongle out of Zephyr. Requires USB device support from the Make a USB Bluetooth dongle out of Zephyr. Requires USB device support from the
board it runs on (e.g. :ref:`nrf52840_pca10056` supports both BLE and USB). board it runs on (e.g. :ref:`nrf52840dk_nrf52840` supports both BLE and USB).
Requirements Requirements
************ ************

View file

@ -14,11 +14,11 @@ Building and Running
This sample can be found under :zephyr_file:`samples/bluetooth/ipsp` in the This sample can be found under :zephyr_file:`samples/bluetooth/ipsp` in the
Zephyr tree. Zephyr tree.
Sample can be built and executed for the nRF52840 PCA10056 as follows: Sample can be built and executed for the nRF52840 DK NRF52840 as follows:
.. zephyr-app-commands:: .. zephyr-app-commands::
:zephyr-app: samples/bluetooth/ipsp :zephyr-app: samples/bluetooth/ipsp
:board: nrf52840_pca10056 :board: nrf52840dk_nrf52840
:goals: build flash :goals: build flash
:compact: :compact:
@ -33,7 +33,7 @@ Building and Running for Linux kernels released before 4.12
.. zephyr-app-commands:: .. zephyr-app-commands::
:zephyr-app: samples/bluetooth/ipsp :zephyr-app: samples/bluetooth/ipsp
:board: nrf52840_pca10056 :board: nrf52840dk_nrf52840
:conf: "prj_zep1656.conf" :conf: "prj_zep1656.conf"
:goals: build flash :goals: build flash
:compact: :compact:

View file

@ -50,7 +50,7 @@ The following commands build the application.
.. zephyr-app-commands:: .. zephyr-app-commands::
:zephyr-app: samples/boards/nrf/mesh/onoff-app :zephyr-app: samples/boards/nrf/mesh/onoff-app
:board: nrf52840_pca10056 :board: nrf52840dk_nrf52840
:goals: build flash :goals: build flash
:compact: :compact:

View file

@ -2,6 +2,6 @@ sample:
name: Bluetooth Mesh name: Bluetooth Mesh
tests: tests:
sample.bluetooth.mesh.onoff: sample.bluetooth.mesh.onoff:
platform_whitelist: nrf52840_pca10056 platform_whitelist: nrf52840dk_nrf52840
tags: bluetooth tags: bluetooth
harness: bluetooth harness: bluetooth

View file

@ -67,7 +67,7 @@ The following commands build the application.
.. zephyr-app-commands:: .. zephyr-app-commands::
:zephyr-app: samples/boards/nrf/mesh/onoff_level_lighting_vnd_app :zephyr-app: samples/boards/nrf/mesh/onoff_level_lighting_vnd_app
:board: nrf52840_pca10056 :board: nrf52840dk_nrf52840
:goals: build flash :goals: build flash
:compact: :compact:

View file

@ -2,6 +2,6 @@ sample:
name: Bluetooth Mesh name: Bluetooth Mesh
tests: tests:
sample.bluetooth.mesh.onoff_level_lighting_vnd: sample.bluetooth.mesh.onoff_level_lighting_vnd:
platform_whitelist: nrf52840_pca10056 platform_whitelist: nrf52840dk_nrf52840
tags: bluetooth tags: bluetooth
harness: bluetooth harness: bluetooth

View file

@ -3,5 +3,5 @@ sample:
tests: tests:
sample.boards.nrf.system_off: sample.boards.nrf.system_off:
build_only: true build_only: true
platform_whitelist: nrf52840_pca10056 nrf52_pca10040 nrf51dk_nrf51422 platform_whitelist: nrf52840dk_nrf52840 nrf52_pca10040 nrf51dk_nrf51422
tags: power tags: power

View file

@ -18,7 +18,7 @@ Requirements
Display shield and a board which provides a configuration Display shield and a board which provides a configuration
for Arduino connectors, for example: for Arduino connectors, for example:
- :ref:`adafruit_2_8_tft_touch_v2` and :ref:`nrf52840_pca10056` - :ref:`adafruit_2_8_tft_touch_v2` and :ref:`nrf52840dk_nrf52840`
- :ref:`ssd1306_128_shield` and :ref:`frdm_k64f` - :ref:`ssd1306_128_shield` and :ref:`frdm_k64f`
or a simulated display environment in a native Posix application: or a simulated display environment in a native Posix application:
@ -39,11 +39,11 @@ or
Building and Running Building and Running
******************** ********************
Example building for :ref:`nrf52840_pca10056`: Example building for :ref:`nrf52840dk_nrf52840`:
.. zephyr-app-commands:: .. zephyr-app-commands::
:zephyr-app: samples/gui/lvgl :zephyr-app: samples/gui/lvgl
:board: nrf52840_pca10056 :board: nrf52840dk_nrf52840
:shield: adafruit_2_8_tft_touch_v2 :shield: adafruit_2_8_tft_touch_v2
:goals: build flash :goals: build flash

View file

@ -7,18 +7,18 @@ tests:
platform_whitelist: reel_board mimxrt1050_evk mimxrt1060_evk mimxrt1064_evk platform_whitelist: reel_board mimxrt1050_evk mimxrt1060_evk mimxrt1064_evk
tags: samples display gui tags: samples display gui
sample.display.adafruit_2_8_tft_touch_v2: sample.display.adafruit_2_8_tft_touch_v2:
platform_whitelist: nrf52840_pca10056 platform_whitelist: nrf52840dk_nrf52840
extra_args: SHIELD=adafruit_2_8_tft_touch_v2 extra_args: SHIELD=adafruit_2_8_tft_touch_v2
tags: shield tags: shield
sample.display.waveshare_epaper_gdeh0213b1: sample.display.waveshare_epaper_gdeh0213b1:
platform_whitelist: nrf52840_pca10056 platform_whitelist: nrf52840dk_nrf52840
extra_args: SHIELD=waveshare_epaper_gdeh0213b1 extra_args: SHIELD=waveshare_epaper_gdeh0213b1
tags: shield tags: shield
sample.display.waveshare_epaper_gdeh0213b72: sample.display.waveshare_epaper_gdeh0213b72:
platform_whitelist: nrf52840_pca10056 platform_whitelist: nrf52840dk_nrf52840
extra_args: SHIELD=waveshare_epaper_gdeh0213b72 extra_args: SHIELD=waveshare_epaper_gdeh0213b72
tags: shield tags: shield
sample.display.waveshare_epaper_gdeh029a1: sample.display.waveshare_epaper_gdeh029a1:
platform_whitelist: nrf52840_pca10056 platform_whitelist: nrf52840dk_nrf52840
extra_args: SHIELD=waveshare_epaper_gdeh029a1 extra_args: SHIELD=waveshare_epaper_gdeh029a1
tags: shield tags: shield

View file

@ -5,7 +5,7 @@ tests:
tags: drivers tags: drivers
harness: console harness: console
platform_whitelist: nucleo_f746zg nrf51dk_nrf51422 nrf52_pca10040 platform_whitelist: nucleo_f746zg nrf51dk_nrf51422 nrf52_pca10040
nrf52840_pca10056 nrf9160_pca10090 nrf52840dk_nrf52840 nrf9160_pca10090
harness_config: harness_config:
type: multi_line type: multi_line
ordered: true ordered: true

View file

@ -19,12 +19,12 @@ Building and Running
As this is a generic sample it should work with any display supported by Zephyr. As this is a generic sample it should work with any display supported by Zephyr.
Below is an example on how to build for a :ref:`nrf52840_pca10056` board with a Below is an example on how to build for a :ref:`nrf52840dk_nrf52840` board with a
:ref:`adafruit_2_8_tft_touch_v2`. :ref:`adafruit_2_8_tft_touch_v2`.
.. zephyr-app-commands:: .. zephyr-app-commands::
:zephyr-app: samples/drivers/display :zephyr-app: samples/drivers/display
:board: nrf52840_pca10056 :board: nrf52840dk_nrf52840
:goals: build :goals: build
:shield: adafruit_2_8_tft_touch_v2 :shield: adafruit_2_8_tft_touch_v2
:compact: :compact:

View file

@ -3,19 +3,19 @@ sample:
name: display_sample name: display_sample
tests: tests:
sample.display.shield.adafruit_2_8_tft_touch_v2: sample.display.shield.adafruit_2_8_tft_touch_v2:
platform_whitelist: nrf52840_pca10056 platform_whitelist: nrf52840dk_nrf52840
extra_args: SHIELD=adafruit_2_8_tft_touch_v2 extra_args: SHIELD=adafruit_2_8_tft_touch_v2
tags: display shield tags: display shield
sample.display.shield.ssd1306_128x32: sample.display.shield.ssd1306_128x32:
platform_whitelist: nrf52840_pca10056 platform_whitelist: nrf52840dk_nrf52840
extra_args: SHIELD=ssd1306_128x32 extra_args: SHIELD=ssd1306_128x32
tags: display shield tags: display shield
sample.display.shield.ssd1306_128x64: sample.display.shield.ssd1306_128x64:
platform_whitelist: nrf52840_pca10056 platform_whitelist: nrf52840dk_nrf52840
extra_args: SHIELD=ssd1306_128x64 extra_args: SHIELD=ssd1306_128x64
tags: display shield tags: display shield
sample.display.shield.waveshare_epaper_gdeh0213b1: sample.display.shield.waveshare_epaper_gdeh0213b1:
platform_whitelist: nrf52840_pca10056 platform_whitelist: nrf52840dk_nrf52840
extra_args: SHIELD=waveshare_epaper_gdeh0213b1 extra_args: SHIELD=waveshare_epaper_gdeh0213b1
sample.display.st7789v_tl019fqv01: sample.display.st7789v_tl019fqv01:
platform_whitelist: nrf52_pca10040 platform_whitelist: nrf52_pca10040

View file

@ -22,17 +22,17 @@ The sample logs keyscan events on the console.
Building and Running Building and Running
******************** ********************
Build the application for the :ref:`nrf52840_pca10056` board, and Build the application for the :ref:`nrf52840dk_nrf52840` board, and
connect a HT16K33 LED driver at address 0x70 on the I2C-0 bus. connect a HT16K33 LED driver at address 0x70 on the I2C-0 bus.
.. zephyr-app-commands:: .. zephyr-app-commands::
:zephyr-app: samples/drivers/ht16k33 :zephyr-app: samples/drivers/ht16k33
:board: nrf52840_pca10056 :board: nrf52840dk_nrf52840
:goals: build :goals: build
:compact: :compact:
For flashing the application, refer to the Flashing section of the For flashing the application, refer to the Flashing section of the
:ref:`nrf52840_pca10056` board documentation. :ref:`nrf52840dk_nrf52840` board documentation.
References References
********** **********

View file

@ -3,6 +3,6 @@ sample:
name: HT16K33 sample name: HT16K33 sample
tests: tests:
sample.drivers.ht16k33: sample.drivers.ht16k33:
platform_whitelist: nrf52840_pca10056 platform_whitelist: nrf52840dk_nrf52840
harness: TBD harness: TBD
tags: LED tags: LED

View file

@ -29,16 +29,16 @@ mappings used by this sample.
Building and Running Building and Running
******************** ********************
Build the application for the :ref:`nrf52840_pca10056` board, and connect Build the application for the :ref:`nrf52840dk_nrf52840` board, and connect
a LP5562 LED driver on the bus I2C0 at the address 0x30. a LP5562 LED driver on the bus I2C0 at the address 0x30.
.. zephyr-app-commands:: .. zephyr-app-commands::
:zephyr-app: samples/drivers/led_lp5562 :zephyr-app: samples/drivers/led_lp5562
:board: nrf52840_pca10056 :board: nrf52840dk_nrf52840
:goals: build :goals: build
:compact: :compact:
For flashing the application, refer to the Flashing section of the For flashing the application, refer to the Flashing section of the
:ref:`nrf52840_pca10056` board documentation. :ref:`nrf52840dk_nrf52840` board documentation.
.. _LP5562 Manual: http://www.ti.com/lit/ds/symlink/lp5562.pdf .. _LP5562 Manual: http://www.ti.com/lit/ds/symlink/lp5562.pdf

View file

@ -3,6 +3,6 @@ sample:
name: LP5562 sample name: LP5562 sample
tests: tests:
sample.drivers.led.lp5562: sample.drivers.led.lp5562:
platform_whitelist: nrf52840_pca10056 platform_whitelist: nrf52840dk_nrf52840
tags: led tags: led
harness: TBD harness: TBD

View file

@ -16,7 +16,7 @@ tests:
sample.net.lwm2m_client.bt: sample.net.lwm2m_client.bt:
harness: net harness: net
extra_args: OVERLAY_CONFIG=overlay-bt.conf extra_args: OVERLAY_CONFIG=overlay-bt.conf
platform_whitelist: nrf52_pca10040 nrf52840_pca10056 disco_l475_iot1 platform_whitelist: nrf52_pca10040 nrf52840dk_nrf52840 disco_l475_iot1
tags: net lwm2m tags: net lwm2m
sample.net.lwm2m_client.queue_mode: sample.net.lwm2m_client.queue_mode:
harness: net harness: net
@ -27,5 +27,5 @@ tests:
sample.net.lwm2m_client.wnc_m14a2a: sample.net.lwm2m_client.wnc_m14a2a:
harness: net harness: net
extra_args: SHIELD=wnc_m14a2a extra_args: SHIELD=wnc_m14a2a
platform_whitelist: frdm_k64f nrf52840_pca10056 platform_whitelist: frdm_k64f nrf52840dk_nrf52840
tags: net lwm2m tags: net lwm2m

View file

@ -59,12 +59,12 @@ Build echo-client sample application like this:
:goals: build :goals: build
:compact: :compact:
Example building for the nRF52840_pca10056 with OpenThread support: Example building for the nrf52840dk_nrf52840 with OpenThread support:
.. zephyr-app-commands:: .. zephyr-app-commands::
:zephyr-app: samples/net/sockets/echo_client :zephyr-app: samples/net/sockets/echo_client
:host-os: unix :host-os: unix
:board: nrf52840_pca10056 :board: nrf52840dk_nrf52840
:conf: "prj.conf overlay-ot.conf" :conf: "prj.conf overlay-ot.conf"
:goals: run :goals: run
:compact: :compact:

View file

@ -23,12 +23,12 @@ tests:
platform_whitelist: frdm_k64f platform_whitelist: frdm_k64f
sample.net.sockets.echo_client.nrf_802154: sample.net.sockets.echo_client.nrf_802154:
extra_args: OVERLAY_CONFIG="overlay-802154.conf" extra_args: OVERLAY_CONFIG="overlay-802154.conf"
platform_whitelist: nrf52840_pca10056 platform_whitelist: nrf52840dk_nrf52840
sample.net.sockets.echo_client.nrf_openthread: sample.net.sockets.echo_client.nrf_openthread:
extra_args: OVERLAY_CONFIG="overlay-ot.conf" extra_args: OVERLAY_CONFIG="overlay-ot.conf"
slow: true slow: true
tags: net openthread tags: net openthread
platform_whitelist: nrf52840_pca10056 platform_whitelist: nrf52840dk_nrf52840
sample.net.sockets.echo_client.kw41z_openthread: sample.net.sockets.echo_client.kw41z_openthread:
extra_args: OVERLAY_CONFIG="overlay-ot.conf" extra_args: OVERLAY_CONFIG="overlay-ot.conf"
slow: true slow: true

View file

@ -68,7 +68,7 @@ Example building for the nRF52840_pca10056 with OpenThread support:
.. zephyr-app-commands:: .. zephyr-app-commands::
:zephyr-app: samples/net/sockets/echo_server :zephyr-app: samples/net/sockets/echo_server
:host-os: unix :host-os: unix
:board: nrf52840_pca10056 :board: nrf52840dk_nrf52840
:conf: "prj.conf overlay-ot.conf" :conf: "prj.conf overlay-ot.conf"
:goals: run :goals: run
:compact: :compact:

View file

@ -23,7 +23,7 @@ tests:
platform_whitelist: frdm_k64f platform_whitelist: frdm_k64f
sample.net.sockets.echo_server.nrf_802154: sample.net.sockets.echo_server.nrf_802154:
extra_args: OVERLAY_CONFIG="overlay-802154.conf" extra_args: OVERLAY_CONFIG="overlay-802154.conf"
platform_whitelist: nrf52840_pca10056 platform_whitelist: nrf52840dk_nrf52840
sample.net.sockets.echo_server.usbnet: sample.net.sockets.echo_server.usbnet:
depends_on: usb_device depends_on: usb_device
harness: net harness: net
@ -40,7 +40,7 @@ tests:
extra_args: OVERLAY_CONFIG="overlay-ot.conf" extra_args: OVERLAY_CONFIG="overlay-ot.conf"
slow: true slow: true
tags: net openthread tags: net openthread
platform_whitelist: nrf52840_pca10056 platform_whitelist: nrf52840dk_nrf52840
sample.net.sockets.echo_server.kw41z_openthread: sample.net.sockets.echo_server.kw41z_openthread:
extra_args: OVERLAY_CONFIG="overlay-ot.conf" extra_args: OVERLAY_CONFIG="overlay-ot.conf"
slow: true slow: true

View file

@ -16,7 +16,7 @@ Requirements
************ ************
- a Zephyr board with supported 802.15.4 radio and supported USB driver - a Zephyr board with supported 802.15.4 radio and supported USB driver
(such as the :ref:`nrf52840_pca10056` or :ref:`atsamr21_xpro`) (such as the :ref:`nrf52840dk_nrf52840` or :ref:`atsamr21_xpro`)
connected via USB to a Linux host connected via USB to a Linux host
- wpanusb Linux kernel driver (in the process of being open sourced) - wpanusb Linux kernel driver (in the process of being open sourced)
- wpan-tools (available for all Linux distributions) - wpan-tools (available for all Linux distributions)
@ -47,7 +47,7 @@ Example building for the Nordic nRF52840 Development Kit:
.. zephyr-app-commands:: .. zephyr-app-commands::
:zephyr-app: samples/net/wpanusb :zephyr-app: samples/net/wpanusb
:board: nrf52840_pca10056 :board: nrf52840dk_nrf52840
:goals: build :goals: build
:compact: :compact:

View file

@ -21,7 +21,7 @@ at page 38.
.. zephyr-app-commands:: .. zephyr-app-commands::
:zephyr-app: samples/sensor/bme280 :zephyr-app: samples/sensor/bme280
:board: nrf52840_pca10056 :board: nrf52840dk_nrf52840
:goals: flash :goals: flash
:compact: :compact:

View file

@ -4,7 +4,7 @@ tests:
sample.sensor.bme280: sample.sensor.bme280:
harness: console harness: console
tags: sensors tags: sensors
platform_whitelist: nrf52840_pca10056 platform_whitelist: nrf52840dk_nrf52840
harness_config: harness_config:
type: one_line type: one_line
regex: regex:

View file

@ -30,12 +30,12 @@ Building and Running
This project outputs sensor data to the console. It requires a BME680 This project outputs sensor data to the console. It requires a BME680
sensor. It should work with any platform featuring a I2C peripheral interface. sensor. It should work with any platform featuring a I2C peripheral interface.
It does not work on QEMU. It does not work on QEMU.
In this example below the :ref:`nrf52840_pca10056` board is used. In this example below the :ref:`nrf52840dk_nrf52840` board is used.
.. zephyr-app-commands:: .. zephyr-app-commands::
:zephyr-app: samples/sensor/bme680 :zephyr-app: samples/sensor/bme680
:board: nrf52840_pca10056 :board: nrf52840dk_nrf52840
:goals: build flash :goals: build flash
Sample Output Sample Output

View file

@ -4,4 +4,4 @@ tests:
sample.sensor.bme680: sample.sensor.bme680:
harness: sensor harness: sensor
tags: samples sensor tags: samples sensor
platform_whitelist: nrf52840_pca10056 platform_whitelist: nrf52840dk_nrf52840

View file

@ -22,7 +22,7 @@ Sensor has multiple pins so you need to connect according to connection diagram
.. zephyr-app-commands:: .. zephyr-app-commands::
:zephyr-app: samples/sensor/bmm150 :zephyr-app: samples/sensor/bmm150
:board: nrf52840_pca10056 :board: nrf52840dk_nrf52840
:goals: flash :goals: flash
:compact: :compact:

View file

@ -48,13 +48,13 @@ Building on disco_l475_iot1 board
:goals: build :goals: build
:compact: :compact:
Building on nrf52840_pca10056 board with x-nucleo-iks01a2 shield Building on nrf52840dk_nrf52840 board with x-nucleo-iks01a2 shield
================================================================ ==================================================================
.. zephyr-app-commands:: .. zephyr-app-commands::
:zephyr-app: samples/sensor/lsm6dsl :zephyr-app: samples/sensor/lsm6dsl
:host-os: unix :host-os: unix
:board: nrf52840_pca10056 :board: nrf52840dk_nrf52840
:shield: x_nucleo_iks01a2 :shield: x_nucleo_iks01a2
:goals: build :goals: build
:compact: :compact:

View file

@ -37,11 +37,11 @@ Build this sample using the following commands:
.. zephyr-app-commands:: .. zephyr-app-commands::
:zephyr-app: samples/sensor/ms5837 :zephyr-app: samples/sensor/ms5837
:board: nrf52840_pca10056 :board: nrf52840dk_nrf52840
:goals: build :goals: build
:compact: :compact:
See :ref:`nrf52840_pca10056` on how to flash the build. See :ref:`nrf52840dk_nrf52840` on how to flash the build.
References References
********** **********

View file

@ -4,5 +4,5 @@ sample:
tests: tests:
sample.sensor.ms5837: sample.sensor.ms5837:
build_only: true build_only: true
platform_whitelist: nrf52840_pca10056 platform_whitelist: nrf52840dk_nrf52840
tags: sensors tags: sensors

View file

@ -10,11 +10,11 @@ tests:
sample.sensor.sht3xd: sample.sensor.sht3xd:
build_only: true build_only: true
platform_whitelist: efr32mg_sltb004a frdm_k64f nrf51_ble400 platform_whitelist: efr32mg_sltb004a frdm_k64f nrf51_ble400
nrf52840_pca10056 nucleo_l476rg nrf52840dk_nrf52840 nucleo_l476rg
tags: sensors tags: sensors
sample.sensor.sht3xd.trigger: sample.sensor.sht3xd.trigger:
build_only: true build_only: true
extra_args: CONF_FILE="trigger.conf" extra_args: CONF_FILE="trigger.conf"
platform_whitelist: efr32mg_sltb004a frdm_k64f nrf51_ble400 platform_whitelist: efr32mg_sltb004a frdm_k64f nrf51_ble400
nrf52840_pca10056 nucleo_l476rg nrf52840dk_nrf52840 nucleo_l476rg
tags: sensors tags: sensors

View file

@ -52,7 +52,7 @@ On this device the file system will be placed in the SOC flash.
.. zephyr-app-commands:: .. zephyr-app-commands::
:zephyr-app: samples/subsys/fs/littlefs :zephyr-app: samples/subsys/fs/littlefs
:board: nrf52840_pca10056 :board: nrf52840dk_nrf52840
:goals: build :goals: build
:compact: :compact:

View file

@ -3,5 +3,5 @@ sample:
tests: tests:
sample.filesystem.littlefs: sample.filesystem.littlefs:
build_only: true build_only: true
platform_whitelist: nrf52840_pca10056 particle_xenon platform_whitelist: nrf52840dk_nrf52840 particle_xenon
tags: filesystem tags: filesystem

View file

@ -9,4 +9,4 @@ tests:
extra_args: CONF_FILE="prj_tiny.conf" extra_args: CONF_FILE="prj_tiny.conf"
platform_whitelist: nrf51dk_nrf51422 platform_whitelist: nrf51dk_nrf51422
sample.mcumg.smp_svr.nrf52: sample.mcumg.smp_svr.nrf52:
platform_whitelist: nrf52_pca10040 nrf52840_pca10056 platform_whitelist: nrf52_pca10040 nrf52840dk_nrf52840

View file

@ -2,7 +2,7 @@ sample:
name: Device Idle Power Management name: Device Idle Power Management
tests: tests:
sample.power.ospm.dev_idle_pm: sample.power.ospm.dev_idle_pm:
platform_whitelist: nrf52840_pca10056 nrf52_pca10040 platform_whitelist: nrf52840dk_nrf52840 nrf52_pca10040
tags: power tags: power
harness: console harness: console
harness_config: harness_config:

View file

@ -15,7 +15,7 @@ register them.
Requirements Requirements
************ ************
* A board with settings support, for instance: nrf52840_pca10056 * A board with settings support, for instance: nrf52840dk_nrf52840
* Or qemu_x86 target * Or qemu_x86 target
Building and Running Building and Running

View file

@ -2,7 +2,7 @@
cmake_minimum_required(VERSION 3.13.1) cmake_minimum_required(VERSION 3.13.1)
if((BOARD STREQUAL nrf52840_pca10056) OR if((BOARD STREQUAL nrf52840dk_nrf52840) OR
(BOARD STREQUAL nrf52_pca10040) OR (BOARD STREQUAL nrf52_pca10040) OR
(BOARD STREQUAL nrf9160_pca10090) OR (BOARD STREQUAL nrf9160_pca10090) OR
(BOARD STREQUAL reel_board) (BOARD STREQUAL reel_board)

View file

@ -3,6 +3,6 @@ sample:
tests: tests:
sample.usb.dfu: sample.usb.dfu:
build_only: True build_only: True
platform_whitelist: nrf52840_pca10056 intel_s1000_crb platform_whitelist: nrf52840dk_nrf52840 intel_s1000_crb
depends_on: usb_device depends_on: usb_device
tags: usb tags: usb

View file

@ -20,11 +20,11 @@ Building and Running
******************** ********************
This sample can be built for multiple boards, in this example we will build it This sample can be built for multiple boards, in this example we will build it
for the nrf52840_pca10056 board: for the nrf52840dk_nrf52840 board:
.. zephyr-app-commands:: .. zephyr-app-commands::
:zephyr-app: samples/subsys/usb/hid-cdc :zephyr-app: samples/subsys/usb/hid-cdc
:board: nrf52840_pca10056 :board: nrf52840dk_nrf52840
:goals: build :goals: build
:compact: :compact:

View file

@ -3,6 +3,6 @@ sample:
tests: tests:
sample.usb.hid-cdc: sample.usb.hid-cdc:
depends_on: usb_device depends_on: usb_device
platform_whitelist: nrf52840_pca10056 nrf52840_pca10059 platform_whitelist: nrf52840dk_nrf52840 nrf52840_pca10059
harness: button harness: button
tags: usb tags: usb

View file

@ -976,7 +976,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_NRF52_PCA10040 || BOARD_NRF52810_PCA10040 || BOARD_NRF52840_PCA10056 || BOARD_RV32M1_VEGA depends on BOARD_NRF51DK_NRF51422 || BOARD_NRF52_PCA10040 || BOARD_NRF52810_PCA10040 || BOARD_NRF52840DK_NRF52840 || 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

@ -6,7 +6,7 @@
*/ */
#ifdef CONFIG_BT_CTLR_DEBUG_PINS #ifdef CONFIG_BT_CTLR_DEBUG_PINS
#if defined(CONFIG_BOARD_NRF52840_PCA10056) #if defined(CONFIG_BOARD_NRF52840DK_NRF52840)
#define DEBUG_PORT NRF_P1 #define DEBUG_PORT NRF_P1
#define DEBUG_PIN0 BIT(1) #define DEBUG_PIN0 BIT(1)
#define DEBUG_PIN1 BIT(2) #define DEBUG_PIN1 BIT(2)

View file

@ -3,4 +3,4 @@ common:
tags: crypto tags: crypto
tests: tests:
benchmark.crypto.mbedtls: benchmark.crypto.mbedtls:
platform_whitelist: qemu_x86 frdm_k64f sam_e70_xplained nrf52840_pca10056 platform_whitelist: qemu_x86 frdm_k64f sam_e70_xplained nrf52840dk_nrf52840

View file

@ -75,35 +75,35 @@ tests:
platform_whitelist: qemu_cortex_m3 platform_whitelist: qemu_cortex_m3
bluetooth.init.test_controller: bluetooth.init.test_controller:
extra_args: CONF_FILE=prj_controller.conf extra_args: CONF_FILE=prj_controller.conf
platform_whitelist: nrf52840_pca10056 nrf52_pca10040 platform_whitelist: nrf52840dk_nrf52840 nrf52_pca10040
nrf51dk_nrf51422 96b_nitrogen nrf51dk_nrf51422 96b_nitrogen
bluetooth.init.test_controller_4_0: bluetooth.init.test_controller_4_0:
extra_args: CONF_FILE=prj_controller_4_0.conf extra_args: CONF_FILE=prj_controller_4_0.conf
platform_whitelist: nrf52840_pca10056 nrf52_pca10040 platform_whitelist: nrf52840dk_nrf52840 nrf52_pca10040
nrf51dk_nrf51422 nrf51dk_nrf51422
bluetooth.init.test_controller_tiny: bluetooth.init.test_controller_tiny:
extra_args: CONF_FILE=prj_controller_tiny.conf extra_args: CONF_FILE=prj_controller_tiny.conf
platform_whitelist: nrf52840_pca10056 nrf52_pca10040 platform_whitelist: nrf52840dk_nrf52840 nrf52_pca10040
nrf51dk_nrf51422 nrf51dk_nrf51422
bluetooth.init.test_controller_dbg: bluetooth.init.test_controller_dbg:
extra_args: CONF_FILE=prj_controller_dbg.conf extra_args: CONF_FILE=prj_controller_dbg.conf
platform_whitelist: nrf52840_pca10056 nrf52_pca10040 platform_whitelist: nrf52840dk_nrf52840 nrf52_pca10040
nrf51dk_nrf51422 96b_nitrogen nrf51dk_nrf51422 96b_nitrogen
bluetooth.init.test_controller_ll_sw_split: bluetooth.init.test_controller_ll_sw_split:
extra_args: CONF_FILE=prj_controller_ll_sw_split.conf extra_args: CONF_FILE=prj_controller_ll_sw_split.conf
platform_whitelist: nrf52840_pca10056 nrf52_pca10040 platform_whitelist: nrf52840dk_nrf52840 nrf52_pca10040
nrf51dk_nrf51422 nrf51dk_nrf51422
bluetooth.init.test_controller_4_0_ll_sw_split: bluetooth.init.test_controller_4_0_ll_sw_split:
extra_args: CONF_FILE=prj_controller_4_0_ll_sw_split.conf extra_args: CONF_FILE=prj_controller_4_0_ll_sw_split.conf
platform_whitelist: nrf52840_pca10056 nrf52_pca10040 platform_whitelist: nrf52840dk_nrf52840 nrf52_pca10040
nrf51dk_nrf51422 nrf51dk_nrf51422
bluetooth.init.test_controller_tiny_ll_sw_split: bluetooth.init.test_controller_tiny_ll_sw_split:
extra_args: CONF_FILE=prj_controller_tiny_ll_sw_split.conf extra_args: CONF_FILE=prj_controller_tiny_ll_sw_split.conf
platform_whitelist: nrf52840_pca10056 nrf52_pca10040 platform_whitelist: nrf52840dk_nrf52840 nrf52_pca10040
nrf51dk_nrf51422 nrf51dk_nrf51422
bluetooth.init.test_controller_dbg_ll_sw_split: bluetooth.init.test_controller_dbg_ll_sw_split:
extra_args: CONF_FILE=prj_controller_dbg_ll_sw_split.conf extra_args: CONF_FILE=prj_controller_dbg_ll_sw_split.conf
platform_whitelist: nrf52840_pca10056 nrf52_pca10040 platform_whitelist: nrf52840dk_nrf52840 nrf52_pca10040
nrf51dk_nrf51422 nrf51dk_nrf51422
bluetooth.init.test_h5: bluetooth.init.test_h5:
extra_args: CONF_FILE=prj_h5.conf extra_args: CONF_FILE=prj_h5.conf

View file

@ -1,27 +1,27 @@
tests: tests:
bluetooth.mesh.main: bluetooth.mesh.main:
build_only: true build_only: true
platform_whitelist: qemu_x86 nrf51dk_nrf51422 nrf52840_pca10056 platform_whitelist: qemu_x86 nrf51dk_nrf51422 nrf52840dk_nrf52840
tags: bluetooth mesh tags: bluetooth mesh
bluetooth.mesh.dbg: bluetooth.mesh.dbg:
build_only: true build_only: true
extra_args: CONF_FILE=dbg.conf extra_args: CONF_FILE=dbg.conf
platform_whitelist: qemu_x86 nrf51dk_nrf51422 nrf52840_pca10056 platform_whitelist: qemu_x86 nrf51dk_nrf51422 nrf52840dk_nrf52840
tags: bluetooth mesh tags: bluetooth mesh
bluetooth.mesh.friend: bluetooth.mesh.friend:
build_only: true build_only: true
extra_args: CONF_FILE=friend.conf extra_args: CONF_FILE=friend.conf
platform_whitelist: qemu_x86 nrf51dk_nrf51422 nrf52840_pca10056 platform_whitelist: qemu_x86 nrf51dk_nrf51422 nrf52840dk_nrf52840
tags: bluetooth mesh tags: bluetooth mesh
bluetooth.mesh.gatt: bluetooth.mesh.gatt:
build_only: true build_only: true
extra_args: CONF_FILE=gatt.conf extra_args: CONF_FILE=gatt.conf
platform_whitelist: qemu_x86 nrf51dk_nrf51422 nrf52840_pca10056 platform_whitelist: qemu_x86 nrf51dk_nrf51422 nrf52840dk_nrf52840
tags: bluetooth mesh tags: bluetooth mesh
bluetooth.mesh.lpn: bluetooth.mesh.lpn:
build_only: true build_only: true
extra_args: CONF_FILE=lpn.conf extra_args: CONF_FILE=lpn.conf
platform_whitelist: qemu_x86 nrf51dk_nrf51422 nrf52840_pca10056 platform_whitelist: qemu_x86 nrf51dk_nrf51422 nrf52840dk_nrf52840
tags: bluetooth mesh tags: bluetooth mesh
bluetooth.mesh.main.microbit: bluetooth.mesh.main.microbit:
build_only: true build_only: true
@ -31,10 +31,10 @@ tests:
bluetooth.mesh.pb_gatt: bluetooth.mesh.pb_gatt:
build_only: true build_only: true
extra_args: CONF_FILE=pb_gatt.conf extra_args: CONF_FILE=pb_gatt.conf
platform_whitelist: qemu_x86 nrf51dk_nrf51422 nrf52840_pca10056 platform_whitelist: qemu_x86 nrf51dk_nrf51422 nrf52840dk_nrf52840
tags: bluetooth mesh tags: bluetooth mesh
bluetooth.mesh.proxy: bluetooth.mesh.proxy:
build_only: true build_only: true
extra_args: CONF_FILE=proxy.conf extra_args: CONF_FILE=proxy.conf
platform_whitelist: qemu_x86 nrf51dk_nrf51422 nrf52840_pca10056 platform_whitelist: qemu_x86 nrf51dk_nrf51422 nrf52840dk_nrf52840
tags: bluetooth mesh tags: bluetooth mesh

View file

@ -2,7 +2,7 @@ tests:
bluetooth.shell.main: bluetooth.shell.main:
extra_configs: extra_configs:
- CONFIG_NATIVE_UART_0_ON_STDINOUT=y - CONFIG_NATIVE_UART_0_ON_STDINOUT=y
platform_whitelist: qemu_cortex_m3 qemu_x86 native_posix native_posix_64 nrf52840_pca10056 platform_whitelist: qemu_cortex_m3 qemu_x86 native_posix native_posix_64 nrf52840dk_nrf52840
platform_exclude: nrf52810_pca10040 platform_exclude: nrf52810_pca10040
tags: bluetooth tags: bluetooth
harness: keyboard harness: keyboard

View file

@ -2,4 +2,4 @@ tests:
boards.shell.shell: boards.shell.shell:
tags: shell tags: shell
harness: keyboard harness: keyboard
platform_whitelist: nrf52840_pca10056 frdm_k64f platform_whitelist: nrf52840dk_nrf52840 frdm_k64f

View file

@ -31,7 +31,7 @@
#define ADC_2ND_CHANNEL_INPUT NRF_ADC_CONFIG_INPUT_3 #define ADC_2ND_CHANNEL_INPUT NRF_ADC_CONFIG_INPUT_3
#elif defined(CONFIG_BOARD_NRF52_PCA10040) || \ #elif defined(CONFIG_BOARD_NRF52_PCA10040) || \
defined(CONFIG_BOARD_NRF52840_PCA10056) || \ defined(CONFIG_BOARD_NRF52840DK_NRF52840) || \
defined(CONFIG_BOARD_NRF52840_BLIP) || \ defined(CONFIG_BOARD_NRF52840_BLIP) || \
defined(CONFIG_BOARD_NRF52840_PAPYR) || \ defined(CONFIG_BOARD_NRF52840_PAPYR) || \
defined(CONFIG_BOARD_NRF52833_PCA10100) || \ defined(CONFIG_BOARD_NRF52833_PCA10100) || \

View file

@ -1,9 +1,9 @@
tests: tests:
drivers.clock.clock_control_nrf5: drivers.clock.clock_control_nrf5:
tags: drivers tags: drivers
platform_whitelist: nrf51dk_nrf51422 nrf52_pca10040 nrf52840_pca10056 platform_whitelist: nrf51dk_nrf51422 nrf52_pca10040 nrf52840dk_nrf52840
nrf9160_pca10090 nrf9160_pca10090
drivers.clock.clock_control_nrf5_lfclk_rc: drivers.clock.clock_control_nrf5_lfclk_rc:
tags: drivers tags: drivers
platform_whitelist: nrf51dk_nrf51422 nrf52_pca10040 nrf52840_pca10056 platform_whitelist: nrf51dk_nrf51422 nrf52_pca10040 nrf52840dk_nrf52840
extra_args: CONF_FILE="nrf_lfclk_rc.conf" extra_args: CONF_FILE="nrf_lfclk_rc.conf"

View file

@ -1,4 +1,4 @@
tests: tests:
drivers.clock.nrf5_clock_calibration: drivers.clock.nrf5_clock_calibration:
tags: drivers tags: drivers
platform_whitelist: nrf51dk_nrf51422 nrf52_pca10040 nrf52840_pca10056 platform_whitelist: nrf51dk_nrf51422 nrf52_pca10040 nrf52840dk_nrf52840

Some files were not shown because too many files have changed in this diff Show more