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:
Ioannis Glaropoulos 2020-03-13 16:28:48 +01:00 committed by Carles Cufí
commit f3807f19dc
42 changed files with 68 additions and 67 deletions

View file

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