From 9c3cc7484f74e8e5de9618b6378c9c8ce39fb038 Mon Sep 17 00:00:00 2001 From: alperen sener Date: Mon, 20 Jan 2025 16:10:11 +0100 Subject: [PATCH] samples: bluetooth: mesh: Remove target nRF52832 for light ctrl sample Light ctrl samples is not able to fit on nrf52832 anymore due to increased RAM usage by MBEDTLS PSA. Signed-off-by: alperen sener --- .../releases/release-notes-changelog.rst | 4 ++++ .../mesh/light_ctrl/boards/nrf52dk_nrf52832.conf | 9 --------- samples/bluetooth/mesh/light_ctrl/sample.yaml | 4 ---- 3 files changed, 4 insertions(+), 13 deletions(-) delete mode 100644 samples/bluetooth/mesh/light_ctrl/boards/nrf52dk_nrf52832.conf diff --git a/doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst b/doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst index 74fbf3eb9f59..cc2558495358 100644 --- a/doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst +++ b/doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst @@ -261,6 +261,10 @@ Bluetooth Fast Pair samples Bluetooth Mesh samples ---------------------- +* :ref:`bluetooth_mesh_light_lc` sample: + + * Removed support for the :ref:`zephyr:nrf52dk_nrf52832` board target. + * Added: * Support for nRF54L10 in the following samples: diff --git a/samples/bluetooth/mesh/light_ctrl/boards/nrf52dk_nrf52832.conf b/samples/bluetooth/mesh/light_ctrl/boards/nrf52dk_nrf52832.conf deleted file mode 100644 index ce4f1045d3d1..000000000000 --- a/samples/bluetooth/mesh/light_ctrl/boards/nrf52dk_nrf52832.conf +++ /dev/null @@ -1,9 +0,0 @@ -# -# Copyright (c) 2024 Nordic Semiconductor ASA -# -# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause -# -################################################################################ -# Application overlay - nrf52dk_nrf52832 - -CONFIG_SOC_FLASH_NRF_PARTIAL_ERASE=n diff --git a/samples/bluetooth/mesh/light_ctrl/sample.yaml b/samples/bluetooth/mesh/light_ctrl/sample.yaml index ef800ccb1a05..92f46e8b0374 100644 --- a/samples/bluetooth/mesh/light_ctrl/sample.yaml +++ b/samples/bluetooth/mesh/light_ctrl/sample.yaml @@ -6,7 +6,6 @@ tests: sysbuild: true build_only: true integration_platforms: - - nrf52dk/nrf52832 - nrf52840dk/nrf52840 - nrf52833dk/nrf52833 - nrf5340dk/nrf5340/cpuapp @@ -18,7 +17,6 @@ tests: - nrf54l15dk/nrf54l10/cpuapp - nrf54l15dk/nrf54l05/cpuapp platform_allow: - - nrf52dk/nrf52832 - nrf52840dk/nrf52840 - nrf5340dk/nrf5340/cpuapp - nrf5340dk/nrf5340/cpuapp/ns @@ -38,7 +36,6 @@ tests: extra_args: OVERLAY_CONFIG="overlay-emds.conf" build_only: true integration_platforms: - - nrf52dk/nrf52832 - nrf52840dk/nrf52840 - nrf52833dk/nrf52833 - nrf5340dk/nrf5340/cpuapp @@ -49,7 +46,6 @@ tests: - nrf54l15dk/nrf54l10/cpuapp - nrf54l15dk/nrf54l05/cpuapp platform_allow: - - nrf52dk/nrf52832 - nrf52840dk/nrf52840 - nrf5340dk/nrf5340/cpuapp - nrf5340dk/nrf5340/cpuapp/ns