Skip to content

Commit 130878f

Browse files
Balaklakarlubos
authored andcommitted
Bluetooth: Mesh: Removed support for nrf54l15pdk
Removed support for the nrf54l15pdk, as we now have support for the nrf54l15dk. Signed-off-by: Ingar Kulbrandstad <[email protected]>
1 parent 54c21db commit 130878f

File tree

14 files changed

+16
-37
lines changed

14 files changed

+16
-37
lines changed

doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ Bluetooth Fast Pair samples
455455
Bluetooth Mesh samples
456456
----------------------
457457

458-
* Added support for the :ref:`zephyr:nrf54l15dk_nrf54l15` board in the following samples:
458+
* Added support for the :ref:`zephyr:nrf54l15dk_nrf54l15` board and removed support for the nRF54L15 PDK in the following samples:
459459

460460
* :ref:`bluetooth_mesh_sensor_client`
461461
* :ref:`bluetooth_mesh_sensor_server`

samples/bluetooth/mesh/ble_peripheral_lbs_coex/sample.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ tests:
1111
- nrf52833dk/nrf52833
1212
- nrf21540dk/nrf52840
1313
- nrf54l15dk/nrf54l15/cpuapp
14-
- nrf54l15pdk/nrf54l15/cpuapp
1514
platform_allow: nrf52dk/nrf52832 nrf52840dk/nrf52840 nrf52833dk/nrf52833 nrf21540dk/nrf52840
16-
nrf54l15dk/nrf54l15/cpuapp nrf54l15pdk/nrf54l15/cpuapp
15+
nrf54l15dk/nrf54l15/cpuapp
1716
tags: bluetooth ci_build sysbuild

samples/bluetooth/mesh/chat/sample.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ tests:
1010
- nrf52840dk/nrf52840
1111
- nrf21540dk/nrf52840
1212
- nrf54l15dk/nrf54l15/cpuapp
13-
- nrf54l15pdk/nrf54l15/cpuapp
1413
platform_allow: nrf52dk/nrf52832 nrf52840dk/nrf52840 nrf21540dk/nrf52840
15-
nrf54l15dk/nrf54l15/cpuapp nrf54l15pdk/nrf54l15/cpuapp
14+
nrf54l15dk/nrf54l15/cpuapp
1615
tags: bluetooth ci_build sysbuild

samples/bluetooth/mesh/dfu/distributor/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ The management subsystem uses the Simple Management Protocol (SMP), provided by
166166
This sample supports Bluetooth Low Energy and UART as the SMP transport.
167167
See :ref:`zephyr:device_mgmt` for more information about Mcumgr and SMP.
168168

169-
In this sample, the device flash is split into fixed partitions using devicetree as defined in :zephyr_file:`nrf52840dk_nrf52840.dts<boards/nordic/nrf52840dk/nrf52840dk_nrf52840.dts>` and :zephyr_file:`nrf54l15pdk_nrf54l15_cpuapp.dts<boards/nordic/nrf54l15pdk/nrf54l15pdk_nrf54l15_cpuapp.dts>`.
169+
In this sample, the device flash is split into fixed partitions using devicetree as defined in :zephyr_file:`nrf52840dk_nrf52840.dts<boards/nordic/nrf52840dk/nrf52840dk_nrf52840.dts>` and :zephyr_file:`nrf54l15dk_nrf54l15_cpuapp.dts<boards/nordic/nrf54l15dk/nrf54l15dk_nrf54l15_cpuapp.dts>`.
170170
The firmware image that is to be distributed over Bluetooth Mesh network should be stored at slot-1.
171171
The sample uses :ref:`zephyr:flash_map_api` to read the firmware image from slot-1 when distributes it to Target nodes.
172172

samples/bluetooth/mesh/dfu/distributor/sample.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,15 @@ tests:
66
build_only: true
77
integration_platforms:
88
- nrf52840dk/nrf52840
9-
- nrf54l15pdk/nrf54l15/cpuapp
109
- nrf54l15dk/nrf54l15/cpuapp
11-
platform_allow: nrf52840dk/nrf52840 nrf54l15pdk/nrf54l15/cpuapp nrf54l15dk/nrf54l15/cpuapp
10+
platform_allow: nrf52840dk/nrf52840 nrf54l15dk/nrf54l15/cpuapp
1211
tags: bluetooth ci_build sysbuild
1312
sample.bluetooth.mesh_dfu_distributor.smp_bt_auth:
1413
sysbuild: true
1514
build_only: true
1615
integration_platforms:
1716
- nrf52840dk/nrf52840
18-
- nrf54l15pdk/nrf54l15/cpuapp
1917
- nrf54l15dk/nrf54l15/cpuapp
20-
platform_allow: nrf52840dk/nrf52840 nrf54l15pdk/nrf54l15/cpuapp nrf54l15dk/nrf54l15/cpuapp
18+
platform_allow: nrf52840dk/nrf52840 nrf54l15dk/nrf54l15/cpuapp
2119
extra_args: OVERLAY_CONFIG=overlay-smp-bt-auth.conf
2220
tags: bluetooth ci_build sysbuild

samples/bluetooth/mesh/dfu/target/sample.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ tests:
77
integration_platforms:
88
- nrf52840dk/nrf52840
99
- nrf52840dongle/nrf52840
10-
- nrf54l15pdk/nrf54l15/cpuapp
1110
- nrf54l15dk/nrf54l15/cpuapp
12-
platform_allow: nrf52840dk/nrf52840 nrf52840dongle/nrf52840 nrf54l15pdk/nrf54l15/cpuapp
13-
nrf54l15dk/nrf54l15/cpuapp
11+
platform_allow: nrf52840dk/nrf52840 nrf52840dongle/nrf52840 nrf54l15dk/nrf54l15/cpuapp
1412
tags: bluetooth ci_build sysbuild

samples/bluetooth/mesh/light/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The configuration overlay file :file:`overlay-dfu.conf` and the :ref:`sysbuild <
3939

4040
* nrf52840dk/nrf52840
4141
* nrf21540dk/nrf52840
42-
* nrf54l15pdk/nrf54l15/cpuapp
42+
* nrf54l15dk/nrf54l15/cpuapp
4343

4444
While this overlay configuration is only applicable for the mentioned platforms in this sample, DFU over Bluetooth Low Energy may be used on other platforms as well.
4545

@@ -134,7 +134,7 @@ DFU configuration
134134

135135
.. tabs::
136136

137-
.. tab:: nRF52840 DK and nRF54L15 PDK
137+
.. tab:: nRF52840 DK and nRF54L15 DK
138138

139139
To enable the DFU feature for the nRF52840 and nRF54L15 development kits, set :makevar:`SB_CONF_FILE` to :file:`sysbuild-dfu.conf` and :makevar:`EXTRA_CONF_FILE` to :file:`overlay-dfu.conf` when building the sample.
140140
For example, when building from the command line, use the following command, where *board_target* is the target for the development kit for which you are building:

samples/bluetooth/mesh/light/sample.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,19 @@ tests:
1313
- nrf5340dk/nrf5340/cpuapp/ns
1414
- thingy53/nrf5340/cpuapp
1515
- nrf21540dk/nrf52840
16-
- nrf54l15pdk/nrf54l15/cpuapp
1716
- nrf54l15dk/nrf54l15/cpuapp
1817
platform_allow: nrf52dk/nrf52832 nrf52840dk/nrf52840 nrf5340dk/nrf5340/cpuapp
1918
nrf5340dk/nrf5340/cpuapp/ns thingy53/nrf5340/cpuapp
20-
nrf21540dk/nrf52840 nrf52833dk/nrf52833 nrf54l15pdk/nrf54l15/cpuapp
21-
nrf54l15dk/nrf54l15/cpuapp
19+
nrf21540dk/nrf52840 nrf52833dk/nrf52833 nrf54l15dk/nrf54l15/cpuapp
2220
tags: bluetooth ci_build sysbuild
2321
sample.bluetooth.mesh.light.dfu:
2422
sysbuild: true
2523
build_only: true
2624
integration_platforms:
2725
- nrf52840dk/nrf52840
2826
- nrf21540dk/nrf52840
29-
- nrf54l15pdk/nrf54l15/cpuapp
3027
- nrf54l15dk/nrf54l15/cpuapp
31-
platform_allow: nrf52840dk/nrf52840 nrf21540dk/nrf52840 nrf54l15pdk/nrf54l15/cpuapp
32-
nrf54l15dk/nrf54l15/cpuapp
28+
platform_allow: nrf52840dk/nrf52840 nrf21540dk/nrf52840 nrf54l15dk/nrf54l15/cpuapp
3329
extra_args:
3430
- EXTRA_CONF_FILE=overlay-dfu.conf
3531
- SB_CONF_FILE=sysbuild-dfu.conf

samples/bluetooth/mesh/light_ctrl/sample.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,10 @@ tests:
1515
- nrf21540dk/nrf52840
1616
- nrf52840dongle/nrf52840
1717
- nrf54l15dk/nrf54l15/cpuapp
18-
- nrf54l15pdk/nrf54l15/cpuapp
1918
platform_allow: nrf52dk/nrf52832 nrf52840dk/nrf52840 nrf5340dk/nrf5340/cpuapp
2019
nrf5340dk/nrf5340/cpuapp/ns thingy53/nrf5340/cpuapp
2120
nrf21540dk/nrf52840 nrf52833dk/nrf52833 nrf52840dongle/nrf52840
22-
nrf54l15dk/nrf54l15/cpuapp nrf54l15pdk/nrf54l15/cpuapp
21+
nrf54l15dk/nrf54l15/cpuapp
2322
tags: bluetooth ci_build sysbuild
2423
sample.bluetooth.mesh.light_ctrl.emds:
2524
sysbuild: true
@@ -34,9 +33,7 @@ tests:
3433
- thingy53/nrf5340/cpuapp
3534
- nrf21540dk/nrf52840
3635
- nrf54l15dk/nrf54l15/cpuapp
37-
- nrf54l15pdk/nrf54l15/cpuapp
3836
platform_allow: nrf52dk/nrf52832 nrf52840dk/nrf52840 nrf5340dk/nrf5340/cpuapp
3937
nrf5340dk/nrf5340/cpuapp/ns thingy53/nrf5340/cpuapp
4038
nrf21540dk/nrf52840 nrf52833dk/nrf52833 nrf54l15dk/nrf54l15/cpuapp
41-
nrf54l15pdk/nrf54l15/cpuapp
4239
tags: bluetooth ci_build sysbuild

samples/bluetooth/mesh/light_dimmer/sample.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ tests:
1515
- nrf21540dk/nrf52840
1616
- nrf52840dongle/nrf52840
1717
- nrf54l15dk/nrf54l15/cpuapp
18-
- nrf54l15pdk/nrf54l15/cpuapp
1918
platform_allow: nrf52dk/nrf52832 nrf52840dk/nrf52840 nrf5340dk/nrf5340/cpuapp
2019
nrf5340dk/nrf5340/cpuapp/ns thingy53/nrf5340/cpuapp
2120
nrf21540dk/nrf52840 nrf52833dk/nrf52833 nrf52840dongle/nrf52840
22-
nrf54l15dk/nrf54l15/cpuapp nrf54l15pdk/nrf54l15/cpuapp
21+
nrf54l15dk/nrf54l15/cpuapp
2322
tags: bluetooth ci_build sysbuild

0 commit comments

Comments
 (0)