Skip to content

Commit 964bb4a

Browse files
grochunordicjm
authored andcommitted
samples: edge_impulse: Add support for nRF54L05/L10 targets
Adding support for the build targets for SoCs: nRF54L05 and nRF54l10 on the nRF54L15DK board. Ref. NCSDK-31313 Signed-off-by: Michał Grochala <[email protected]>
1 parent a77dcbe commit 964bb4a

File tree

5 files changed

+41
-1
lines changed

5 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
@@ -610,7 +610,7 @@ DECT NR+ samples
610610
Edge 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

615615
Enhanced ShockBurst samples
616616
---------------------------
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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+
};
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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+
};

samples/edge_impulse/data_forwarder/sample.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ tests:
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
@@ -19,6 +21,8 @@ tests:
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

samples/edge_impulse/wrapper/sample.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)