Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[nrf toup][nrfconnect] Enable cache processing for SUIT #483

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions config/nrfconnect/chip-module/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@ config CHIP_BOOTLOADER_NONE

endchoice

if CHIP_BOOTLOADER_SUIT
choice SUIT_DFU_CANDIDATE_PROCESSING_LEVEL
ArekBalysNordic marked this conversation as resolved.
Show resolved Hide resolved
default SUIT_DFU_CANDIDATE_PROCESSING_PUSH_TO_CACHE
endchoice
endif # CHIP_BOOTLOADER_SUIT

config CHIP_DFU_LIBRARY_MCUMGR
bool "Use mcumgr library for Matter DFU purposes"
# MCUBOOT
Expand All @@ -86,6 +92,7 @@ config CHIP_DFU_LIBRARY_MCUMGR
select MGMT_SUITFU if CHIP_BOOTLOADER_SUIT
select MGMT_SUITFU_GRP_SUIT if CHIP_BOOTLOADER_SUIT
select MCUMGR_SMP_LEGACY_RC_BEHAVIOUR if CHIP_BOOTLOADER_SUIT
select MGMT_SUITFU_GRP_SUIT_CACHE_RAW_UPLOAD if CHIP_BOOTLOADER_SUIT
# COMMON
select MCUMGR
imply STREAM_FLASH
Expand Down
Loading