boards: arm: nrf51_pca10028: rename board to nrf51dk_nrf51422
We rename the nRF51 Dev Kit board target (nrf51_pca10028) to nrf51dk_nrf51422. We update all associated references in the supportive documentation and all nRF51-related cofigurations and overlay files in the samples and tests in the tree. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
parent
669cf582e9
commit
f3807f19dc
42 changed files with 68 additions and 67 deletions
|
@ -1,8 +1,8 @@
|
||||||
# nRF51 PCA10028 board configuration
|
# nRF51 DK NRF51422 board configuration
|
||||||
|
|
||||||
# Copyright (c) 2016 Linaro Limited.
|
# Copyright (c) 2016 Linaro Limited.
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
config BOARD_NRF51_PCA10028
|
config BOARD_NRF51DK_NRF51422
|
||||||
bool "nRF51 PCA10028"
|
bool "nRF51 DK NRF51422"
|
||||||
depends on SOC_NRF51822_QFAC
|
depends on SOC_NRF51822_QFAC
|
|
@ -1,12 +1,12 @@
|
||||||
# nRF51 PCA10028 board configuration
|
# nRF51 DK NRF51422 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_NRF51_PCA10028
|
if BOARD_NRF51DK_NRF51422
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default "nrf51_pca10028"
|
default "nrf51dk_nrf51422"
|
||||||
|
|
||||||
config ADC_0
|
config ADC_0
|
||||||
default y
|
default y
|
||||||
|
@ -23,4 +23,4 @@ config SPI_1
|
||||||
config BT_CTLR
|
config BT_CTLR
|
||||||
default BT
|
default BT
|
||||||
|
|
||||||
endif # BOARD_NRF51_PCA10028
|
endif # BOARD_NRF51DK_NRF51422
|
Before Width: | Height: | Size: 102 KiB After Width: | Height: | Size: 102 KiB |
|
@ -1,13 +1,13 @@
|
||||||
.. _nrf51_pca10028:
|
.. _nrf51dk_nrf51422:
|
||||||
|
|
||||||
nRF51-PCA10028
|
nRF51 DK
|
||||||
##############
|
########
|
||||||
|
|
||||||
Overview
|
Overview
|
||||||
********
|
********
|
||||||
|
|
||||||
The nRF51 Development Kit (PCA10028) hardware provides support for the Nordic
|
The nRF51 Development Kit (nRF51 DK) hardware provides support for the Nordic
|
||||||
Semiconductor nRF51822 ARM Cortex-M0 CPU and the following devices:
|
Semiconductor nRF51422 ARM Cortex-M0 CPU and the following devices:
|
||||||
|
|
||||||
* :abbr:`ADC (Analog to Digital Converter)`
|
* :abbr:`ADC (Analog to Digital Converter)`
|
||||||
* CLOCK
|
* CLOCK
|
||||||
|
@ -22,12 +22,12 @@ 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/nrf51_pca10028.jpg
|
.. figure:: img/nrf51dk_nrf51422.jpg
|
||||||
:width: 442px
|
:width: 442px
|
||||||
:align: center
|
:align: center
|
||||||
:alt: nRF51 PCA10028 DK
|
:alt: nRF51 DK
|
||||||
|
|
||||||
nRF51 PCA10028 DK (Credit: Nordic Semiconductor)
|
nRF51 DK (Credit: Nordic Semiconductor)
|
||||||
|
|
||||||
More information about the board can be found at the
|
More information about the board can be found at the
|
||||||
`nRF51 DK website`_. The `Nordic Semiconductor Infocenter`_
|
`nRF51 DK website`_. The `Nordic Semiconductor Infocenter`_
|
||||||
|
@ -43,7 +43,7 @@ is 16 MHz.
|
||||||
Supported Features
|
Supported Features
|
||||||
==================
|
==================
|
||||||
|
|
||||||
The nrf51_pca10028 board configuration supports the following nRF51
|
The nrf51dk_nrf51422 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: nrf51_pca10028
|
:board: nrf51dk_nrf51422
|
||||||
: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/arm/nrf51_pca10028/nrf51_pca10028.dts`.
|
:zephyr_file:`boards/arm/nrf51dk_nrf51422/nrf51dk_nrf51422.dts`.
|
||||||
|
|
||||||
References
|
References
|
||||||
**********
|
**********
|
|
@ -8,8 +8,8 @@
|
||||||
#include <nordic/nrf51822_qfac.dtsi>
|
#include <nordic/nrf51822_qfac.dtsi>
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
model = "Nordic PCA10028 Dev Kit";
|
model = "Nordic nRF51 DK NRF51422";
|
||||||
compatible = "nordic,pca10028-dk", "nordic,nrf51822-qfac",
|
compatible = "nordic,nrf51-dk-nrf51422", "nordic,nrf51822-qfac",
|
||||||
"nordic,nrf51822";
|
"nordic,nrf51822";
|
||||||
|
|
||||||
chosen {
|
chosen {
|
|
@ -1,5 +1,5 @@
|
||||||
identifier: nrf51_pca10028
|
identifier: nrf51dk_nrf51422
|
||||||
name: nRF51-PCA10028
|
name: nRF51-DK-NRF51422
|
||||||
type: mcu
|
type: mcu
|
||||||
arch: arm
|
arch: arm
|
||||||
toolchain:
|
toolchain:
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
CONFIG_SOC_SERIES_NRF51X=y
|
CONFIG_SOC_SERIES_NRF51X=y
|
||||||
CONFIG_SOC_NRF51822_QFAC=y
|
CONFIG_SOC_NRF51822_QFAC=y
|
||||||
CONFIG_BOARD_NRF51_PCA10028=y
|
CONFIG_BOARD_NRF51DK_NRF51422=y
|
||||||
|
|
||||||
# enable GPIO
|
# enable GPIO
|
||||||
CONFIG_GPIO=y
|
CONFIG_GPIO=y
|
|
@ -34,7 +34,7 @@ function(list_boards arch list_var)
|
||||||
)
|
)
|
||||||
|
|
||||||
# The above gives a list like
|
# The above gives a list like
|
||||||
# nrf51_blenano/nrf51_blenano_defconfig;nrf51_pca10028/nrf51_pca10028_defconfig
|
# nrf51_blenano/nrf51_blenano_defconfig;nrf51dk_nrf51422/nrf51dk_nrf51422_defconfig
|
||||||
# we construct a list of board names by removing both the _defconfig
|
# we construct a list of board names by removing both the _defconfig
|
||||||
# suffix and the path.
|
# suffix and the path.
|
||||||
foreach(defconfig_path ${defconfigs_for_${arch}})
|
foreach(defconfig_path ${defconfigs_for_${arch}})
|
||||||
|
|
|
@ -337,7 +337,8 @@ html_redirect_pages = [
|
||||||
('boards/arm/msp_exp432p401r_launchxl/doc/msp_exp432p401r_launchxl', 'boards/arm/msp_exp432p401r_launchxl/doc/index'),
|
('boards/arm/msp_exp432p401r_launchxl/doc/msp_exp432p401r_launchxl', 'boards/arm/msp_exp432p401r_launchxl/doc/index'),
|
||||||
('boards/arm/nrf51_ble400/doc/nrf51_ble400', 'boards/arm/nrf51_ble400/doc/index'),
|
('boards/arm/nrf51_ble400/doc/nrf51_ble400', 'boards/arm/nrf51_ble400/doc/index'),
|
||||||
('boards/arm/nrf51_blenano/doc/nrf51_blenano', 'boards/arm/nrf51_blenano/doc/index'),
|
('boards/arm/nrf51_blenano/doc/nrf51_blenano', 'boards/arm/nrf51_blenano/doc/index'),
|
||||||
('boards/arm/nrf51_pca10028/doc/nrf51_pca10028', 'boards/arm/nrf51_pca10028/doc/index'),
|
('boards/arm/nrf51_pca10028/doc/nrf51_pca10028', '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/nrf52840_pca10056/doc/index'),
|
||||||
|
|
|
@ -5,23 +5,23 @@ tests:
|
||||||
sample.minimal.mt.arm:
|
sample.minimal.mt.arm:
|
||||||
build_only: true
|
build_only: true
|
||||||
extra_args: CONF_FILE='common.conf;mt.conf;arm.conf'
|
extra_args: CONF_FILE='common.conf;mt.conf;arm.conf'
|
||||||
platform_whitelist: reel_board frdm_k64f mps2_an385 nrf51_pca10028 nucleo_f429zi disco_l475_iot1
|
platform_whitelist: reel_board frdm_k64f mps2_an385 nrf51dk_nrf51422 nucleo_f429zi disco_l475_iot1
|
||||||
sample.minimal.mt-no-preempt.arm:
|
sample.minimal.mt-no-preempt.arm:
|
||||||
build_only: true
|
build_only: true
|
||||||
extra_args: CONF_FILE='common.conf;mt.conf;no-preempt.conf;arm.conf'
|
extra_args: CONF_FILE='common.conf;mt.conf;no-preempt.conf;arm.conf'
|
||||||
platform_whitelist: reel_board frdm_k64f mps2_an385 nrf51_pca10028 nucleo_f429zi disco_l475_iot1
|
platform_whitelist: reel_board frdm_k64f mps2_an385 nrf51dk_nrf51422 nucleo_f429zi disco_l475_iot1
|
||||||
sample.minimal.mt-no-preempt-no-timers.arm:
|
sample.minimal.mt-no-preempt-no-timers.arm:
|
||||||
build_only: true
|
build_only: true
|
||||||
extra_args: CONF_FILE='common.conf;mt.conf;no-preempt.conf;no-timers.conf;arm.conf'
|
extra_args: CONF_FILE='common.conf;mt.conf;no-preempt.conf;no-timers.conf;arm.conf'
|
||||||
platform_whitelist: reel_board frdm_k64f mps2_an385 nrf51_pca10028 nucleo_f429zi disco_l475_iot1
|
platform_whitelist: reel_board frdm_k64f mps2_an385 nrf51dk_nrf51422 nucleo_f429zi disco_l475_iot1
|
||||||
sample.minimal.no-mt.arm:
|
sample.minimal.no-mt.arm:
|
||||||
build_only: true
|
build_only: true
|
||||||
extra_args: CONF_FILE='common.conf;no-mt.conf;arm.conf'
|
extra_args: CONF_FILE='common.conf;no-mt.conf;arm.conf'
|
||||||
platform_whitelist: reel_board frdm_k64f mps2_an385 nrf51_pca10028 nucleo_f429zi disco_l475_iot1
|
platform_whitelist: reel_board frdm_k64f mps2_an385 nrf51dk_nrf51422 nucleo_f429zi disco_l475_iot1
|
||||||
sample.minimal.no-mt-no-timers.arm:
|
sample.minimal.no-mt-no-timers.arm:
|
||||||
build_only: true
|
build_only: true
|
||||||
extra_args: CONF_FILE='common.conf;no-mt.conf;no-timers.conf;arm.conf'
|
extra_args: CONF_FILE='common.conf;no-mt.conf;no-timers.conf;arm.conf'
|
||||||
platform_whitelist: reel_board frdm_k64f mps2_an385 nrf51_pca10028 nucleo_f429zi disco_l475_iot1
|
platform_whitelist: reel_board frdm_k64f mps2_an385 nrf51dk_nrf51422 nucleo_f429zi disco_l475_iot1
|
||||||
sample.minimal.mt.x86:
|
sample.minimal.mt.x86:
|
||||||
build_only: true
|
build_only: true
|
||||||
extra_args: CONF_FILE='common.conf;mt.conf;x86.conf'
|
extra_args: CONF_FILE='common.conf;mt.conf;x86.conf'
|
||||||
|
|
|
@ -3,5 +3,5 @@ sample:
|
||||||
tests:
|
tests:
|
||||||
sample.bluetooth.hci_pwr_ctrl:
|
sample.bluetooth.hci_pwr_ctrl:
|
||||||
harness: bluetooth
|
harness: bluetooth
|
||||||
platform_whitelist: bbc_microbit nrf51_pca10028 nrf52_pca10040 qemu_cortex_m3 qemu_x86
|
platform_whitelist: bbc_microbit nrf51dk_nrf51422 nrf52_pca10040 qemu_cortex_m3 qemu_x86
|
||||||
tags: bluetooth
|
tags: bluetooth
|
||||||
|
|
|
@ -5,6 +5,6 @@ sample:
|
||||||
tests:
|
tests:
|
||||||
sample.bluetooth.hci_spi:
|
sample.bluetooth.hci_spi:
|
||||||
harness: bluetooth
|
harness: bluetooth
|
||||||
platform_whitelist: 96b_carbon_nrf51 nrf51_pca10028
|
platform_whitelist: 96b_carbon_nrf51 nrf51dk_nrf51422
|
||||||
tags: bluetooth spi
|
tags: bluetooth spi
|
||||||
depends_on: spi
|
depends_on: spi
|
||||||
|
|
|
@ -4,11 +4,11 @@ sample:
|
||||||
tests:
|
tests:
|
||||||
sample.bluetooth.hci_uart.arm:
|
sample.bluetooth.hci_uart.arm:
|
||||||
harness: bluetooth
|
harness: bluetooth
|
||||||
platform_whitelist: 96b_nitrogen nrf51_pca10028
|
platform_whitelist: 96b_nitrogen nrf51dk_nrf51422
|
||||||
nrf52_pca10040 bbc_microbit
|
nrf52_pca10040 bbc_microbit
|
||||||
tags: uart bluetooth
|
tags: uart bluetooth
|
||||||
sample.bluetooth.hci_uart.nrf5:
|
sample.bluetooth.hci_uart.nrf5:
|
||||||
harness: bluetooth
|
harness: bluetooth
|
||||||
platform_whitelist: 96b_nitrogen nrf51_pca10028
|
platform_whitelist: 96b_nitrogen nrf51dk_nrf51422
|
||||||
nrf52_pca10040
|
nrf52_pca10040
|
||||||
tags: uart bluetooth
|
tags: uart bluetooth
|
||||||
|
|
|
@ -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 nrf51_pca10028
|
platform_whitelist: nrf52840_pca10056 nrf52_pca10040 nrf51dk_nrf51422
|
||||||
tags: power
|
tags: power
|
||||||
|
|
|
@ -4,7 +4,7 @@ tests:
|
||||||
sample.drivers.counter.alarm:
|
sample.drivers.counter.alarm:
|
||||||
tags: drivers
|
tags: drivers
|
||||||
harness: console
|
harness: console
|
||||||
platform_whitelist: nucleo_f746zg nrf51_pca10028 nrf52_pca10040
|
platform_whitelist: nucleo_f746zg nrf51dk_nrf51422 nrf52_pca10040
|
||||||
nrf52840_pca10056 nrf9160_pca10090
|
nrf52840_pca10056 nrf9160_pca10090
|
||||||
harness_config:
|
harness_config:
|
||||||
type: multi_line
|
type: multi_line
|
||||||
|
|
|
@ -55,7 +55,7 @@ To make sure the sample is set up properly for building, you must:
|
||||||
|
|
||||||
For example devicetree configurations for each compatible, see
|
For example devicetree configurations for each compatible, see
|
||||||
:zephyr_file:`samples/drivers/led_ws2812/boards/nrf52_pca10040.overlay` and
|
:zephyr_file:`samples/drivers/led_ws2812/boards/nrf52_pca10040.overlay` and
|
||||||
:zephyr_file:`samples/drivers/led_ws2812/boards/nrf51_pca10028.overlay`.
|
:zephyr_file:`samples/drivers/led_ws2812/boards/nrf51dk_nrf51422.overlay`.
|
||||||
|
|
||||||
Some boards are already supported out of the box; see the :file:`boards`
|
Some boards are already supported out of the box; see the :file:`boards`
|
||||||
directory for this sample for details.
|
directory for this sample for details.
|
||||||
|
|
|
@ -3,5 +3,5 @@ sample:
|
||||||
name: WS2812 sample
|
name: WS2812 sample
|
||||||
tests:
|
tests:
|
||||||
sample.drivers.led.ws2812:
|
sample.drivers.led.ws2812:
|
||||||
platform_whitelist: bbc_microbit nrf51_pca10028 nrf52_pca10040
|
platform_whitelist: bbc_microbit nrf51dk_nrf51422 nrf52_pca10040
|
||||||
tags: LED
|
tags: LED
|
||||||
|
|
|
@ -7,6 +7,6 @@ common:
|
||||||
tests:
|
tests:
|
||||||
sample.mcumg.smp_svr.nrf51:
|
sample.mcumg.smp_svr.nrf51:
|
||||||
extra_args: CONF_FILE="prj_tiny.conf"
|
extra_args: CONF_FILE="prj_tiny.conf"
|
||||||
platform_whitelist: nrf51_pca10028
|
platform_whitelist: nrf51dk_nrf51422
|
||||||
sample.mcumg.smp_svr.nrf52:
|
sample.mcumg.smp_svr.nrf52:
|
||||||
platform_whitelist: nrf52_pca10040 nrf52840_pca10056
|
platform_whitelist: nrf52_pca10040 nrf52840_pca10056
|
||||||
|
|
|
@ -22,11 +22,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 nrf51_pca10028 board.
|
application for the nrf51dk_nrf51422 board.
|
||||||
|
|
||||||
.. zephyr-app-commands::
|
.. zephyr-app-commands::
|
||||||
:zephyr-app: samples/subsys/nvs
|
:zephyr-app: samples/subsys/nvs
|
||||||
:board: nrf51_pca10028
|
:board: nrf51dk_nrf51422
|
||||||
:goals: build flash
|
:goals: build flash
|
||||||
:compact:
|
:compact:
|
||||||
|
|
||||||
|
|
|
@ -5,6 +5,6 @@ footprint
|
||||||
-p
|
-p
|
||||||
frdm_k64f
|
frdm_k64f
|
||||||
-p
|
-p
|
||||||
nrf51_pca10028
|
nrf51dk_nrf51422
|
||||||
-p
|
-p
|
||||||
nrf52_pca10040
|
nrf52_pca10040
|
||||||
|
|
|
@ -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_NRF51_PCA10028 || BOARD_NRF52_PCA10040 || BOARD_NRF52810_PCA10040 || BOARD_NRF52840_PCA10056 || BOARD_RV32M1_VEGA
|
depends on BOARD_NRF51DK_NRF51422 || BOARD_NRF52_PCA10040 || BOARD_NRF52810_PCA10040 || BOARD_NRF52840_PCA10056 || 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
|
||||||
|
|
|
@ -31,7 +31,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_NRF51_PCA10028)
|
#elif defined(CONFIG_BOARD_NRF51DK_NRF51422)
|
||||||
#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)
|
||||||
|
|
|
@ -76,35 +76,35 @@ tests:
|
||||||
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: nrf52840_pca10056 nrf52_pca10040
|
||||||
nrf51_pca10028 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: nrf52840_pca10056 nrf52_pca10040
|
||||||
nrf51_pca10028
|
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: nrf52840_pca10056 nrf52_pca10040
|
||||||
nrf51_pca10028
|
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: nrf52840_pca10056 nrf52_pca10040
|
||||||
nrf51_pca10028 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: nrf52840_pca10056 nrf52_pca10040
|
||||||
nrf51_pca10028
|
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: nrf52840_pca10056 nrf52_pca10040
|
||||||
nrf51_pca10028
|
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: nrf52840_pca10056 nrf52_pca10040
|
||||||
nrf51_pca10028
|
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: nrf52840_pca10056 nrf52_pca10040
|
||||||
nrf51_pca10028
|
nrf51dk_nrf51422
|
||||||
bluetooth.init.test_h5:
|
bluetooth.init.test_h5:
|
||||||
extra_args: CONF_FILE=prj_h5.conf
|
extra_args: CONF_FILE=prj_h5.conf
|
||||||
platform_whitelist: qemu_cortex_m3
|
platform_whitelist: qemu_cortex_m3
|
||||||
|
|
|
@ -1,27 +1,27 @@
|
||||||
tests:
|
tests:
|
||||||
bluetooth.mesh.main:
|
bluetooth.mesh.main:
|
||||||
build_only: true
|
build_only: true
|
||||||
platform_whitelist: qemu_x86 nrf51_pca10028 nrf52840_pca10056
|
platform_whitelist: qemu_x86 nrf51dk_nrf51422 nrf52840_pca10056
|
||||||
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 nrf51_pca10028 nrf52840_pca10056
|
platform_whitelist: qemu_x86 nrf51dk_nrf51422 nrf52840_pca10056
|
||||||
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 nrf51_pca10028 nrf52840_pca10056
|
platform_whitelist: qemu_x86 nrf51dk_nrf51422 nrf52840_pca10056
|
||||||
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 nrf51_pca10028 nrf52840_pca10056
|
platform_whitelist: qemu_x86 nrf51dk_nrf51422 nrf52840_pca10056
|
||||||
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 nrf51_pca10028 nrf52840_pca10056
|
platform_whitelist: qemu_x86 nrf51dk_nrf51422 nrf52840_pca10056
|
||||||
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 nrf51_pca10028 nrf52840_pca10056
|
platform_whitelist: qemu_x86 nrf51dk_nrf51422 nrf52840_pca10056
|
||||||
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 nrf51_pca10028 nrf52840_pca10056
|
platform_whitelist: qemu_x86 nrf51dk_nrf51422 nrf52840_pca10056
|
||||||
tags: bluetooth mesh
|
tags: bluetooth mesh
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
tests:
|
tests:
|
||||||
bluetooth.mesh.mesh_shell:
|
bluetooth.mesh.mesh_shell:
|
||||||
platform_whitelist: qemu_cortex_m3 qemu_x86 nrf51_pca10028
|
platform_whitelist: qemu_cortex_m3 qemu_x86 nrf51dk_nrf51422
|
||||||
platform_exclude: nrf52810_pca10040
|
platform_exclude: nrf52810_pca10040
|
||||||
tags: bluetooth
|
tags: bluetooth
|
||||||
harness: keyboard
|
harness: keyboard
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
#include <zephyr.h>
|
#include <zephyr.h>
|
||||||
#include <ztest.h>
|
#include <ztest.h>
|
||||||
|
|
||||||
#if defined(CONFIG_BOARD_NRF51_PCA10028)
|
#if defined(CONFIG_BOARD_NRF51DK_NRF51422)
|
||||||
|
|
||||||
#include <hal/nrf_adc.h>
|
#include <hal/nrf_adc.h>
|
||||||
#define ADC_DEVICE_NAME DT_ADC_0_NAME
|
#define ADC_DEVICE_NAME DT_ADC_0_NAME
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
tests:
|
tests:
|
||||||
drivers.clock.clock_control_nrf5:
|
drivers.clock.clock_control_nrf5:
|
||||||
tags: drivers
|
tags: drivers
|
||||||
platform_whitelist: nrf51_pca10028 nrf52_pca10040 nrf52840_pca10056
|
platform_whitelist: nrf51dk_nrf51422 nrf52_pca10040 nrf52840_pca10056
|
||||||
nrf9160_pca10090
|
nrf9160_pca10090
|
||||||
drivers.clock.clock_control_nrf5_lfclk_rc:
|
drivers.clock.clock_control_nrf5_lfclk_rc:
|
||||||
tags: drivers
|
tags: drivers
|
||||||
platform_whitelist: nrf51_pca10028 nrf52_pca10040 nrf52840_pca10056
|
platform_whitelist: nrf51dk_nrf51422 nrf52_pca10040 nrf52840_pca10056
|
||||||
extra_args: CONF_FILE="nrf_lfclk_rc.conf"
|
extra_args: CONF_FILE="nrf_lfclk_rc.conf"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
tests:
|
tests:
|
||||||
drivers.clock.nrf5_clock_calibration:
|
drivers.clock.nrf5_clock_calibration:
|
||||||
tags: drivers
|
tags: drivers
|
||||||
platform_whitelist: nrf51_pca10028 nrf52_pca10040 nrf52840_pca10056
|
platform_whitelist: nrf51dk_nrf51422 nrf52_pca10040 nrf52840_pca10056
|
||||||
|
|
|
@ -6,7 +6,7 @@ tests:
|
||||||
bootloader.mcuboot.build:
|
bootloader.mcuboot.build:
|
||||||
tags: mcuboot
|
tags: mcuboot
|
||||||
build_only: true
|
build_only: true
|
||||||
platform_whitelist: nrf51_pca10028 nrf52_pca10040
|
platform_whitelist: nrf51dk_nrf51422 nrf52_pca10040
|
||||||
extra_configs:
|
extra_configs:
|
||||||
- CONFIG_BOOTLOADER_MCUBOOT=y
|
- CONFIG_BOOTLOADER_MCUBOOT=y
|
||||||
buildsystem.kconfig.utf8_in_values:
|
buildsystem.kconfig.utf8_in_values:
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
tests:
|
tests:
|
||||||
filesystem.fcb:
|
filesystem.fcb:
|
||||||
platform_whitelist: nrf52840_pca10056 nrf52_pca10040 nrf51_pca10028
|
platform_whitelist: nrf52840_pca10056 nrf52_pca10040 nrf51dk_nrf51422
|
||||||
native_posix native_posix_64
|
native_posix native_posix_64
|
||||||
tags: flash_circural_buffer
|
tags: flash_circural_buffer
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
tests:
|
tests:
|
||||||
storage.flash_map:
|
storage.flash_map:
|
||||||
platform_whitelist: nrf51_pca10028 qemu_x86 native_posix native_posix_64
|
platform_whitelist: nrf51dk_nrf51422 qemu_x86 native_posix native_posix_64
|
||||||
tags: flash_map
|
tags: flash_map
|
||||||
storage.flash_map.mpu:
|
storage.flash_map.mpu:
|
||||||
extra_args: OVERLAY_CONFIG=overlay-mpu.conf
|
extra_args: OVERLAY_CONFIG=overlay-mpu.conf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue