File tree Expand file tree Collapse file tree 3 files changed +18
-0
lines changed
samples/subsys/mgmt/mcumgr/smp_svr Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 1+ # Disable GPD because no IPC is enabled in SSDFW
2+ CONFIG_SOC_NRF54H20_GPD=n
3+ CONFIG_PM=n
4+
5+ # If cpusec_cpuapp_ipc node is present in dtc, it automatically enables canonical ZCBOR encoding.
6+ # Canonical ZCBOR encoding needs legacy RC behaviour to work with mcumgr-client and other PC tools.
7+ # When tools are updated, this can be removed.
8+ CONFIG_MCUMGR_SMP_LEGACY_RC_BEHAVIOUR=y
Original file line number Diff line number Diff line change 8888 - mimxrt685_evk/mimxrt685s/cm33
8989 - rd_rw612_bga
9090 - nrf52840dk/nrf52840
91+ - nrf54h20dk/nrf54h20/cpuapp/iron
9192 - pinnacle_100_dvk
9293 - mg100
9394 integration_platforms :
You can’t perform that action at this time.
0 commit comments