Skip to content

Commit c20613d

Browse files
maje-embrlubos
authored andcommitted
samples: edge_impulse: Add support for nRF54H20DK
Adds support for nRF54H20DK in the data_forwarder and wrapper samples. Ref: NCSDK-30037 Signed-off-by: Marcin Jelinski <[email protected]>
1 parent ab0f67e commit c20613d

File tree

4 files changed

+30
-1
lines changed

4 files changed

+30
-1
lines changed

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,16 @@ DECT NR+ samples
279279
Edge Impulse samples
280280
--------------------
281281

282-
|no_changes_yet_note|
282+
Edge Impulse samples
283+
--------------------
284+
285+
* :ref:`ei_data_forwarder_sample` sample:
286+
287+
* Added support for the :ref:`zephyr:nrf54h20dk_nrf54h20` board.
288+
289+
* :ref:`ei_wrapper_sample` sample:
290+
291+
* Added support for the :ref:`zephyr:nrf54h20dk_nrf54h20` board.
283292

284293
Enhanced ShockBurst samples
285294
---------------------------
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
/*
2+
* Copyright (c) 2024 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 = &uart136;
15+
};
16+
};

samples/edge_impulse/data_forwarder/sample.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ tests:
1111
- nrf5340dk/nrf5340/cpuapp
1212
- nrf5340dk/nrf5340/cpuapp/ns
1313
- nrf54l15dk/nrf54l15/cpuapp
14+
- nrf54h20dk/nrf54h20/cpuapp
1415
- nrf9160dk/nrf9160/ns
1516
- thingy91x/nrf9151/ns
1617
integration_platforms:
@@ -19,6 +20,7 @@ tests:
1920
- nrf5340dk/nrf5340/cpuapp
2021
- nrf5340dk/nrf5340/cpuapp/ns
2122
- nrf54l15dk/nrf54l15/cpuapp
23+
- nrf54h20dk/nrf54h20/cpuapp
2224
- nrf9160dk/nrf9160/ns
2325
platform_exclude: native_posix qemu_x86 qemu_cortex_m3
2426
tags: ci_build sysbuild ci_samples_edge_impulse

samples/edge_impulse/wrapper/sample.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ common:
1818
- nrf5340dk/nrf5340/cpuapp
1919
- nrf5340dk/nrf5340/cpuapp/ns
2020
- nrf54l15dk/nrf54l15/cpuapp
21+
- nrf54h20dk/nrf54h20/cpuapp
2122
- nrf9160dk/nrf9160/ns
2223
- qemu_cortex_m3
2324
- thingy91x/nrf9151/ns
@@ -27,6 +28,7 @@ common:
2728
- nrf5340dk/nrf5340/cpuapp
2829
- nrf5340dk/nrf5340/cpuapp/ns
2930
- nrf54l15dk/nrf54l15/cpuapp
31+
- nrf54h20dk/nrf54h20/cpuapp
3032
- nrf9160dk/nrf9160/ns
3133
- qemu_cortex_m3
3234
platform_exclude: native_posix qemu_x86

0 commit comments

Comments
 (0)