diff --git a/boards/nordic_nrf/nrf51dk/Kconfig.defconfig b/boards/nordic_nrf/nrf51dk/Kconfig.defconfig index c8c41206101..ae8e85130f3 100644 --- a/boards/nordic_nrf/nrf51dk/Kconfig.defconfig +++ b/boards/nordic_nrf/nrf51dk/Kconfig.defconfig @@ -1,11 +1,11 @@ -# nRF51 DK NRF51422 board configuration +# nRF51 DK NRF51822 board configuration # Copyright (c) 2016 Linaro Limited. # SPDX-License-Identifier: Apache-2.0 -if BOARD_NRF51DK_NRF51422 +if BOARD_NRF51DK_NRF51822 config BT_CTLR default BT -endif # BOARD_NRF51DK_NRF51422 +endif # BOARD_NRF51DK_NRF51822 diff --git a/boards/nordic_nrf/nrf51dk/board.yml b/boards/nordic_nrf/nrf51dk/board.yml index 1150c0fd44b..a2731fdba17 100644 --- a/boards/nordic_nrf/nrf51dk/board.yml +++ b/boards/nordic_nrf/nrf51dk/board.yml @@ -2,4 +2,4 @@ board: name: nrf51dk vendor: Nordic Semiconductor socs: - - name: nrf51422 + - name: nrf51822 diff --git a/boards/nordic_nrf/nrf51dk/doc/img/nrf51dk_nrf51422.jpg b/boards/nordic_nrf/nrf51dk/doc/img/nrf51dk_nrf51822.jpg similarity index 100% rename from boards/nordic_nrf/nrf51dk/doc/img/nrf51dk_nrf51422.jpg rename to boards/nordic_nrf/nrf51dk/doc/img/nrf51dk_nrf51822.jpg diff --git a/boards/nordic_nrf/nrf51dk/doc/index.rst b/boards/nordic_nrf/nrf51dk/doc/index.rst index 4921b9f37cb..60e9057bfa2 100644 --- a/boards/nordic_nrf/nrf51dk/doc/index.rst +++ b/boards/nordic_nrf/nrf51dk/doc/index.rst @@ -7,7 +7,7 @@ Overview ******** The nRF51 Development Kit (PCA10028) hardware provides support for the Nordic -Semiconductor nRF51422 ARM Cortex-M0 CPU and the following devices: +Semiconductor nRF51822 ARM Cortex-M0 CPU and the following devices: * :abbr:`ADC (Analog to Digital Converter)` * CLOCK @@ -22,7 +22,7 @@ Semiconductor nRF51422 ARM Cortex-M0 CPU and the following devices: * :abbr:`UART (Universal asynchronous receiver-transmitter)` * :abbr:`WDT (Watchdog Timer)` -.. figure:: img/nrf51dk_nrf51422.jpg +.. figure:: img/nrf51dk_nrf51822.jpg :align: center :alt: nRF51 DK @@ -43,7 +43,7 @@ is 16 MHz. Supported Features ================== -The nrf51dk_nrf51422 board configuration supports the following nRF51 +The nrf51dk/nrf51822 board configuration supports the following nRF51 hardware features: +-----------+------------+----------------------+ @@ -125,7 +125,7 @@ Then build and flash the application in the usual way. .. zephyr-app-commands:: :zephyr-app: samples/hello_world - :board: nrf51dk_nrf51422 + :board: nrf51dk/nrf51822 :goals: build flash 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 your board. The button and LED definitions can be found in -:zephyr_file:`boards/nordic_nrf/nrf51dk/nrf51dk_nrf51422.dts`. +:zephyr_file:`boards/nordic_nrf/nrf51dk/nrf51dk_nrf51822.dts`. References ********** diff --git a/boards/nordic_nrf/nrf51dk/nrf51dk_nrf51422-pinctrl.dtsi b/boards/nordic_nrf/nrf51dk/nrf51dk_nrf51822-pinctrl.dtsi similarity index 100% rename from boards/nordic_nrf/nrf51dk/nrf51dk_nrf51422-pinctrl.dtsi rename to boards/nordic_nrf/nrf51dk/nrf51dk_nrf51822-pinctrl.dtsi diff --git a/boards/nordic_nrf/nrf51dk/nrf51dk_nrf51422.dts b/boards/nordic_nrf/nrf51dk/nrf51dk_nrf51822.dts similarity index 96% rename from boards/nordic_nrf/nrf51dk/nrf51dk_nrf51422.dts rename to boards/nordic_nrf/nrf51dk/nrf51dk_nrf51822.dts index cf18877f017..15e74d15f40 100644 --- a/boards/nordic_nrf/nrf51dk/nrf51dk_nrf51422.dts +++ b/boards/nordic_nrf/nrf51dk/nrf51dk_nrf51822.dts @@ -6,12 +6,12 @@ /dts-v1/; #include -#include "nrf51dk_nrf51422-pinctrl.dtsi" +#include "nrf51dk_nrf51822-pinctrl.dtsi" #include / { - model = "Nordic nRF51 DK NRF51422"; - compatible = "nordic,nrf51-dk-nrf51422"; + model = "Nordic nRF51 DK NRF51822"; + compatible = "nordic,nrf51-dk-nrf51822"; chosen { zephyr,console = &uart0; diff --git a/boards/nordic_nrf/nrf51dk/nrf51dk_nrf51422.yaml b/boards/nordic_nrf/nrf51dk/nrf51dk_nrf51822.yaml similarity index 81% rename from boards/nordic_nrf/nrf51dk/nrf51dk_nrf51422.yaml rename to boards/nordic_nrf/nrf51dk/nrf51dk_nrf51822.yaml index feff750343e..e3aab4cbf85 100644 --- a/boards/nordic_nrf/nrf51dk/nrf51dk_nrf51422.yaml +++ b/boards/nordic_nrf/nrf51dk/nrf51dk_nrf51822.yaml @@ -1,5 +1,5 @@ -identifier: nrf51dk/nrf51422 -name: nRF51-DK-NRF51422 +identifier: nrf51dk/nrf51822 +name: nRF51-DK-NRF51822 type: mcu arch: arm toolchain: diff --git a/boards/nordic_nrf/nrf51dk/nrf51dk_nrf51422_defconfig b/boards/nordic_nrf/nrf51dk/nrf51dk_nrf51822_defconfig similarity index 100% rename from boards/nordic_nrf/nrf51dk/nrf51dk_nrf51422_defconfig rename to boards/nordic_nrf/nrf51dk/nrf51dk_nrf51822_defconfig diff --git a/boards/nordic_nrf/nrf51dongle/Kconfig.defconfig b/boards/nordic_nrf/nrf51dongle/Kconfig.defconfig index d3c09ec6cbe..fed53a7a316 100644 --- a/boards/nordic_nrf/nrf51dongle/Kconfig.defconfig +++ b/boards/nordic_nrf/nrf51dongle/Kconfig.defconfig @@ -1,4 +1,4 @@ -# nRF51 Dongle NRF51422 board configuration +# nRF51 Dongle NRF51822 board configuration # Copyright (c) 2018-2020 Nordic Semiconductor ASA. # SPDX-License-Identifier: Apache-2.0 diff --git a/boards/nordic_nrf/nrf51dongle/Kconfig.nrf51dongle b/boards/nordic_nrf/nrf51dongle/Kconfig.nrf51dongle index 53fd9c02bf6..a13b3e208be 100644 --- a/boards/nordic_nrf/nrf51dongle/Kconfig.nrf51dongle +++ b/boards/nordic_nrf/nrf51dongle/Kconfig.nrf51dongle @@ -1,4 +1,4 @@ -# nRF51 Dongle NRF51422 board configuration +# nRF51 Dongle NRF51822 board configuration # Copyright (c) 2018 Nordic Semiconductor ASA. # SPDX-License-Identifier: Apache-2.0 diff --git a/boards/nordic_nrf/nrf51dongle/board.yml b/boards/nordic_nrf/nrf51dongle/board.yml index cf6c05e3a36..3d1f768dd49 100644 --- a/boards/nordic_nrf/nrf51dongle/board.yml +++ b/boards/nordic_nrf/nrf51dongle/board.yml @@ -2,4 +2,4 @@ board: name: nrf51dongle vendor: Nordic Semiconductor socs: - - name: nrf51422 + - name: nrf51822 diff --git a/boards/nordic_nrf/nrf51dongle/doc/img/nrf51dongle_nrf51422.jpg b/boards/nordic_nrf/nrf51dongle/doc/img/nrf51dongle_nrf51822.jpg similarity index 100% rename from boards/nordic_nrf/nrf51dongle/doc/img/nrf51dongle_nrf51422.jpg rename to boards/nordic_nrf/nrf51dongle/doc/img/nrf51dongle_nrf51822.jpg diff --git a/boards/nordic_nrf/nrf51dongle/doc/index.rst b/boards/nordic_nrf/nrf51dongle/doc/index.rst index 65c93d35afb..720ff3a5986 100644 --- a/boards/nordic_nrf/nrf51dongle/doc/index.rst +++ b/boards/nordic_nrf/nrf51dongle/doc/index.rst @@ -22,7 +22,7 @@ Semiconductor nRF51822 ARM Cortex-M0 CPU and the following devices: * :abbr:`UART (Universal asynchronous receiver-transmitter)` * :abbr:`WDT (Watchdog Timer)` -.. figure:: img/nrf51dongle_nrf51422.jpg +.. figure:: img/nrf51dongle_nrf51822.jpg :align: center :alt: nRF51 Dongle @@ -43,7 +43,7 @@ is 16 MHz. Supported Features ================== -The nrf51dongle_nrf51422 board configuration supports the following nRF51 +The nrf51dongle/nrf51822 board configuration supports the following nRF51 hardware features: +-----------+------------+----------------------+ @@ -120,7 +120,7 @@ Then build and flash the application in the usual way. .. zephyr-app-commands:: :zephyr-app: samples/hello_world - :board: nrf51dongle/nrf51422 + :board: nrf51dongle/nrf51822 :goals: build flash Debugging diff --git a/boards/nordic_nrf/nrf51dongle/nrf51dongle_nrf51422-pinctrl.dtsi b/boards/nordic_nrf/nrf51dongle/nrf51dongle_nrf51822-pinctrl.dtsi similarity index 100% rename from boards/nordic_nrf/nrf51dongle/nrf51dongle_nrf51422-pinctrl.dtsi rename to boards/nordic_nrf/nrf51dongle/nrf51dongle_nrf51822-pinctrl.dtsi diff --git a/boards/nordic_nrf/nrf51dongle/nrf51dongle_nrf51422.dts b/boards/nordic_nrf/nrf51dongle/nrf51dongle_nrf51822.dts similarity index 93% rename from boards/nordic_nrf/nrf51dongle/nrf51dongle_nrf51422.dts rename to boards/nordic_nrf/nrf51dongle/nrf51dongle_nrf51822.dts index 59751e80840..746b2ca767c 100644 --- a/boards/nordic_nrf/nrf51dongle/nrf51dongle_nrf51422.dts +++ b/boards/nordic_nrf/nrf51dongle/nrf51dongle_nrf51822.dts @@ -6,11 +6,11 @@ /dts-v1/; #include -#include "nrf51dongle_nrf51422-pinctrl.dtsi" +#include "nrf51dongle_nrf51822-pinctrl.dtsi" / { - model = "Nordic nRF51 Dongle NRF51422"; - compatible = "nordic,nrf51-dongle-nrf51422"; + model = "Nordic nRF51 Dongle NRF51822"; + compatible = "nordic,nrf51-dongle-nrf51822"; chosen { zephyr,console = &uart0; diff --git a/boards/nordic_nrf/nrf51dongle/nrf51dongle_nrf51422.yaml b/boards/nordic_nrf/nrf51dongle/nrf51dongle_nrf51822.yaml similarity index 67% rename from boards/nordic_nrf/nrf51dongle/nrf51dongle_nrf51422.yaml rename to boards/nordic_nrf/nrf51dongle/nrf51dongle_nrf51822.yaml index 5bcefe3e3d3..8622e018ba3 100644 --- a/boards/nordic_nrf/nrf51dongle/nrf51dongle_nrf51422.yaml +++ b/boards/nordic_nrf/nrf51dongle/nrf51dongle_nrf51822.yaml @@ -1,5 +1,5 @@ -identifier: nrf51dongle/nrf51422 -name: nRF51-Dongle-nRF51422 +identifier: nrf51dongle/nrf51822 +name: nRF51-Dongle-nRF51822 type: mcu arch: arm toolchain: diff --git a/boards/nordic_nrf/nrf51dongle/nrf51dongle_nrf51422_defconfig b/boards/nordic_nrf/nrf51dongle/nrf51dongle_nrf51822_defconfig similarity index 100% rename from boards/nordic_nrf/nrf51dongle/nrf51dongle_nrf51422_defconfig rename to boards/nordic_nrf/nrf51dongle/nrf51dongle_nrf51822_defconfig diff --git a/doc/develop/beyond-GSG.rst b/doc/develop/beyond-GSG.rst index 657a82a20fc..8c965877a43 100644 --- a/doc/develop/beyond-GSG.rst +++ b/doc/develop/beyond-GSG.rst @@ -163,7 +163,7 @@ supported by a CMake file with content like this: # Variable foo_BOARD_ALIAS=bar replaces BOARD=foo with BOARD=bar and # sets BOARD_ALIAS=foo in the CMake cache. - set(pca10028_BOARD_ALIAS nrf51dk/nrf51422) + set(pca10028_BOARD_ALIAS nrf51dk/nrf51822) set(pca10056_BOARD_ALIAS nrf52840dk/nrf52840) set(k64f_BOARD_ALIAS frdm_k64f) set(sltb004a_BOARD_ALIAS efr32mg_sltb004a) diff --git a/samples/basic/fade_led/sample.yaml b/samples/basic/fade_led/sample.yaml index acfbc564960..eae1afefe5b 100644 --- a/samples/basic/fade_led/sample.yaml +++ b/samples/basic/fade_led/sample.yaml @@ -9,4 +9,4 @@ tests: harness: led filter: dt_alias_exists("pwm-led0") and dt_compat_enabled("pwm-leds") integration_platforms: - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 diff --git a/samples/basic/minimal/sample.yaml b/samples/basic/minimal/sample.yaml index 26c419ce0c3..54e0d718bdc 100644 --- a/samples/basic/minimal/sample.yaml +++ b/samples/basic/minimal/sample.yaml @@ -16,7 +16,7 @@ tests: - reel_board - frdm_k64f - mps2/an385 - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 - nucleo_f429zi - disco_l475_iot1 integration_platforms: @@ -28,7 +28,7 @@ tests: - reel_board - frdm_k64f - mps2/an385 - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 - nucleo_f429zi - disco_l475_iot1 sample.minimal.mt-no-preempt-no-timers.arm: @@ -38,7 +38,7 @@ tests: - reel_board - frdm_k64f - mps2/an385 - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 - nucleo_f429zi - disco_l475_iot1 sample.minimal.no-mt.arm: @@ -48,7 +48,7 @@ tests: - reel_board - frdm_k64f - mps2/an385 - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 - nucleo_f429zi - disco_l475_iot1 sample.minimal.no-mt-no-timers.arm: @@ -58,7 +58,7 @@ tests: - reel_board - frdm_k64f - mps2/an385 - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 - nucleo_f429zi - disco_l475_iot1 sample.minimal.mt.x86: diff --git a/samples/bluetooth/broadcaster/sample.yaml b/samples/bluetooth/broadcaster/sample.yaml index 8c8c5a3e976..7556e2aba7f 100644 --- a/samples/bluetooth/broadcaster/sample.yaml +++ b/samples/bluetooth/broadcaster/sample.yaml @@ -6,7 +6,7 @@ tests: platform_allow: - qemu_cortex_m3 - qemu_x86 - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 - nrf52dk/nrf52832 tags: bluetooth integration_platforms: diff --git a/samples/bluetooth/broadcaster_multiple/sample.yaml b/samples/bluetooth/broadcaster_multiple/sample.yaml index e7a88b39d0f..96e274f5514 100644 --- a/samples/bluetooth/broadcaster_multiple/sample.yaml +++ b/samples/bluetooth/broadcaster_multiple/sample.yaml @@ -6,7 +6,7 @@ tests: platform_allow: - qemu_cortex_m3 - qemu_x86 - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 - nrf52_bsim - nrf52dk/nrf52832 tags: bluetooth diff --git a/samples/bluetooth/central_ht/sample.yaml b/samples/bluetooth/central_ht/sample.yaml index 7220996c7c2..f41b2289705 100644 --- a/samples/bluetooth/central_ht/sample.yaml +++ b/samples/bluetooth/central_ht/sample.yaml @@ -6,7 +6,7 @@ tests: platform_allow: - qemu_cortex_m3 - qemu_x86 - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 - nrf52dk/nrf52832 tags: bluetooth integration_platforms: diff --git a/samples/bluetooth/hci_pwr_ctrl/sample.yaml b/samples/bluetooth/hci_pwr_ctrl/sample.yaml index 3b15f253bb3..67733b7edd0 100644 --- a/samples/bluetooth/hci_pwr_ctrl/sample.yaml +++ b/samples/bluetooth/hci_pwr_ctrl/sample.yaml @@ -5,7 +5,7 @@ tests: harness: bluetooth platform_allow: - bbc_microbit - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 - nrf52dk/nrf52832 - qemu_cortex_m3 - qemu_x86 diff --git a/samples/bluetooth/hci_spi/boards/nrf51dk_nrf51422.overlay b/samples/bluetooth/hci_spi/boards/nrf51dk_nrf51822.overlay similarity index 100% rename from samples/bluetooth/hci_spi/boards/nrf51dk_nrf51422.overlay rename to samples/bluetooth/hci_spi/boards/nrf51dk_nrf51822.overlay diff --git a/samples/bluetooth/hci_spi/sample.yaml b/samples/bluetooth/hci_spi/sample.yaml index e06458ac25e..37d66fdb80a 100644 --- a/samples/bluetooth/hci_spi/sample.yaml +++ b/samples/bluetooth/hci_spi/sample.yaml @@ -6,10 +6,10 @@ tests: harness: bluetooth platform_allow: - 96b_carbon/nrf51822 - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 integration_platforms: - 96b_carbon/nrf51822 - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 tags: - bluetooth - spi diff --git a/samples/bluetooth/hci_uart/boards/nrf51dk_nrf51422.conf b/samples/bluetooth/hci_uart/boards/nrf51dk_nrf51822.conf similarity index 100% rename from samples/bluetooth/hci_uart/boards/nrf51dk_nrf51422.conf rename to samples/bluetooth/hci_uart/boards/nrf51dk_nrf51822.conf diff --git a/samples/bluetooth/hci_uart/boards/nrf51dk_nrf51422.overlay b/samples/bluetooth/hci_uart/boards/nrf51dk_nrf51822.overlay similarity index 100% rename from samples/bluetooth/hci_uart/boards/nrf51dk_nrf51422.overlay rename to samples/bluetooth/hci_uart/boards/nrf51dk_nrf51822.overlay diff --git a/samples/bluetooth/hci_uart/boards/nrf51dongle_nrf51422.conf b/samples/bluetooth/hci_uart/boards/nrf51dongle_nrf51822.conf similarity index 100% rename from samples/bluetooth/hci_uart/boards/nrf51dongle_nrf51422.conf rename to samples/bluetooth/hci_uart/boards/nrf51dongle_nrf51822.conf diff --git a/samples/bluetooth/hci_uart/boards/nrf51dongle_nrf51422.overlay b/samples/bluetooth/hci_uart/boards/nrf51dongle_nrf51822.overlay similarity index 100% rename from samples/bluetooth/hci_uart/boards/nrf51dongle_nrf51422.overlay rename to samples/bluetooth/hci_uart/boards/nrf51dongle_nrf51822.overlay diff --git a/samples/bluetooth/peripheral_ht/sample.yaml b/samples/bluetooth/peripheral_ht/sample.yaml index bc43bede94e..4ff509843e0 100644 --- a/samples/bluetooth/peripheral_ht/sample.yaml +++ b/samples/bluetooth/peripheral_ht/sample.yaml @@ -7,7 +7,7 @@ tests: platform_allow: - qemu_cortex_m3 - qemu_x86 - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 - nrf52dk/nrf52832 tags: bluetooth integration_platforms: diff --git a/samples/boards/nrf/clock_skew/sample.yaml b/samples/boards/nrf/clock_skew/sample.yaml index fc31bfc242a..3da8823ea51 100644 --- a/samples/boards/nrf/clock_skew/sample.yaml +++ b/samples/boards/nrf/clock_skew/sample.yaml @@ -6,7 +6,7 @@ tests: platform_allow: - nrf52840dk/nrf52840 - nrf52dk/nrf52832 - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 tags: power integration_platforms: - nrf52840dk/nrf52840 diff --git a/samples/boards/nrf/system_off/sample.yaml b/samples/boards/nrf/system_off/sample.yaml index f62f17fab85..0a58d8fc009 100644 --- a/samples/boards/nrf/system_off/sample.yaml +++ b/samples/boards/nrf/system_off/sample.yaml @@ -10,7 +10,7 @@ tests: platform_allow: - nrf52840dk/nrf52840 - nrf52dk/nrf52832 - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 sample.boards.nrf.system_off.retained: build_only: true platform_allow: diff --git a/samples/drivers/adc/boards/nrf51dk_nrf51422.overlay b/samples/drivers/adc/boards/nrf51dk_nrf51822.overlay similarity index 100% rename from samples/drivers/adc/boards/nrf51dk_nrf51422.overlay rename to samples/drivers/adc/boards/nrf51dk_nrf51822.overlay diff --git a/samples/drivers/adc/sample.yaml b/samples/drivers/adc/sample.yaml index dc0d76fcb00..cda91c23287 100644 --- a/samples/drivers/adc/sample.yaml +++ b/samples/drivers/adc/sample.yaml @@ -13,7 +13,7 @@ tests: - cy8cproto_063_ble - stm32l496g_disco - stm32h735g_disco - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 - nrf52840dk/nrf52840 - mec172xevb_assy6906 - gd32f350r_eval diff --git a/samples/drivers/counter/alarm/boards/nrf51dk_nrf51422.overlay b/samples/drivers/counter/alarm/boards/nrf51dk_nrf51822.overlay similarity index 100% rename from samples/drivers/counter/alarm/boards/nrf51dk_nrf51422.overlay rename to samples/drivers/counter/alarm/boards/nrf51dk_nrf51822.overlay diff --git a/samples/drivers/counter/alarm/sample.yaml b/samples/drivers/counter/alarm/sample.yaml index ab8a74bc63c..6b93637ccaa 100644 --- a/samples/drivers/counter/alarm/sample.yaml +++ b/samples/drivers/counter/alarm/sample.yaml @@ -8,7 +8,7 @@ tests: harness: console platform_allow: - nucleo_f746zg - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 - nrf52dk/nrf52832 - nrf52840dk/nrf52840 - nrf9160dk/nrf9160 diff --git a/samples/drivers/counter/maxim_ds3231/boards/nrf51dk_nrf51422.overlay b/samples/drivers/counter/maxim_ds3231/boards/nrf51dk_nrf51822.overlay similarity index 100% rename from samples/drivers/counter/maxim_ds3231/boards/nrf51dk_nrf51422.overlay rename to samples/drivers/counter/maxim_ds3231/boards/nrf51dk_nrf51822.overlay diff --git a/samples/drivers/counter/maxim_ds3231/sample.yaml b/samples/drivers/counter/maxim_ds3231/sample.yaml index 4fbc6cd12e5..bf32d825e7a 100644 --- a/samples/drivers/counter/maxim_ds3231/sample.yaml +++ b/samples/drivers/counter/maxim_ds3231/sample.yaml @@ -8,7 +8,7 @@ tests: platform_allow: - efr32mg_sltb004a - frdm_k64f - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 - nucleo_l476rg - particle_xenon integration_platforms: diff --git a/samples/drivers/led_ws2812/README.rst b/samples/drivers/led_ws2812/README.rst index 2d5203b38f4..7f4b3f48f3b 100644 --- a/samples/drivers/led_ws2812/README.rst +++ b/samples/drivers/led_ws2812/README.rst @@ -118,7 +118,7 @@ SPI driver: GPIO driver (cortex-M0 only): - bbc_microbit -- nrf51dk/nrf51422 +- nrf51dk/nrf51822 References ********** diff --git a/samples/drivers/led_ws2812/boards/nrf51dk_nrf51422.conf b/samples/drivers/led_ws2812/boards/nrf51dk_nrf51822.conf similarity index 100% rename from samples/drivers/led_ws2812/boards/nrf51dk_nrf51422.conf rename to samples/drivers/led_ws2812/boards/nrf51dk_nrf51822.conf diff --git a/samples/drivers/led_ws2812/boards/nrf51dk_nrf51422.overlay b/samples/drivers/led_ws2812/boards/nrf51dk_nrf51822.overlay similarity index 100% rename from samples/drivers/led_ws2812/boards/nrf51dk_nrf51422.overlay rename to samples/drivers/led_ws2812/boards/nrf51dk_nrf51822.overlay diff --git a/samples/sensor/die_temp_polling/boards/nrf51dk_nrf51422.overlay b/samples/sensor/die_temp_polling/boards/nrf51dk_nrf51822.overlay similarity index 100% rename from samples/sensor/die_temp_polling/boards/nrf51dk_nrf51422.overlay rename to samples/sensor/die_temp_polling/boards/nrf51dk_nrf51822.overlay diff --git a/samples/subsys/nvs/README.rst b/samples/subsys/nvs/README.rst index 1d249db96c7..c9912631614 100644 --- a/samples/subsys/nvs/README.rst +++ b/samples/subsys/nvs/README.rst @@ -23,11 +23,11 @@ Building and Running 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 -application for the nrf51dk/nrf51422 board. +application for the nrf51dk/nrf51822 board. .. zephyr-app-commands:: :zephyr-app: samples/subsys/nvs - :board: nrf51dk/nrf51422 + :board: nrf51dk/nrf51822 :goals: build flash :compact: diff --git a/scripts/footprint/plan.txt b/scripts/footprint/plan.txt index c9860677059..8e3f5b1b089 100644 --- a/scripts/footprint/plan.txt +++ b/scripts/footprint/plan.txt @@ -3,7 +3,7 @@ footprints,userspace,frdm_k64f,tests/benchmarks/footprints,-DCONF_FILE=prj_users footprints,default,disco_l475_iot1,tests/benchmarks/footprints, footprints,userspace,disco_l475_iot1,tests/benchmarks/footprints,-DCONF_FILE=prj_userspace.conf footprints,default,nrf5340dk/nrf5340/cpuapp,tests/benchmarks/footprints, -footprints,default,nrf51dk/nrf51422,tests/benchmarks/footprints, +footprints,default,nrf51dk/nrf51822,tests/benchmarks/footprints, footprints,default,altera_max10,tests/benchmarks/footprints, footprints,default,hifive1_revb,tests/benchmarks/footprints, footprints,default,intel_ehl_crb,tests/benchmarks/footprints, diff --git a/soc/nordic_nrf/soc.yml b/soc/nordic_nrf/soc.yml index 2c3a0ff33c9..87f35a46558 100644 --- a/soc/nordic_nrf/soc.yml +++ b/soc/nordic_nrf/soc.yml @@ -3,7 +3,6 @@ family: series: - name: nrf51 socs: - - name: nrf51422 - name: nrf51822 - name: nrf52 socs: diff --git a/subsys/bluetooth/controller/Kconfig.ll_sw_split b/subsys/bluetooth/controller/Kconfig.ll_sw_split index 494c93abbe6..97f7161bf07 100644 --- a/subsys/bluetooth/controller/Kconfig.ll_sw_split +++ b/subsys/bluetooth/controller/Kconfig.ll_sw_split @@ -1209,7 +1209,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_NRF52DK_NRF52810 || BOARD_NRF52840DK_NRF52840 || BOARD_NRF52833DK_NRF52833 || BOARD_NRF5340DK_NRF5340_CPUNET || BOARD_RV32M1_VEGA + depends on BOARD_NRF51DK_NRF51822 || BOARD_NRF52DK_NRF52832 || BOARD_NRF52DK_NRF52810 || BOARD_NRF52840DK_NRF52840 || BOARD_NRF52833DK_NRF52833 || BOARD_NRF5340DK_NRF5340_CPUNET || 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 diff --git a/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/debug.h b/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/debug.h index 93229080688..dca94d2a811 100644 --- a/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/debug.h +++ b/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/debug.h @@ -74,7 +74,7 @@ #define DEBUG_PIN7 BIT(18) #define DEBUG_PIN8 BIT(19) #define DEBUG_PIN9 BIT(20) -#elif defined(CONFIG_BOARD_NRF51DK_NRF51422) +#elif defined(CONFIG_BOARD_NRF51DK_NRF51822) #define DEBUG_PORT NRF_GPIO #define DEBUG_PIN0 BIT(12) #define DEBUG_PIN1 BIT(13) diff --git a/tests/arch/arm/arm_no_multithreading/testcase.yaml b/tests/arch/arm/arm_no_multithreading/testcase.yaml index d1368b21077..855a94ca97e 100644 --- a/tests/arch/arm/arm_no_multithreading/testcase.yaml +++ b/tests/arch/arm/arm_no_multithreading/testcase.yaml @@ -13,6 +13,6 @@ tests: - mps3/an547 - nrf52840dk/nrf52840 - nrf9160dk/nrf9160 - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 integration_platforms: - qemu_cortex_m0 diff --git a/tests/bluetooth/adv/testcase.yaml b/tests/bluetooth/adv/testcase.yaml index fbf582ca1ee..d20f6436d1e 100644 --- a/tests/bluetooth/adv/testcase.yaml +++ b/tests/bluetooth/adv/testcase.yaml @@ -2,10 +2,10 @@ tests: bluetooth.adv: platform_allow: - nrf52_bsim - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 - nrf52840dk/nrf52840 tags: bluetooth slow: true timeout: 360 integration_platforms: - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 diff --git a/tests/bluetooth/init/testcase.yaml b/tests/bluetooth/init/testcase.yaml index ad10de5a027..63267a96c8e 100644 --- a/tests/bluetooth/init/testcase.yaml +++ b/tests/bluetooth/init/testcase.yaml @@ -78,40 +78,40 @@ tests: platform_allow: - nrf52840dk/nrf52840 - nrf52dk/nrf52832 - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 - rv32m1_vega/openisa_rv32m1/ri5cy integration_platforms: - nrf52840dk/nrf52840 - nrf52dk/nrf52832 - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 - rv32m1_vega/openisa_rv32m1/ri5cy bluetooth.init.test_ctlr_4_0: extra_args: CONF_FILE=prj_ctlr_4_0.conf platform_allow: - nrf52840dk/nrf52840 - nrf52dk/nrf52832 - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 integration_platforms: - nrf52dk/nrf52832 - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 bluetooth.init.test_ctlr_4_0_dbg: extra_args: CONF_FILE=prj_ctlr_4_0_dbg.conf platform_allow: - nrf52840dk/nrf52840 - nrf52dk/nrf52832 - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 integration_platforms: - nrf52dk/nrf52832 - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 bluetooth.init.test_ctlr_tiny: extra_args: CONF_FILE=prj_ctlr_tiny.conf platform_allow: - nrf52840dk/nrf52840 - nrf52dk/nrf52832 - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 integration_platforms: - nrf52dk/nrf52832 - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 bluetooth.init.test_ctlr_dbg: extra_args: - CONF_FILE=prj_ctlr_dbg.conf @@ -159,172 +159,172 @@ tests: platform_allow: - nrf52840dk/nrf52840 - nrf52dk/nrf52832 - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 - rv32m1_vega/openisa_rv32m1/ri5cy bluetooth.init.test_ctlr_peripheral: extra_args: CONF_FILE=prj_ctlr_peripheral.conf platform_allow: - nrf52840dk/nrf52840 - nrf52dk/nrf52832 - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 - rv32m1_vega/openisa_rv32m1/ri5cy bluetooth.init.test_ctlr_peripheral_priv: extra_args: CONF_FILE=prj_ctlr_peripheral_priv.conf platform_allow: - nrf52840dk/nrf52840 - nrf52dk/nrf52832 - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 - rv32m1_vega/openisa_rv32m1/ri5cy bluetooth.init.test_ctlr_observer: extra_args: CONF_FILE=prj_ctlr_observer.conf platform_allow: - nrf52840dk/nrf52840 - nrf52dk/nrf52832 - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 - rv32m1_vega/openisa_rv32m1/ri5cy integration_platforms: - nrf52dk/nrf52832 - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 - rv32m1_vega/openisa_rv32m1/ri5cy bluetooth.init.test_ctlr_central: extra_args: CONF_FILE=prj_ctlr_central.conf platform_allow: - nrf52840dk/nrf52840 - nrf52dk/nrf52832 - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 - rv32m1_vega/openisa_rv32m1/ri5cy integration_platforms: - nrf52dk/nrf52832 - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 - rv32m1_vega/openisa_rv32m1/ri5cy bluetooth.init.test_ctlr_central_priv: extra_args: CONF_FILE=prj_ctlr_central_priv.conf platform_allow: - nrf52840dk/nrf52840 - nrf52dk/nrf52832 - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 - rv32m1_vega/openisa_rv32m1/ri5cy integration_platforms: - nrf52dk/nrf52832 - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 - rv32m1_vega/openisa_rv32m1/ri5cy bluetooth.init.test_ctlr_broadcaster_ext: extra_args: CONF_FILE=prj_ctlr_broadcaster_ext.conf platform_allow: - nrf52840dk/nrf52840 - nrf52dk/nrf52832 - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 integration_platforms: - nrf52840dk/nrf52840 - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 bluetooth.init.test_ctlr_peripheral_ext: extra_args: CONF_FILE=prj_ctlr_peripheral_ext.conf platform_allow: - nrf52840dk/nrf52840 - nrf52dk/nrf52832 - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 integration_platforms: - nrf52840dk/nrf52840 - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 bluetooth.init.test_ctlr_peripheral_ext_priv: extra_args: CONF_FILE=prj_ctlr_peripheral_ext_priv.conf platform_allow: - nrf52840dk/nrf52840 - nrf52dk/nrf52832 - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 integration_platforms: - nrf52840dk/nrf52840 - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 bluetooth.init.test_ctlr_oberver_ext: extra_args: CONF_FILE=prj_ctlr_observer_ext.conf platform_allow: - nrf52840dk/nrf52840 - nrf52dk/nrf52832 - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 integration_platforms: - nrf52840dk/nrf52840 - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 bluetooth.init.test_ctlr_central_ext: extra_args: CONF_FILE=prj_ctlr_central_ext.conf platform_allow: - nrf52840dk/nrf52840 - nrf52dk/nrf52832 - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 integration_platforms: - nrf52840dk/nrf52840 - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 bluetooth.init.test_ctlr_central_ext_priv: extra_args: CONF_FILE=prj_ctlr_central_ext_priv.conf platform_allow: - nrf52840dk/nrf52840 - nrf52dk/nrf52832 - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 integration_platforms: - nrf52840dk/nrf52840 - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 bluetooth.init.test_ctlr_per_adv: extra_args: CONF_FILE=prj_ctlr_per_adv.conf platform_allow: - nrf52840dk/nrf52840 - nrf52dk/nrf52832 - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 integration_platforms: - nrf52840dk/nrf52840 - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 bluetooth.init.test_ctlr_per_adv_no_adi: extra_args: CONF_FILE=prj_ctlr_per_adv_no_adi.conf platform_allow: - nrf52840dk/nrf52840 - nrf52dk/nrf52832 - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 integration_platforms: - nrf52840dk/nrf52840 - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 bluetooth.init.test_ctlr_per_sync: extra_args: CONF_FILE=prj_ctlr_per_sync.conf platform_allow: - nrf52840dk/nrf52840 - nrf52dk/nrf52832 - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 integration_platforms: - nrf52840dk/nrf52840 - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 bluetooth.init.test_ctlr_per_sync_no_adi: extra_args: CONF_FILE=prj_ctlr_per_sync_no_adi.conf platform_allow: - nrf52840dk/nrf52840 - nrf52dk/nrf52832 - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 integration_platforms: - nrf52840dk/nrf52840 - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 bluetooth.init.test_ctlr_per_sync_no_filter: extra_args: CONF_FILE=prj_ctlr_per_sync_no_filter.conf platform_allow: - nrf52840dk/nrf52840 - nrf52dk/nrf52832 - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 integration_platforms: - nrf52840dk/nrf52840 - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 bluetooth.init.test_ctlr_peripheral_iso: extra_args: CONF_FILE=prj_ctlr_peripheral_iso.conf platform_allow: - nrf52840dk/nrf52840 - nrf52dk/nrf52832 - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 integration_platforms: - nrf52840dk/nrf52840 - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 bluetooth.init.test_ctlr_central_iso: extra_args: CONF_FILE=prj_ctlr_central_iso.conf platform_allow: - nrf52840dk/nrf52840 - nrf52dk/nrf52832 - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 integration_platforms: - nrf52840dk/nrf52840 - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 bluetooth.init.test_h5: extra_args: CONF_FILE=prj_h5.conf platform_allow: qemu_cortex_m3 diff --git a/tests/drivers/adc/adc_api/boards/nrf51dk_nrf51422.conf b/tests/drivers/adc/adc_api/boards/nrf51dk_nrf51822.conf similarity index 100% rename from tests/drivers/adc/adc_api/boards/nrf51dk_nrf51422.conf rename to tests/drivers/adc/adc_api/boards/nrf51dk_nrf51822.conf diff --git a/tests/drivers/adc/adc_api/boards/nrf51dk_nrf51422.overlay b/tests/drivers/adc/adc_api/boards/nrf51dk_nrf51822.overlay similarity index 100% rename from tests/drivers/adc/adc_api/boards/nrf51dk_nrf51422.overlay rename to tests/drivers/adc/adc_api/boards/nrf51dk_nrf51822.overlay diff --git a/tests/drivers/build_all/adc/testcase.yaml b/tests/drivers/build_all/adc/testcase.yaml index ebff27aa838..9c4afb9cc0d 100644 --- a/tests/drivers/build_all/adc/testcase.yaml +++ b/tests/drivers/build_all/adc/testcase.yaml @@ -26,7 +26,7 @@ tests: drivers.adc.npcx.build: platform_allow: npcx7m6fb_evb drivers.adc.nrf.build: - platform_allow: nrf51dk/nrf51422 + platform_allow: nrf51dk/nrf51822 drivers.adc.nrf.saadc.build: platform_allow: nrf21540dk/nrf52840 drivers.adc.sam0.build: diff --git a/tests/drivers/build_all/pwm/testcase.yaml b/tests/drivers/build_all/pwm/testcase.yaml index 11c09e8c213..4508d827495 100644 --- a/tests/drivers/build_all/pwm/testcase.yaml +++ b/tests/drivers/build_all/pwm/testcase.yaml @@ -31,7 +31,7 @@ tests: drivers.pwm.npcx.build: platform_allow: npcx7m6fb_evb drivers.pwm.nrf.sw.build: - platform_allow: nrf51dk/nrf51422 + platform_allow: nrf51dk/nrf51822 drivers.pwm.nrf.build: platform_allow: nrf52840dk/nrf52840 drivers.pwm.pca9685.build: diff --git a/tests/drivers/clock_control/clock_control_api/testcase.yaml b/tests/drivers/clock_control/clock_control_api/testcase.yaml index 21577d9cb30..7a3552fd4e7 100644 --- a/tests/drivers/clock_control/clock_control_api/testcase.yaml +++ b/tests/drivers/clock_control/clock_control_api/testcase.yaml @@ -4,20 +4,20 @@ tests: - drivers - clock_control platform_allow: - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 - nrf52dk/nrf52832 - nrf52840dk/nrf52840 - nrf9160dk/nrf9160 integration_platforms: - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 drivers.clock.clock_control_nrf5_lfclk_rc: tags: - drivers - clock_control platform_allow: - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 - nrf52dk/nrf52832 - nrf52840dk/nrf52840 integration_platforms: - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 extra_args: CONF_FILE="nrf_lfclk_rc.conf" diff --git a/tests/drivers/clock_control/nrf_clock_calibration/testcase.yaml b/tests/drivers/clock_control/nrf_clock_calibration/testcase.yaml index 078595820e0..2e2934b33ea 100644 --- a/tests/drivers/clock_control/nrf_clock_calibration/testcase.yaml +++ b/tests/drivers/clock_control/nrf_clock_calibration/testcase.yaml @@ -4,8 +4,8 @@ tests: - drivers - clock_control platform_allow: - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 - nrf52dk/nrf52832 - nrf52840dk/nrf52840 integration_platforms: - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 diff --git a/tests/drivers/clock_control/nrf_lf_clock_start/testcase.yaml b/tests/drivers/clock_control/nrf_lf_clock_start/testcase.yaml index 5b4e0c5fd55..a5716326ab9 100644 --- a/tests/drivers/clock_control/nrf_lf_clock_start/testcase.yaml +++ b/tests/drivers/clock_control/nrf_lf_clock_start/testcase.yaml @@ -3,11 +3,11 @@ common: - drivers - clock_control integration_platforms: - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 tests: drivers.clock.nrf_lf_clock_start_xtal_stable: platform_allow: - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 - nrf52dk/nrf52832 - nrf52840dk/nrf52840 - nrf9160dk/nrf9160 @@ -17,11 +17,11 @@ tests: - CONFIG_SYSTEM_CLOCK_WAIT_FOR_STABILITY=y - CONFIG_CLOCK_CONTROL_NRF_K32SRC_XTAL=y integration_platforms: - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 drivers.clock.nrf_lf_clock_start_xtal_available: platform_allow: - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 - nrf52dk/nrf52832 - nrf52840dk/nrf52840 - nrf9160dk/nrf9160 @@ -31,96 +31,96 @@ tests: - CONFIG_SYSTEM_CLOCK_WAIT_FOR_AVAILABILITY=y - CONFIG_CLOCK_CONTROL_NRF_K32SRC_XTAL=y integration_platforms: - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 drivers.clock.nrf_lf_clock_start_xtal_no_wait: platform_allow: - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 - nrf52dk/nrf52832 - nrf52840dk/nrf52840 - nrf9160dk/nrf9160 - nrf5340dk/nrf5340/cpuapp - nrf5340dk/nrf5340/cpunet integration_platforms: - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 extra_configs: - CONFIG_SYSTEM_CLOCK_NO_WAIT=y - CONFIG_CLOCK_CONTROL_NRF_K32SRC_XTAL=y drivers.clock.nrf_lf_clock_start_rc_stable: platform_allow: - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 - nrf52dk/nrf52832 - nrf52840dk/nrf52840 - nrf5340dk/nrf5340/cpuapp - nrf5340dk/nrf5340/cpunet integration_platforms: - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 extra_configs: - CONFIG_SYSTEM_CLOCK_WAIT_FOR_STABILITY=y - CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y drivers.clock.nrf_lf_clock_start_rc_available: platform_allow: - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 - nrf52dk/nrf52832 - nrf52840dk/nrf52840 - nrf5340dk/nrf5340/cpuapp - nrf5340dk/nrf5340/cpunet integration_platforms: - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 extra_configs: - CONFIG_SYSTEM_CLOCK_WAIT_FOR_AVAILABILITY=y - CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y drivers.clock.nrf_lf_clock_start_rc_no_wait: platform_allow: - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 - nrf52dk/nrf52832 - nrf52840dk/nrf52840 - nrf5340dk/nrf5340/cpuapp - nrf5340dk/nrf5340/cpunet integration_platforms: - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 extra_configs: - CONFIG_SYSTEM_CLOCK_NO_WAIT=y - CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y drivers.clock.nrf_lf_clock_start_synth_stable: platform_allow: - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 - nrf52dk/nrf52832 - nrf52840dk/nrf52840 - nrf5340dk/nrf5340/cpuapp - nrf5340dk/nrf5340/cpunet integration_platforms: - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 extra_configs: - CONFIG_SYSTEM_CLOCK_WAIT_FOR_STABILITY=y - CONFIG_CLOCK_CONTROL_NRF_K32SRC_SYNTH=y drivers.clock.nrf_lf_clock_start_synth_available: platform_allow: - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 - nrf52dk/nrf52832 - nrf52840dk/nrf52840 - nrf5340dk/nrf5340/cpuapp - nrf5340dk/nrf5340/cpunet integration_platforms: - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 extra_configs: - CONFIG_SYSTEM_CLOCK_WAIT_FOR_AVAILABILITY=y - CONFIG_CLOCK_CONTROL_NRF_K32SRC_SYNTH=y drivers.clock.nrf_lf_clock_start_synth_no_wait: platform_allow: - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 - nrf52dk/nrf52832 - nrf52840dk/nrf52840 - nrf5340dk/nrf5340/cpuapp - nrf5340dk/nrf5340/cpunet integration_platforms: - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 extra_configs: - CONFIG_SYSTEM_CLOCK_NO_WAIT=y - CONFIG_CLOCK_CONTROL_NRF_K32SRC_SYNTH=y diff --git a/tests/drivers/clock_control/nrf_onoff_and_bt/testcase.yaml b/tests/drivers/clock_control/nrf_onoff_and_bt/testcase.yaml index 5efae069e39..4f5eff4456b 100644 --- a/tests/drivers/clock_control/nrf_onoff_and_bt/testcase.yaml +++ b/tests/drivers/clock_control/nrf_onoff_and_bt/testcase.yaml @@ -4,8 +4,8 @@ tests: - drivers - clock_control platform_allow: - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 - nrf52dk/nrf52832 - nrf52840dk/nrf52840 integration_platforms: - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 diff --git a/tests/drivers/clock_control/onoff/testcase.yaml b/tests/drivers/clock_control/onoff/testcase.yaml index eb7f003f306..91239e3b538 100644 --- a/tests/drivers/clock_control/onoff/testcase.yaml +++ b/tests/drivers/clock_control/onoff/testcase.yaml @@ -4,9 +4,9 @@ tests: - drivers - clock_control platform_allow: - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 - nrf52dk/nrf52832 - nrf52840dk/nrf52840 - nrf9160dk/nrf9160 integration_platforms: - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 diff --git a/tests/drivers/counter/counter_basic_api/boards/nrf51dk_nrf51422.overlay b/tests/drivers/counter/counter_basic_api/boards/nrf51dk_nrf51822.overlay similarity index 100% rename from tests/drivers/counter/counter_basic_api/boards/nrf51dk_nrf51422.overlay rename to tests/drivers/counter/counter_basic_api/boards/nrf51dk_nrf51822.overlay diff --git a/tests/drivers/counter/maxim_ds3231_api/boards/nrf51dk_nrf51422.overlay b/tests/drivers/counter/maxim_ds3231_api/boards/nrf51dk_nrf51822.overlay similarity index 100% rename from tests/drivers/counter/maxim_ds3231_api/boards/nrf51dk_nrf51422.overlay rename to tests/drivers/counter/maxim_ds3231_api/boards/nrf51dk_nrf51822.overlay diff --git a/tests/drivers/spi/spi_loopback/boards/nrf51dk_nrf51422.overlay b/tests/drivers/spi/spi_loopback/boards/nrf51dk_nrf51822.overlay similarity index 100% rename from tests/drivers/spi/spi_loopback/boards/nrf51dk_nrf51422.overlay rename to tests/drivers/spi/spi_loopback/boards/nrf51dk_nrf51822.overlay diff --git a/tests/kernel/threads/no-multithreading/testcase.yaml b/tests/kernel/threads/no-multithreading/testcase.yaml index 793e3c7440b..ae0556c54c6 100644 --- a/tests/kernel/threads/no-multithreading/testcase.yaml +++ b/tests/kernel/threads/no-multithreading/testcase.yaml @@ -9,7 +9,7 @@ tests: - mps2/an521/cpu0 - nrf52840dk/nrf52840 - nrf9160dk/nrf9160 - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 - nsim/nsim_em - nsim/nsim_em7d_v22 - nsim/nsim_hs diff --git a/tests/misc/test_build/testcase.yaml b/tests/misc/test_build/testcase.yaml index f27d1e2ef00..28be510535b 100644 --- a/tests/misc/test_build/testcase.yaml +++ b/tests/misc/test_build/testcase.yaml @@ -14,12 +14,12 @@ tests: tags: mcuboot build_only: true platform_allow: - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 - nrf52dk/nrf52832 extra_configs: - CONFIG_BOOTLOADER_MCUBOOT=y integration_platforms: - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 - nrf52dk/nrf52832 buildsystem.kconfig.utf8_in_values: build_only: true diff --git a/tests/subsys/fs/fcb/boards/nrf51dk_nrf51422.conf b/tests/subsys/fs/fcb/boards/nrf51dk_nrf51822.conf similarity index 100% rename from tests/subsys/fs/fcb/boards/nrf51dk_nrf51422.conf rename to tests/subsys/fs/fcb/boards/nrf51dk_nrf51822.conf diff --git a/tests/subsys/fs/fcb/testcase.yaml b/tests/subsys/fs/fcb/testcase.yaml index f519d890ac5..9070bbaf7bb 100644 --- a/tests/subsys/fs/fcb/testcase.yaml +++ b/tests/subsys/fs/fcb/testcase.yaml @@ -3,7 +3,7 @@ tests: platform_allow: - nrf52840dk/nrf52840 - nrf52dk/nrf52832 - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 - native_posix - native_posix_64 - native_sim diff --git a/tests/subsys/storage/flash_map/testcase.yaml b/tests/subsys/storage/flash_map/testcase.yaml index d53a4806367..027b3865fdd 100644 --- a/tests/subsys/storage/flash_map/testcase.yaml +++ b/tests/subsys/storage/flash_map/testcase.yaml @@ -1,7 +1,7 @@ tests: storage.flash_map: platform_allow: - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 - qemu_x86 - native_posix - native_posix_64 @@ -25,7 +25,7 @@ tests: storage.flash_map.mbedtls: extra_args: OVERLAY_CONFIG=overlay-mbedtls.conf platform_allow: - - nrf51dk/nrf51422 + - nrf51dk/nrf51822 - qemu_x86 - native_posix - native_posix_64