Skip to content

Commit 1f6f021

Browse files
grochupdunaj
authored andcommitted
samples: esb: Add support for the nRF54L05 and L10 build targets
Adding build support for nRF54L05 and nRF54L10 devices on the nRF54L15DK boards with required configurations. Ref. NCSDK-32726 Signed-off-by: Michał Grochala <[email protected]>
1 parent 04d0a18 commit 1f6f021

File tree

7 files changed

+41
-1
lines changed

7 files changed

+41
-1
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
@@ -626,7 +626,7 @@ Edge Impulse samples
626626
Enhanced ShockBurst samples
627627
---------------------------
628628

629-
|no_changes_yet_note|
629+
* Added support for the ``nrf54l15dk/nrf54l05/cpuapp`` and ``nrf54l15dk/nrf54l10/cpuapp`` board targets in all ESB samples.
630630

631631
Gazell samples
632632
--------------
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#
2+
# Copyright (c) 2025 Nordic Semiconductor
3+
#
4+
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
#
6+
7+
# Enable DPPI driver
8+
CONFIG_NRFX_DPPI10=y
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#
2+
# Copyright (c) 2025 Nordic Semiconductor
3+
#
4+
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
#
6+
7+
# Enable DPPI driver
8+
CONFIG_NRFX_DPPI10=y

samples/esb/esb_prx/sample.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ tests:
3030
- nrf5340dk/nrf5340/cpunet
3131
- nrf21540dk/nrf52840
3232
- nrf54h20dk/nrf54h20/cpurad
33+
- nrf54l15dk/nrf54l05/cpuapp
34+
- nrf54l15dk/nrf54l10/cpuapp
3335
- nrf54l15dk/nrf54l15/cpuapp
3436
platform_allow:
3537
- nrf52dk/nrf52832
@@ -39,6 +41,8 @@ tests:
3941
- nrf5340dk/nrf5340/cpunet
4042
- nrf21540dk/nrf52840
4143
- nrf54h20dk/nrf54h20/cpurad
44+
- nrf54l15dk/nrf54l05/cpuapp
45+
- nrf54l15dk/nrf54l10/cpuapp
4246
- nrf54l15dk/nrf54l15/cpuapp
4347
tags:
4448
- esb
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#
2+
# Copyright (c) 2025 Nordic Semiconductor
3+
#
4+
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
#
6+
7+
# Enable DPPI driver
8+
CONFIG_NRFX_DPPI10=y
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#
2+
# Copyright (c) 2025 Nordic Semiconductor
3+
#
4+
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
#
6+
7+
# Enable DPPI driver
8+
CONFIG_NRFX_DPPI10=y

samples/esb/esb_ptx/sample.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ tests:
3030
- nrf5340dk/nrf5340/cpunet
3131
- nrf21540dk/nrf52840
3232
- nrf54h20dk/nrf54h20/cpurad
33+
- nrf54l15dk/nrf54l05/cpuapp
34+
- nrf54l15dk/nrf54l10/cpuapp
3335
- nrf54l15dk/nrf54l15/cpuapp
3436
platform_allow:
3537
- nrf52dk/nrf52832
@@ -39,6 +41,8 @@ tests:
3941
- nrf5340dk/nrf5340/cpunet
4042
- nrf21540dk/nrf52840
4143
- nrf54h20dk/nrf54h20/cpurad
44+
- nrf54l15dk/nrf54l05/cpuapp
45+
- nrf54l15dk/nrf54l10/cpuapp
4246
- nrf54l15dk/nrf54l15/cpuapp
4347
tags:
4448
- esb

0 commit comments

Comments
 (0)