Skip to content

Commit 1054642

Browse files
kkasperczyk-nopull[bot]
authored andcommitted
[nrfconnect] Enabled support for settings erase during DFU (#24548)
Currently command that allows for erasing settings partition during DFU is enabled only for the nRF53 family. Enabled support for erasing settings for all nRF platforms.
1 parent bb6cb00 commit 1054642

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/nrfconnect/chip-module/Kconfig.features

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ config CHIP_DFU_OVER_BT_SMP
8383
select MCUMGR_CMD_IMG_MGMT
8484
select MCUMGR_CMD_OS_MGMT
8585
# Enable custom SMP request to erase settings partition.
86-
select MCUMGR_GRP_ZEPHYR_BASIC if SOC_SERIES_NRF53X
87-
select MCUMGR_GRP_BASIC_CMD_STORAGE_ERASE if SOC_SERIES_NRF53X
86+
select MCUMGR_GRP_ZEPHYR_BASIC
87+
select MCUMGR_GRP_BASIC_CMD_STORAGE_ERASE
8888
help
8989
Enables Device Firmware Upgrade over Bluetooth LE with SMP and configures
9090
the set of options related to that feature.

0 commit comments

Comments
 (0)