Skip to content

Commit

Permalink
[nrfconnect] Enabled support for settings erase during DFU (#24548)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
kkasperczyk-no authored and pull[bot] committed Jan 12, 2024
1 parent c714def commit 5365442
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/nrfconnect/chip-module/Kconfig.features
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ config CHIP_DFU_OVER_BT_SMP
select MCUMGR_CMD_IMG_MGMT
select MCUMGR_CMD_OS_MGMT
# Enable custom SMP request to erase settings partition.
select MCUMGR_GRP_ZEPHYR_BASIC if SOC_SERIES_NRF53X
select MCUMGR_GRP_BASIC_CMD_STORAGE_ERASE if SOC_SERIES_NRF53X
select MCUMGR_GRP_ZEPHYR_BASIC
select MCUMGR_GRP_BASIC_CMD_STORAGE_ERASE
help
Enables Device Firmware Upgrade over Bluetooth LE with SMP and configures
the set of options related to that feature.
Expand Down

0 comments on commit 5365442

Please sign in to comment.