Skip to content

Commit

Permalink
samples: bluetooth: mesh: Remove target nRF52832 for light ctrl sample
Browse files Browse the repository at this point in the history
Light ctrl samples is not able to fit on nrf52832 anymore due to
increased RAM usage by MBEDTLS PSA.

Signed-off-by: alperen sener <[email protected]>
  • Loading branch information
m-alperen-sener committed Jan 21, 2025
1 parent 9d58906 commit 9c3cc74
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

This file was deleted.

4 changes: 0 additions & 4 deletions samples/bluetooth/mesh/light_ctrl/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ tests:
sysbuild: true
build_only: true
integration_platforms:
- nrf52dk/nrf52832
- nrf52840dk/nrf52840
- nrf52833dk/nrf52833
- nrf5340dk/nrf5340/cpuapp
Expand All @@ -18,7 +17,6 @@ tests:
- nrf54l15dk/nrf54l10/cpuapp
- nrf54l15dk/nrf54l05/cpuapp
platform_allow:
- nrf52dk/nrf52832
- nrf52840dk/nrf52840
- nrf5340dk/nrf5340/cpuapp
- nrf5340dk/nrf5340/cpuapp/ns
Expand All @@ -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
Expand All @@ -49,7 +46,6 @@ tests:
- nrf54l15dk/nrf54l10/cpuapp
- nrf54l15dk/nrf54l05/cpuapp
platform_allow:
- nrf52dk/nrf52832
- nrf52840dk/nrf52840
- nrf5340dk/nrf5340/cpuapp
- nrf5340dk/nrf5340/cpuapp/ns
Expand Down

0 comments on commit 9c3cc74

Please sign in to comment.