Skip to content

Commit 312c8b9

Browse files
committed
Bluetooth: Mesh: Remove nRF52832 from sensor_client
After the addition of NLC profile support, involving an increase in required RPL RAM usage, and the most recent upmerge adding a few extra bytes, this sample no longer fits in RAM on this platform. Per offline discussions, remove support for this platform. Signed-off-by: Ludvig Jordet <[email protected]>
1 parent 5390eed commit 312c8b9

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,8 @@ Bluetooth Mesh samples
357357
Assignments are shifted down one index to accommodate the new polling toggle.
358358
The descriptor action has been removed from button actions but is still available through mesh shell commands.
359359

360+
* Removed support for the ``nrf52dk/nrf52832``, since it does not have enough RAM space after NLC support was added.
361+
360362
Bluetooth Fast Pair samples
361363
---------------------------
362364

samples/bluetooth/mesh/sensor_client/sample.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,12 @@ tests:
66
sysbuild: true
77
build_only: true
88
integration_platforms:
9-
- nrf52dk/nrf52832
109
- nrf52840dk/nrf52840
1110
- nrf21540dk/nrf52840
1211
- nrf54l15dk/nrf54l15/cpuapp
1312
- nrf54l15dk/nrf54l10/cpuapp
1413
- nrf54l15dk/nrf54l05/cpuapp
1514
platform_allow:
16-
- nrf52dk/nrf52832
1715
- nrf52840dk/nrf52840
1816
- nrf21540dk/nrf52840
1917
- nrf54l15dk/nrf54l15/cpuapp

scripts/quarantine.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,6 @@
8282
- [email protected]/nrf54h20/cpuapp
8383
comment: "https://nordicsemi.atlassian.net/browse/NCSDK-31463"
8484

85-
- scenarios:
86-
- sample.bluetooth.mesh.sensor_client
87-
platforms:
88-
- nrf52dk/nrf52832
89-
comment: "https://nordicsemi.atlassian.net/browse/NCSDK-35409"
90-
9185
- scenarios:
9286
- sample.nrf7002_eb.thingy53.shell
9387
platforms:

0 commit comments

Comments
 (0)