boards: nrf52810_pca10040: Rename to nrf52dk_nrf52810
The board target for emulation of nRF52810 on nRF5DK, so far known as nrf52810_pca10040, is renamed to nrf52dk_nrf52810. 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: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
parent
6656214af2
commit
205cf1595e
20 changed files with 35 additions and 29 deletions
|
@ -1,6 +1,6 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
# The nrf52810_pca10040 board mirrors the nRF52832 DK hardware. This
|
||||
# The nrf52dk_nrf52810 board mirrors the nRF52832 DK hardware. This
|
||||
# needs to be considered by certain system initialization functionality
|
||||
# residing in system_nrf52810.c and SoC dependent routines in nrfx_coredep.h.
|
||||
zephyr_compile_definitions(DEVELOP_IN_NRF52832)
|
|
@ -1,9 +1,9 @@
|
|||
# nRF52810 PCA10040 board configuration
|
||||
# nRF52 DK nRF52810 board configuration
|
||||
|
||||
# Copyright (c) 2018 Nordic Semiconductor ASA
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
if BOARD_NRF52810_PCA10040
|
||||
if BOARD_NRF52DK_NRF52810
|
||||
|
||||
config BOARD_ENABLE_DCDC
|
||||
bool "Enable DCDC mode"
|
||||
|
@ -15,4 +15,4 @@ config BOARD_ENABLE_DCDC
|
|||
config BT_CTLR
|
||||
default y if BT
|
||||
|
||||
endif # BOARD_NRF52810_PCA10040
|
||||
endif # BOARD_NRF52DK_NRF52810
|
|
@ -1,8 +1,8 @@
|
|||
# nRF52810 PCA10040 board configuration
|
||||
# nRF52 DK nRF52810 board configuration
|
||||
|
||||
# Copyright (c) 2018 Nordic Semiconductor ASA
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config BOARD_NRF52810_PCA10040
|
||||
bool "nRF52810 PCA10040"
|
||||
config BOARD_NRF52DK_NRF52810
|
||||
bool "nRF52 DK NRF52810"
|
||||
depends on SOC_NRF52810_QFAA
|
|
@ -1,15 +1,15 @@
|
|||
# nRF52810 PCA10040 board configuration
|
||||
# nRF52 DK nRF52810 board configuration
|
||||
|
||||
# Copyright (c) 2018 Nordic Semiconductor ASA
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
if BOARD_NRF52810_PCA10040
|
||||
if BOARD_NRF52DK_NRF52810
|
||||
|
||||
config BOARD
|
||||
default "nrf52810_pca10040"
|
||||
default "nrf52dk_nrf52810"
|
||||
|
||||
config ADC_0
|
||||
default y
|
||||
depends on ADC
|
||||
|
||||
endif # BOARD_NRF52810_PCA10040
|
||||
endif # BOARD_NRF52DK_NRF52810
|
|
@ -1,12 +1,12 @@
|
|||
.. _nrf52810_pca10040:
|
||||
.. _nrf52dk_nrf52810:
|
||||
|
||||
nRF52810-PCA10040
|
||||
#################
|
||||
nRF52810 emulation on nRF52 DK
|
||||
##############################
|
||||
|
||||
Overview
|
||||
********
|
||||
|
||||
The nrf52810_pca10040 board is a modified version of the :ref:`nrf52dk_nrf52832`
|
||||
The nrf52dk_nrf52810 board is a modified version of the :ref:`nrf52dk_nrf52832`
|
||||
that enforces the limitations imposed by the nRF52810 IC, which is a
|
||||
cost-reduced variant of the original nRF52832. Since Nordic does not offer a
|
||||
development kit for the nRF52810 you can use this board to develop for this
|
||||
|
@ -15,6 +15,10 @@ IC while using the nRF52 Development Kit (PCA10040).
|
|||
See :ref:`nrf52dk_nrf52832` for more information about the development board and
|
||||
`nRF52810 website`_ for the official reference on the IC itself.
|
||||
|
||||
.. note::
|
||||
|
||||
In previous Zephyr releases this board was named *nrf52810_pca10040*.
|
||||
|
||||
References
|
||||
**********
|
||||
|
|
@ -10,8 +10,8 @@
|
|||
#include <nordic/nrf52810_qfaa.dtsi>
|
||||
|
||||
/ {
|
||||
model = "Nordic PCA10040 Dev Kit";
|
||||
compatible = "nordic,pca10040-dk", "nordic,nrf52810-qfaa",
|
||||
model = "Nordic nRF52 DK NRF52810";
|
||||
compatible = "nordic,nrf52-dk-nrf52810", "nordic,nrf52810-qfaa",
|
||||
"nordic,nrf52810";
|
||||
|
||||
chosen {
|
|
@ -1,5 +1,5 @@
|
|||
identifier: nrf52810_pca10040
|
||||
name: nRF52810-PCA10040
|
||||
identifier: nrf52dk_nrf52810
|
||||
name: nRF52-DK-NRF52810
|
||||
type: mcu
|
||||
arch: arm
|
||||
toolchain:
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
CONFIG_SOC_SERIES_NRF52X=y
|
||||
CONFIG_SOC_NRF52810_QFAA=y
|
||||
CONFIG_BOARD_NRF52810_PCA10040=y
|
||||
CONFIG_BOARD_NRF52DK_NRF52810=y
|
||||
|
||||
# Enable MPU
|
||||
CONFIG_ARM_MPU=y
|
|
@ -11,6 +11,7 @@
|
|||
set(nrf51_pca10028_DEPRECATED nrf51dk_nrf51422)
|
||||
set(nrf51_pca10031_DEPRECATED nrf51dongle_nrf51422)
|
||||
set(nrf52_pca10040_DEPRECATED nrf52dk_nrf52832)
|
||||
set(nrf52810_pca10040_DEPRECATED nrf52dk_nrf52810)
|
||||
set(nrf52840_pca10056_DEPRECATED nrf52840dk_nrf52840)
|
||||
set(nrf52811_pca10056_DEPRECATED nrf52840dk_nrf52811)
|
||||
set(nrf9160_pca10090_DEPRECATED nrf9160dk_nrf9160)
|
||||
|
|
|
@ -340,7 +340,8 @@ html_redirect_pages = [
|
|||
('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/nrf52810_pca10040/doc/nrf52810_pca10040', 'boards/arm/nrf52810_pca10040/doc/index'),
|
||||
('boards/arm/nrf52810_pca10040/doc/nrf52810_pca10040', 'boards/arm/nrf52dk_nrf52810/doc/index'),
|
||||
('boards/arm/nrf52810_pca10040/doc/nrf52810_pca10040/index', 'boards/arm/nrf52dk_nrf52810/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/nrf9160_pca10090/doc/nrf9160_pca10090/index', 'boards/arm/nrf9160dk_nrf9160/doc/index'),
|
||||
|
|
|
@ -970,7 +970,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_NRF52810_PCA10040 || BOARD_NRF52840DK_NRF52840 || BOARD_RV32M1_VEGA
|
||||
depends on BOARD_NRF51DK_NRF51422 || BOARD_NRF52DK_NRF52832 || BOARD_NRF52DK_NRF52810 || BOARD_NRF52840DK_NRF52840 || 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
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
#define DEBUG_PIN8 BIT(10)
|
||||
#define DEBUG_PIN9 BIT(11)
|
||||
#elif defined(CONFIG_BOARD_NRF52DK_NRF52832) || \
|
||||
defined(CONFIG_BOARD_NRF52810_PCA10040)
|
||||
defined(CONFIG_BOARD_NRF52DK_NRF52810)
|
||||
#define DEBUG_PORT NRF_GPIO
|
||||
#define DEBUG_PIN0 BIT(11)
|
||||
#define DEBUG_PIN1 BIT(12)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
tests:
|
||||
bluetooth.mesh.mesh_shell:
|
||||
platform_whitelist: qemu_cortex_m3 qemu_x86 nrf51dk_nrf51422
|
||||
platform_exclude: nrf52810_pca10040
|
||||
platform_exclude: nrf52dk_nrf52810
|
||||
tags: bluetooth
|
||||
harness: keyboard
|
||||
|
|
|
@ -3,7 +3,7 @@ tests:
|
|||
extra_configs:
|
||||
- CONFIG_NATIVE_UART_0_ON_STDINOUT=y
|
||||
platform_whitelist: qemu_cortex_m3 qemu_x86 native_posix native_posix_64 nrf52840dk_nrf52840
|
||||
platform_exclude: nrf52810_pca10040
|
||||
platform_exclude: nrf52dk_nrf52810
|
||||
tags: bluetooth
|
||||
harness: keyboard
|
||||
min_flash: 145
|
||||
|
@ -12,7 +12,7 @@ tests:
|
|||
- CONFIG_NATIVE_UART_0_ON_STDINOUT=y
|
||||
extra_args: CONF_FILE="prj_br.conf"
|
||||
platform_whitelist: qemu_cortex_m3 qemu_x86 native_posix native_posix_64
|
||||
platform_exclude: nrf52810_pca10040
|
||||
platform_exclude: nrf52dk_nrf52810
|
||||
tags: bluetooth
|
||||
harness: keyboard
|
||||
bluetooth.shell.adv_ext:
|
||||
|
|
|
@ -3,4 +3,4 @@ tests:
|
|||
tags: kernel userspace
|
||||
min_ram: 16
|
||||
min_flash: 34
|
||||
platform_exclude: nrf52810_pca10040
|
||||
platform_exclude: nrf52dk_nrf52810
|
||||
|
|
|
@ -2,4 +2,4 @@ tests:
|
|||
kernel.scheduler.metairq:
|
||||
tags: kernel
|
||||
filter: not CONFIG_SMP
|
||||
platform_exclude: nrf52810_pca10040
|
||||
platform_exclude: nrf52dk_nrf52810
|
||||
|
|
|
@ -2,4 +2,4 @@ tests:
|
|||
kernel.scheduler.preempt:
|
||||
tags: kernel
|
||||
filter: not CONFIG_SMP
|
||||
platform_exclude: nrf52810_pca10040
|
||||
platform_exclude: nrf52dk_nrf52810
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue