Skip to content

Commit 9fb8c4a

Browse files
ahasztagcarlescufi
authored andcommitted
samples: suit recovery - switch to SMP SUIT group
This commit changes the SMP group used by the SUIT recovery image. Until now the IMG group was supported, after this commit - the SUIT group. Signed-off-by: Artur Hadasz <[email protected]>
1 parent 36cc17e commit 9fb8c4a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

samples/suit/recovery/prj.conf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@ CONFIG_SUIT=y
2929
CONFIG_MGMT_SUITFU=y
3030
CONFIG_FLASH=y
3131

32+
CONFIG_MCUMGR_GRP_OS=y
33+
CONFIG_MGMT_SUITFU_GRP_SUIT=y
34+
CONFIG_MGMT_SUITFU_GRP_SUIT_IMAGE_FETCH=n
35+
CONFIG_MGMT_SUITFU_GRP_IMG=n
36+
CONFIG_MCUMGR_GRP_OS_BOOTLOADER_INFO=y
37+
CONFIG_MCUMGR_GRP_OS_ECHO=n
38+
CONFIG_MCUMGR_GRP_OS_INFO=n
39+
3240
##################
3341
# Bluetooth config
3442

0 commit comments

Comments
 (0)