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

@ -1,9 +1,9 @@
tests:
drivers.clock.clock_control_nrf5:
tags: drivers
platform_whitelist: nrf51dk_nrf51422 nrf52_pca10040 nrf52840_pca10056
platform_whitelist: nrf51dk_nrf51422 nrf52_pca10040 nrf52840dk_nrf52840
nrf9160_pca10090
drivers.clock.clock_control_nrf5_lfclk_rc:
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"