Skip to content

Commit 709f20d

Browse files
committed
samples: bluetooth: fast_pair: locator_tag: stack protection in mcuboot
Enabled explicitly the CONFIG_HW_STACK_PROTECTION Kconfig option in the MCUboot image that is part of the Fast Pair Locator Tag sample. Signed-off-by: Kamil Piszczek <[email protected]>
1 parent fd72e3c commit 709f20d

File tree

1 file changed

+2
-0
lines changed
  • samples/bluetooth/fast_pair/locator_tag/sysbuild/mcuboot

1 file changed

+2
-0
lines changed

samples/bluetooth/fast_pair/locator_tag/sysbuild/mcuboot/prj.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ CONFIG_PM=n
88

99
CONFIG_MAIN_STACK_SIZE=10240
1010

11+
CONFIG_HW_STACK_PROTECTION=y
12+
1113
CONFIG_FLASH=y
1214
CONFIG_FPROTECT=y
1315
CONFIG_ASSERT=n

0 commit comments

Comments
 (0)