Skip to content

Commit 2ed6d64

Browse files
committed
samples: add nRF54L05 and L10 board targets in NFC samples
Adding support for the L05 and L10 board targets with required configuration where necessary. Signed-off-by: Michał Grochala <michal.grochala@nordicsemi.no>
1 parent 60c045e commit 2ed6d64

13 files changed

+82
-1
lines changed

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

+8-1
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,14 @@ Networking samples
583583
NFC samples
584584
-----------
585585

586-
|no_changes_yet_note|
586+
* Added support for the ``nrf54l15dk/nrf54l05/cpuapp`` and ``nrf54l15dk/nrf54l10/cpuapp`` board targets in the following samples:
587+
588+
* :ref:`record_text`
589+
* :ref:`record_launch_app`
590+
* :ref:`nfc_shell`
591+
* :ref:`nrf-nfc-system-off-sample`
592+
* :ref:`nfc_tnep_tag`
593+
* :ref:`writable_ndef_msg`
587594

588595
nRF5340 samples
589596
---------------

samples/nfc/record_launch_app/sample.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,17 @@ tests:
1111
- nrf5340dk/nrf5340/cpuapp
1212
- nrf5340dk/nrf5340/cpuapp/ns
1313
- nrf54h20dk/nrf54h20/cpuapp
14+
- nrf54l15dk/nrf54l05/cpuapp
15+
- nrf54l15dk/nrf54l10/cpuapp
1416
- nrf54l15dk/nrf54l15/cpuapp
1517
platform_allow:
1618
- nrf52840dk/nrf52840
1719
- nrf52dk/nrf52832
1820
- nrf5340dk/nrf5340/cpuapp
1921
- nrf5340dk/nrf5340/cpuapp/ns
2022
- nrf54h20dk/nrf54h20/cpuapp
23+
- nrf54l15dk/nrf54l05/cpuapp
24+
- nrf54l15dk/nrf54l10/cpuapp
2125
- nrf54l15dk/nrf54l15/cpuapp
2226
tags:
2327
- ci_build

samples/nfc/record_text/sample.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,17 @@ tests:
1111
- nrf5340dk/nrf5340/cpuapp
1212
- nrf5340dk/nrf5340/cpuapp/ns
1313
- nrf54h20dk/nrf54h20/cpuapp
14+
- nrf54l15dk/nrf54l05/cpuapp
15+
- nrf54l15dk/nrf54l10/cpuapp
1416
- nrf54l15dk/nrf54l15/cpuapp
1517
platform_allow:
1618
- nrf52840dk/nrf52840
1719
- nrf52dk/nrf52832
1820
- nrf5340dk/nrf5340/cpuapp
1921
- nrf5340dk/nrf5340/cpuapp/ns
2022
- nrf54h20dk/nrf54h20/cpuapp
23+
- nrf54l15dk/nrf54l05/cpuapp
24+
- nrf54l15dk/nrf54l10/cpuapp
2125
- nrf54l15dk/nrf54l15/cpuapp
2226
tags:
2327
- ci_build

samples/nfc/shell/sample.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,17 @@ tests:
1111
- nrf5340dk/nrf5340/cpuapp
1212
- nrf5340dk/nrf5340/cpuapp/ns
1313
- nrf54h20dk/nrf54h20/cpuapp
14+
- nrf54l15dk/nrf54l05/cpuapp
15+
- nrf54l15dk/nrf54l10/cpuapp
1416
- nrf54l15dk/nrf54l15/cpuapp
1517
platform_allow:
1618
- nrf52840dk/nrf52840
1719
- nrf52dk/nrf52832
1820
- nrf5340dk/nrf5340/cpuapp
1921
- nrf5340dk/nrf5340/cpuapp/ns
2022
- nrf54h20dk/nrf54h20/cpuapp
23+
- nrf54l15dk/nrf54l05/cpuapp
24+
- nrf54l15dk/nrf54l10/cpuapp
2125
- nrf54l15dk/nrf54l15/cpuapp
2226
tags:
2327
- ci_build
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#
2+
# Copyright (c) 2025 Nordic Semiconductor ASA
3+
#
4+
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
#
6+
7+
CONFIG_PM_DEVICE=y
8+
CONFIG_PM_DEVICE_RUNTIME=y
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/*
2+
* Copyright (c) 2025 Nordic Semiconductor ASA
3+
*
4+
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
*/
6+
7+
&uart20 {
8+
zephyr,pm-device-runtime-auto;
9+
};
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#
2+
# Copyright (c) 2025 Nordic Semiconductor ASA
3+
#
4+
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
#
6+
7+
CONFIG_PM_DEVICE=y
8+
CONFIG_PM_DEVICE_RUNTIME=y
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/*
2+
* Copyright (c) 2025 Nordic Semiconductor ASA
3+
*
4+
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
*/
6+
7+
&uart20 {
8+
zephyr,pm-device-runtime-auto;
9+
};

samples/nfc/system_off/sample.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,16 @@ tests:
1010
- nrf52dk/nrf52832
1111
- nrf5340dk/nrf5340/cpuapp
1212
- nrf5340dk/nrf5340/cpuapp/ns
13+
- nrf54l15dk/nrf54l05/cpuapp
14+
- nrf54l15dk/nrf54l10/cpuapp
1315
- nrf54l15dk/nrf54l15/cpuapp
1416
platform_allow:
1517
- nrf52840dk/nrf52840
1618
- nrf52dk/nrf52832
1719
- nrf5340dk/nrf5340/cpuapp
1820
- nrf5340dk/nrf5340/cpuapp/ns
21+
- nrf54l15dk/nrf54l05/cpuapp
22+
- nrf54l15dk/nrf54l10/cpuapp
1923
- nrf54l15dk/nrf54l15/cpuapp
2024
tags:
2125
- ci_build

samples/nfc/tnep_tag/sample.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,17 @@ tests:
1111
- nrf5340dk/nrf5340/cpuapp
1212
- nrf5340dk/nrf5340/cpuapp/ns
1313
- nrf54h20dk/nrf54h20/cpuapp
14+
- nrf54l15dk/nrf54l05/cpuapp
15+
- nrf54l15dk/nrf54l10/cpuapp
1416
- nrf54l15dk/nrf54l15/cpuapp
1517
platform_allow:
1618
- nrf52840dk/nrf52840
1719
- nrf52dk/nrf52832
1820
- nrf5340dk/nrf5340/cpuapp
1921
- nrf5340dk/nrf5340/cpuapp/ns
2022
- nrf54h20dk/nrf54h20/cpuapp
23+
- nrf54l15dk/nrf54l05/cpuapp
24+
- nrf54l15dk/nrf54l10/cpuapp
2125
- nrf54l15dk/nrf54l15/cpuapp
2226
tags:
2327
- ci_build
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#
2+
# Copyright (c) 2025 Nordic Semiconductor ASA
3+
#
4+
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
#
6+
7+
CONFIG_NVS=n
8+
CONFIG_ZMS=y
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#
2+
# Copyright (c) 2025 Nordic Semiconductor ASA
3+
#
4+
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
#
6+
7+
CONFIG_NVS=n
8+
CONFIG_ZMS=y

samples/nfc/writable_ndef_msg/sample.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,17 @@ tests:
1111
- nrf5340dk/nrf5340/cpuapp
1212
- nrf5340dk/nrf5340/cpuapp/ns
1313
- nrf54h20dk/nrf54h20/cpuapp
14+
- nrf54l15dk/nrf54l05/cpuapp
15+
- nrf54l15dk/nrf54l10/cpuapp
1416
- nrf54l15dk/nrf54l15/cpuapp
1517
platform_allow:
1618
- nrf52840dk/nrf52840
1719
- nrf52dk/nrf52832
1820
- nrf5340dk/nrf5340/cpuapp
1921
- nrf5340dk/nrf5340/cpuapp/ns
2022
- nrf54h20dk/nrf54h20/cpuapp
23+
- nrf54l15dk/nrf54l05/cpuapp
24+
- nrf54l15dk/nrf54l10/cpuapp
2125
- nrf54l15dk/nrf54l15/cpuapp
2226
tags:
2327
- ci_build

0 commit comments

Comments
 (0)