File tree Expand file tree Collapse file tree 5 files changed +41
-1
lines changed
doc/nrf/releases_and_maturity/releases Expand file tree Collapse file tree 5 files changed +41
-1
lines changed Original file line number Diff line number Diff line change @@ -610,7 +610,7 @@ DECT NR+ samples
610610Edge Impulse samples
611611--------------------
612612
613- | no_changes_yet_note |
613+ * Added support for the `` nrf54l15dk/nrf54l05/cpuapp `` and `` nrf54l15dk/nrf54l10/cpuapp `` board targets in all Edge Impulse samples.
614614
615615Enhanced ShockBurst samples
616616---------------------------
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (c) 2025 Nordic Semiconductor ASA
3+ *
4+ * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+ */
6+
7+ / {
8+ sensor_sim: sensor-sim {
9+ compatible = "nordic,sensor-sim";
10+ acc-signal = "wave";
11+ };
12+
13+ chosen {
14+ ncs,ei-uart = &uart20;
15+ };
16+ };
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (c) 2025 Nordic Semiconductor ASA
3+ *
4+ * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+ */
6+
7+ / {
8+ sensor_sim: sensor-sim {
9+ compatible = "nordic,sensor-sim";
10+ acc-signal = "wave";
11+ };
12+
13+ chosen {
14+ ncs,ei-uart = &uart20;
15+ };
16+ };
Original file line number Diff line number Diff line change 1010 - nrf52840dk/nrf52840
1111 - nrf5340dk/nrf5340/cpuapp
1212 - nrf5340dk/nrf5340/cpuapp/ns
13+ - nrf54l15dk/nrf54l05/cpuapp
14+ - nrf54l15dk/nrf54l10/cpuapp
1315 - nrf54l15dk/nrf54l15/cpuapp
1416 - nrf54h20dk/nrf54h20/cpuapp
1517 - nrf9160dk/nrf9160/ns
1921 - nrf52840dk/nrf52840
2022 - nrf5340dk/nrf5340/cpuapp
2123 - nrf5340dk/nrf5340/cpuapp/ns
24+ - nrf54l15dk/nrf54l05/cpuapp
25+ - nrf54l15dk/nrf54l10/cpuapp
2226 - nrf54l15dk/nrf54l15/cpuapp
2327 - nrf54h20dk/nrf54h20/cpuapp
2428 - nrf9160dk/nrf9160/ns
Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ common:
1717 - nrf52840dk/nrf52840
1818 - nrf5340dk/nrf5340/cpuapp
1919 - nrf5340dk/nrf5340/cpuapp/ns
20+ - nrf54l15dk/nrf54l05/cpuapp
21+ - nrf54l15dk/nrf54l10/cpuapp
2022 - nrf54l15dk/nrf54l15/cpuapp
2123 - nrf54h20dk/nrf54h20/cpuapp
2224 - nrf9160dk/nrf9160/ns
@@ -27,6 +29,8 @@ common:
2729 - nrf52840dk/nrf52840
2830 - nrf5340dk/nrf5340/cpuapp
2931 - nrf5340dk/nrf5340/cpuapp/ns
32+ - nrf54l15dk/nrf54l05/cpuapp
33+ - nrf54l15dk/nrf54l10/cpuapp
3034 - nrf54l15dk/nrf54l15/cpuapp
3135 - nrf54h20dk/nrf54h20/cpuapp
3236 - nrf9160dk/nrf9160/ns
You can’t perform that action at this time.
0 commit comments