File tree Expand file tree Collapse file tree 4 files changed +30
-1
lines changed
doc/nrf/releases_and_maturity/releases Expand file tree Collapse file tree 4 files changed +30
-1
lines changed Original file line number Diff line number Diff line change @@ -279,7 +279,16 @@ DECT NR+ samples
279279Edge 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
284293Enhanced ShockBurst samples
285294---------------------------
Original file line number Diff line number Diff line change 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+ };
Original file line number Diff line number Diff line change 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 :
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments