We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90ad2e7 commit c433a90Copy full SHA for c433a90
samples/subsys/mgmt/mcumgr/smp_svr/Kconfig
@@ -0,0 +1,9 @@
1
+# Copyright (c) 2025 Nordic Semiconductor ASA
2
+# SPDX-License-Identifier: Apache-2.0
3
+
4
+config SMP_SVR_NRF54H20_SAMPLE
5
+ bool
6
+ default y if SOC_NRF54H20_CPUAPP
7
+ select EXPERIMENTAL
8
9
+source "Kconfig.zephyr"
samples/subsys/mgmt/mcumgr/smp_svr/boards/nrf54h20dk_nrf54h20_cpuapp_iron.conf
@@ -0,0 +1,3 @@
+# Disable GPD because no IPC is enabled in SSDFW
+CONFIG_SOC_NRF54H20_GPD=n
+CONFIG_PM=n
samples/subsys/mgmt/mcumgr/smp_svr/sample.yaml
@@ -88,6 +88,7 @@ tests:
88
- mimxrt685_evk/mimxrt685s/cm33
89
- rd_rw612_bga
90
- nrf52840dk/nrf52840
91
+ - nrf54h20dk/nrf54h20/cpuapp/iron
92
- pinnacle_100_dvk
93
- mg100
94
integration_platforms:
0 commit comments