We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c20897 commit e30da54Copy full SHA for e30da54
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
@@ -85,6 +85,7 @@ tests:
85
- mimxrt685_evk/mimxrt685s/cm33
86
- rd_rw612_bga
87
- nrf52840dk/nrf52840
88
+ - nrf54h20dk/nrf54h20/cpuapp/iron
89
- pinnacle_100_dvk
90
- mg100
91
integration_platforms:
0 commit comments