Browse Source

boards: nrf51dk/dongle: change SoC to nRF51822

The physical nRF51dk / nRF51dongle hardware contains a nRF51422 SoC.
In Zephyr, only the nRF51822 SoC, is implemented.

In Zephyr, the nRF51422 SoC is build as a nRF51822, therefore use the
nRF51822 SoC model for those kits instead on the non-existing nRF51422.

Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
pull/69687/head
Torsten Rasmussen 1 year ago committed by Carles Cufi
parent
commit
2908af0bcc
  1. 6
      boards/nordic_nrf/nrf51dk/Kconfig.defconfig
  2. 2
      boards/nordic_nrf/nrf51dk/board.yml
  3. 0
      boards/nordic_nrf/nrf51dk/doc/img/nrf51dk_nrf51822.jpg
  4. 10
      boards/nordic_nrf/nrf51dk/doc/index.rst
  5. 0
      boards/nordic_nrf/nrf51dk/nrf51dk_nrf51822-pinctrl.dtsi
  6. 6
      boards/nordic_nrf/nrf51dk/nrf51dk_nrf51822.dts
  7. 4
      boards/nordic_nrf/nrf51dk/nrf51dk_nrf51822.yaml
  8. 0
      boards/nordic_nrf/nrf51dk/nrf51dk_nrf51822_defconfig
  9. 2
      boards/nordic_nrf/nrf51dongle/Kconfig.defconfig
  10. 2
      boards/nordic_nrf/nrf51dongle/Kconfig.nrf51dongle
  11. 2
      boards/nordic_nrf/nrf51dongle/board.yml
  12. 0
      boards/nordic_nrf/nrf51dongle/doc/img/nrf51dongle_nrf51822.jpg
  13. 6
      boards/nordic_nrf/nrf51dongle/doc/index.rst
  14. 0
      boards/nordic_nrf/nrf51dongle/nrf51dongle_nrf51822-pinctrl.dtsi
  15. 6
      boards/nordic_nrf/nrf51dongle/nrf51dongle_nrf51822.dts
  16. 4
      boards/nordic_nrf/nrf51dongle/nrf51dongle_nrf51822.yaml
  17. 0
      boards/nordic_nrf/nrf51dongle/nrf51dongle_nrf51822_defconfig
  18. 2
      doc/develop/beyond-GSG.rst
  19. 2
      samples/basic/fade_led/sample.yaml
  20. 10
      samples/basic/minimal/sample.yaml
  21. 2
      samples/bluetooth/broadcaster/sample.yaml
  22. 2
      samples/bluetooth/broadcaster_multiple/sample.yaml
  23. 2
      samples/bluetooth/central_ht/sample.yaml
  24. 2
      samples/bluetooth/hci_pwr_ctrl/sample.yaml
  25. 0
      samples/bluetooth/hci_spi/boards/nrf51dk_nrf51822.overlay
  26. 4
      samples/bluetooth/hci_spi/sample.yaml
  27. 0
      samples/bluetooth/hci_uart/boards/nrf51dk_nrf51822.conf
  28. 0
      samples/bluetooth/hci_uart/boards/nrf51dk_nrf51822.overlay
  29. 0
      samples/bluetooth/hci_uart/boards/nrf51dongle_nrf51822.conf
  30. 0
      samples/bluetooth/hci_uart/boards/nrf51dongle_nrf51822.overlay
  31. 2
      samples/bluetooth/peripheral_ht/sample.yaml
  32. 2
      samples/boards/nrf/clock_skew/sample.yaml
  33. 2
      samples/boards/nrf/system_off/sample.yaml
  34. 0
      samples/drivers/adc/boards/nrf51dk_nrf51822.overlay
  35. 2
      samples/drivers/adc/sample.yaml
  36. 0
      samples/drivers/counter/alarm/boards/nrf51dk_nrf51822.overlay
  37. 2
      samples/drivers/counter/alarm/sample.yaml
  38. 0
      samples/drivers/counter/maxim_ds3231/boards/nrf51dk_nrf51822.overlay
  39. 2
      samples/drivers/counter/maxim_ds3231/sample.yaml
  40. 2
      samples/drivers/led_ws2812/README.rst
  41. 0
      samples/drivers/led_ws2812/boards/nrf51dk_nrf51822.conf
  42. 0
      samples/drivers/led_ws2812/boards/nrf51dk_nrf51822.overlay
  43. 0
      samples/sensor/die_temp_polling/boards/nrf51dk_nrf51822.overlay
  44. 4
      samples/subsys/nvs/README.rst
  45. 2
      scripts/footprint/plan.txt
  46. 1
      soc/nordic_nrf/soc.yml
  47. 2
      subsys/bluetooth/controller/Kconfig.ll_sw_split
  48. 2
      subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/debug.h
  49. 2
      tests/arch/arm/arm_no_multithreading/testcase.yaml
  50. 4
      tests/bluetooth/adv/testcase.yaml
  51. 86
      tests/bluetooth/init/testcase.yaml
  52. 0
      tests/drivers/adc/adc_api/boards/nrf51dk_nrf51822.conf
  53. 0
      tests/drivers/adc/adc_api/boards/nrf51dk_nrf51822.overlay
  54. 2
      tests/drivers/build_all/adc/testcase.yaml
  55. 2
      tests/drivers/build_all/pwm/testcase.yaml
  56. 8
      tests/drivers/clock_control/clock_control_api/testcase.yaml
  57. 4
      tests/drivers/clock_control/nrf_clock_calibration/testcase.yaml
  58. 38
      tests/drivers/clock_control/nrf_lf_clock_start/testcase.yaml
  59. 4
      tests/drivers/clock_control/nrf_onoff_and_bt/testcase.yaml
  60. 4
      tests/drivers/clock_control/onoff/testcase.yaml
  61. 0
      tests/drivers/counter/counter_basic_api/boards/nrf51dk_nrf51822.overlay
  62. 0
      tests/drivers/counter/maxim_ds3231_api/boards/nrf51dk_nrf51822.overlay
  63. 0
      tests/drivers/spi/spi_loopback/boards/nrf51dk_nrf51822.overlay
  64. 2
      tests/kernel/threads/no-multithreading/testcase.yaml
  65. 4
      tests/misc/test_build/testcase.yaml
  66. 0
      tests/subsys/fs/fcb/boards/nrf51dk_nrf51822.conf
  67. 2
      tests/subsys/fs/fcb/testcase.yaml
  68. 4
      tests/subsys/storage/flash_map/testcase.yaml

6
boards/nordic_nrf/nrf51dk/Kconfig.defconfig

@ -1,11 +1,11 @@ @@ -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

2
boards/nordic_nrf/nrf51dk/board.yml

@ -2,4 +2,4 @@ board: @@ -2,4 +2,4 @@ board:
name: nrf51dk
vendor: Nordic Semiconductor
socs:
- name: nrf51422
- name: nrf51822

0
boards/nordic_nrf/nrf51dk/doc/img/nrf51dk_nrf51422.jpg → boards/nordic_nrf/nrf51dk/doc/img/nrf51dk_nrf51822.jpg

Before

Width:  |  Height:  |  Size: 53 KiB

After

Width:  |  Height:  |  Size: 53 KiB

10
boards/nordic_nrf/nrf51dk/doc/index.rst

@ -7,7 +7,7 @@ Overview @@ -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: @@ -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. @@ -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. @@ -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: @@ -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
**********

0
boards/nordic_nrf/nrf51dk/nrf51dk_nrf51422-pinctrl.dtsi → boards/nordic_nrf/nrf51dk/nrf51dk_nrf51822-pinctrl.dtsi

6
boards/nordic_nrf/nrf51dk/nrf51dk_nrf51422.dts → boards/nordic_nrf/nrf51dk/nrf51dk_nrf51822.dts

@ -6,12 +6,12 @@ @@ -6,12 +6,12 @@
/dts-v1/;
#include <nordic/nrf51822_qfac.dtsi>
#include "nrf51dk_nrf51422-pinctrl.dtsi"
#include "nrf51dk_nrf51822-pinctrl.dtsi"
#include <zephyr/dt-bindings/input/input-event-codes.h>
/ {
model = "Nordic nRF51 DK NRF51422";
compatible = "nordic,nrf51-dk-nrf51422";
model = "Nordic nRF51 DK NRF51822";
compatible = "nordic,nrf51-dk-nrf51822";
chosen {
zephyr,console = &uart0;

4
boards/nordic_nrf/nrf51dk/nrf51dk_nrf51422.yaml → boards/nordic_nrf/nrf51dk/nrf51dk_nrf51822.yaml

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
identifier: nrf51dk/nrf51422
name: nRF51-DK-NRF51422
identifier: nrf51dk/nrf51822
name: nRF51-DK-NRF51822
type: mcu
arch: arm
toolchain:

0
boards/nordic_nrf/nrf51dk/nrf51dk_nrf51422_defconfig → boards/nordic_nrf/nrf51dk/nrf51dk_nrf51822_defconfig

2
boards/nordic_nrf/nrf51dongle/Kconfig.defconfig

@ -1,4 +1,4 @@ @@ -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

2
boards/nordic_nrf/nrf51dongle/Kconfig.nrf51dongle

@ -1,4 +1,4 @@ @@ -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

2
boards/nordic_nrf/nrf51dongle/board.yml

@ -2,4 +2,4 @@ board: @@ -2,4 +2,4 @@ board:
name: nrf51dongle
vendor: Nordic Semiconductor
socs:
- name: nrf51422
- name: nrf51822

0
boards/nordic_nrf/nrf51dongle/doc/img/nrf51dongle_nrf51422.jpg → boards/nordic_nrf/nrf51dongle/doc/img/nrf51dongle_nrf51822.jpg

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

6
boards/nordic_nrf/nrf51dongle/doc/index.rst

@ -22,7 +22,7 @@ Semiconductor nRF51822 ARM Cortex-M0 CPU and the following devices: @@ -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. @@ -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. @@ -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

0
boards/nordic_nrf/nrf51dongle/nrf51dongle_nrf51422-pinctrl.dtsi → boards/nordic_nrf/nrf51dongle/nrf51dongle_nrf51822-pinctrl.dtsi

6
boards/nordic_nrf/nrf51dongle/nrf51dongle_nrf51422.dts → boards/nordic_nrf/nrf51dongle/nrf51dongle_nrf51822.dts

@ -6,11 +6,11 @@ @@ -6,11 +6,11 @@
/dts-v1/;
#include <nordic/nrf51822_qfac.dtsi>
#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;

4
boards/nordic_nrf/nrf51dongle/nrf51dongle_nrf51422.yaml → boards/nordic_nrf/nrf51dongle/nrf51dongle_nrf51822.yaml

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
identifier: nrf51dongle/nrf51422
name: nRF51-Dongle-nRF51422
identifier: nrf51dongle/nrf51822
name: nRF51-Dongle-nRF51822
type: mcu
arch: arm
toolchain:

0
boards/nordic_nrf/nrf51dongle/nrf51dongle_nrf51422_defconfig → boards/nordic_nrf/nrf51dongle/nrf51dongle_nrf51822_defconfig

2
doc/develop/beyond-GSG.rst

@ -163,7 +163,7 @@ supported by a CMake file with content like this: @@ -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)

2
samples/basic/fade_led/sample.yaml

@ -9,4 +9,4 @@ tests: @@ -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

10
samples/basic/minimal/sample.yaml

@ -16,7 +16,7 @@ tests: @@ -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: @@ -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: @@ -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: @@ -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: @@ -58,7 +58,7 @@ tests:
- reel_board
- frdm_k64f
- mps2/an385
- nrf51dk/nrf51422
- nrf51dk/nrf51822
- nucleo_f429zi
- disco_l475_iot1
sample.minimal.mt.x86:

2
samples/bluetooth/broadcaster/sample.yaml

@ -6,7 +6,7 @@ tests: @@ -6,7 +6,7 @@ tests:
platform_allow:
- qemu_cortex_m3
- qemu_x86
- nrf51dk/nrf51422
- nrf51dk/nrf51822
- nrf52dk/nrf52832
tags: bluetooth
integration_platforms:

2
samples/bluetooth/broadcaster_multiple/sample.yaml

@ -6,7 +6,7 @@ tests: @@ -6,7 +6,7 @@ tests:
platform_allow:
- qemu_cortex_m3
- qemu_x86
- nrf51dk/nrf51422
- nrf51dk/nrf51822
- nrf52_bsim
- nrf52dk/nrf52832
tags: bluetooth

2
samples/bluetooth/central_ht/sample.yaml

@ -6,7 +6,7 @@ tests: @@ -6,7 +6,7 @@ tests:
platform_allow:
- qemu_cortex_m3
- qemu_x86
- nrf51dk/nrf51422
- nrf51dk/nrf51822
- nrf52dk/nrf52832
tags: bluetooth
integration_platforms:

2
samples/bluetooth/hci_pwr_ctrl/sample.yaml

@ -5,7 +5,7 @@ tests: @@ -5,7 +5,7 @@ tests:
harness: bluetooth
platform_allow:
- bbc_microbit
- nrf51dk/nrf51422
- nrf51dk/nrf51822
- nrf52dk/nrf52832
- qemu_cortex_m3
- qemu_x86

0
samples/bluetooth/hci_spi/boards/nrf51dk_nrf51422.overlay → samples/bluetooth/hci_spi/boards/nrf51dk_nrf51822.overlay

4
samples/bluetooth/hci_spi/sample.yaml

@ -6,10 +6,10 @@ tests: @@ -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

0
samples/bluetooth/hci_uart/boards/nrf51dk_nrf51422.conf → samples/bluetooth/hci_uart/boards/nrf51dk_nrf51822.conf

0
samples/bluetooth/hci_uart/boards/nrf51dk_nrf51422.overlay → samples/bluetooth/hci_uart/boards/nrf51dk_nrf51822.overlay

0
samples/bluetooth/hci_uart/boards/nrf51dongle_nrf51422.conf → samples/bluetooth/hci_uart/boards/nrf51dongle_nrf51822.conf

0
samples/bluetooth/hci_uart/boards/nrf51dongle_nrf51422.overlay → samples/bluetooth/hci_uart/boards/nrf51dongle_nrf51822.overlay

2
samples/bluetooth/peripheral_ht/sample.yaml

@ -7,7 +7,7 @@ tests: @@ -7,7 +7,7 @@ tests:
platform_allow:
- qemu_cortex_m3
- qemu_x86
- nrf51dk/nrf51422
- nrf51dk/nrf51822
- nrf52dk/nrf52832
tags: bluetooth
integration_platforms:

2
samples/boards/nrf/clock_skew/sample.yaml

@ -6,7 +6,7 @@ tests: @@ -6,7 +6,7 @@ tests:
platform_allow:
- nrf52840dk/nrf52840
- nrf52dk/nrf52832
- nrf51dk/nrf51422
- nrf51dk/nrf51822
tags: power
integration_platforms:
- nrf52840dk/nrf52840

2
samples/boards/nrf/system_off/sample.yaml

@ -10,7 +10,7 @@ tests: @@ -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:

0
samples/drivers/adc/boards/nrf51dk_nrf51422.overlay → samples/drivers/adc/boards/nrf51dk_nrf51822.overlay

2
samples/drivers/adc/sample.yaml

@ -13,7 +13,7 @@ tests: @@ -13,7 +13,7 @@ tests:
- cy8cproto_063_ble
- stm32l496g_disco
- stm32h735g_disco
- nrf51dk/nrf51422
- nrf51dk/nrf51822
- nrf52840dk/nrf52840
- mec172xevb_assy6906
- gd32f350r_eval

0
samples/drivers/counter/alarm/boards/nrf51dk_nrf51422.overlay → samples/drivers/counter/alarm/boards/nrf51dk_nrf51822.overlay

2
samples/drivers/counter/alarm/sample.yaml

@ -8,7 +8,7 @@ tests: @@ -8,7 +8,7 @@ tests:
harness: console
platform_allow:
- nucleo_f746zg
- nrf51dk/nrf51422
- nrf51dk/nrf51822
- nrf52dk/nrf52832
- nrf52840dk/nrf52840
- nrf9160dk/nrf9160

0
samples/drivers/counter/maxim_ds3231/boards/nrf51dk_nrf51422.overlay → samples/drivers/counter/maxim_ds3231/boards/nrf51dk_nrf51822.overlay

2
samples/drivers/counter/maxim_ds3231/sample.yaml

@ -8,7 +8,7 @@ tests: @@ -8,7 +8,7 @@ tests:
platform_allow:
- efr32mg_sltb004a
- frdm_k64f
- nrf51dk/nrf51422
- nrf51dk/nrf51822
- nucleo_l476rg
- particle_xenon
integration_platforms:

2
samples/drivers/led_ws2812/README.rst

@ -118,7 +118,7 @@ SPI driver: @@ -118,7 +118,7 @@ SPI driver:
GPIO driver (cortex-M0 only):
- bbc_microbit
- nrf51dk/nrf51422
- nrf51dk/nrf51822
References
**********

0
samples/drivers/led_ws2812/boards/nrf51dk_nrf51422.conf → samples/drivers/led_ws2812/boards/nrf51dk_nrf51822.conf

0
samples/drivers/led_ws2812/boards/nrf51dk_nrf51422.overlay → samples/drivers/led_ws2812/boards/nrf51dk_nrf51822.overlay

0
samples/sensor/die_temp_polling/boards/nrf51dk_nrf51422.overlay → samples/sensor/die_temp_polling/boards/nrf51dk_nrf51822.overlay

4
samples/subsys/nvs/README.rst

@ -23,11 +23,11 @@ Building and Running @@ -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:

2
scripts/footprint/plan.txt

@ -3,7 +3,7 @@ footprints,userspace,frdm_k64f,tests/benchmarks/footprints,-DCONF_FILE=prj_users @@ -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,

1
soc/nordic_nrf/soc.yml

@ -3,7 +3,6 @@ family: @@ -3,7 +3,6 @@ family:
series:
- name: nrf51
socs:
- name: nrf51422
- name: nrf51822
- name: nrf52
socs:

2
subsys/bluetooth/controller/Kconfig.ll_sw_split

@ -1209,7 +1209,7 @@ config BT_CTLR_PROFILE_ISR @@ -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

2
subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/debug.h

@ -74,7 +74,7 @@ @@ -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)

2
tests/arch/arm/arm_no_multithreading/testcase.yaml

@ -13,6 +13,6 @@ tests: @@ -13,6 +13,6 @@ tests:
- mps3/an547
- nrf52840dk/nrf52840
- nrf9160dk/nrf9160
- nrf51dk/nrf51422
- nrf51dk/nrf51822
integration_platforms:
- qemu_cortex_m0

4
tests/bluetooth/adv/testcase.yaml

@ -2,10 +2,10 @@ tests: @@ -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

86
tests/bluetooth/init/testcase.yaml

@ -78,40 +78,40 @@ tests: @@ -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: @@ -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

0
tests/drivers/adc/adc_api/boards/nrf51dk_nrf51422.conf → tests/drivers/adc/adc_api/boards/nrf51dk_nrf51822.conf

0
tests/drivers/adc/adc_api/boards/nrf51dk_nrf51422.overlay → tests/drivers/adc/adc_api/boards/nrf51dk_nrf51822.overlay

2
tests/drivers/build_all/adc/testcase.yaml

@ -26,7 +26,7 @@ tests: @@ -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:

2
tests/drivers/build_all/pwm/testcase.yaml

@ -31,7 +31,7 @@ tests: @@ -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:

8
tests/drivers/clock_control/clock_control_api/testcase.yaml

@ -4,20 +4,20 @@ tests: @@ -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"

4
tests/drivers/clock_control/nrf_clock_calibration/testcase.yaml

@ -4,8 +4,8 @@ tests: @@ -4,8 +4,8 @@ tests:
- drivers
- clock_control
platform_allow:
- nrf51dk/nrf51422
- nrf51dk/nrf51822
- nrf52dk/nrf52832
- nrf52840dk/nrf52840
integration_platforms:
- nrf51dk/nrf51422
- nrf51dk/nrf51822

38
tests/drivers/clock_control/nrf_lf_clock_start/testcase.yaml

@ -3,11 +3,11 @@ common: @@ -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: @@ -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: @@ -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

4
tests/drivers/clock_control/nrf_onoff_and_bt/testcase.yaml

@ -4,8 +4,8 @@ tests: @@ -4,8 +4,8 @@ tests:
- drivers
- clock_control
platform_allow:
- nrf51dk/nrf51422
- nrf51dk/nrf51822
- nrf52dk/nrf52832
- nrf52840dk/nrf52840
integration_platforms:
- nrf51dk/nrf51422
- nrf51dk/nrf51822

4
tests/drivers/clock_control/onoff/testcase.yaml

@ -4,9 +4,9 @@ tests: @@ -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

0
tests/drivers/counter/counter_basic_api/boards/nrf51dk_nrf51422.overlay → tests/drivers/counter/counter_basic_api/boards/nrf51dk_nrf51822.overlay

0
tests/drivers/counter/maxim_ds3231_api/boards/nrf51dk_nrf51422.overlay → tests/drivers/counter/maxim_ds3231_api/boards/nrf51dk_nrf51822.overlay

0
tests/drivers/spi/spi_loopback/boards/nrf51dk_nrf51422.overlay → tests/drivers/spi/spi_loopback/boards/nrf51dk_nrf51822.overlay

2
tests/kernel/threads/no-multithreading/testcase.yaml

@ -9,7 +9,7 @@ tests: @@ -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

4
tests/misc/test_build/testcase.yaml

@ -14,12 +14,12 @@ tests: @@ -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

0
tests/subsys/fs/fcb/boards/nrf51dk_nrf51422.conf → tests/subsys/fs/fcb/boards/nrf51dk_nrf51822.conf

2
tests/subsys/fs/fcb/testcase.yaml

@ -3,7 +3,7 @@ tests: @@ -3,7 +3,7 @@ tests:
platform_allow:
- nrf52840dk/nrf52840
- nrf52dk/nrf52832
- nrf51dk/nrf51422
- nrf51dk/nrf51822
- native_posix
- native_posix_64
- native_sim

4
tests/subsys/storage/flash_map/testcase.yaml

@ -1,7 +1,7 @@ @@ -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: @@ -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

Loading…
Cancel
Save