Skip to content

Commit

Permalink
samples: bluetooth: fast_pair: locator_tag: Set RSA sig type for DKs
Browse files Browse the repository at this point in the history
Set signature type to RSA for DKs.

Jira: NCSDK-29943

Signed-off-by: Mateusz Kapala <[email protected]>
  • Loading branch information
mkapala-nordic authored and nordicjm committed Nov 7, 2024
1 parent fbb05eb commit 78f806d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@

SB_CONFIG_BOOTLOADER_MCUBOOT=y
SB_CONFIG_MCUBOOT_MODE_DIRECT_XIP=y
SB_CONFIG_BOOT_SIGNATURE_TYPE_RSA=y
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@

SB_CONFIG_BOOTLOADER_MCUBOOT=y
SB_CONFIG_MCUBOOT_MODE_DIRECT_XIP=y
SB_CONFIG_BOOT_SIGNATURE_TYPE_RSA=y
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@

SB_CONFIG_BOOTLOADER_MCUBOOT=y
SB_CONFIG_MCUBOOT_MODE_DIRECT_XIP=y
SB_CONFIG_BOOT_SIGNATURE_TYPE_RSA=y
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ SB_CONFIG_NETCORE_IPC_RADIO=y
SB_CONFIG_BOOTLOADER_MCUBOOT=y
SB_CONFIG_MCUBOOT_MODE_OVERWRITE_ONLY=y
SB_CONFIG_PM_EXTERNAL_FLASH_MCUBOOT_SECONDARY=y
SB_CONFIG_BOOT_SIGNATURE_TYPE_RSA=y

SB_CONFIG_SECURE_BOOT_NETCORE=y
SB_CONFIG_NETCORE_APP_UPDATE=y
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ SB_CONFIG_BOOTLOADER_MCUBOOT=y
SB_CONFIG_MCUBOOT_MODE_OVERWRITE_ONLY=y
SB_CONFIG_PM_EXTERNAL_FLASH_MCUBOOT_SECONDARY=y
SB_CONFIG_MCUBOOT_USE_ALL_AVAILABLE_RAM=y
SB_CONFIG_BOOT_SIGNATURE_TYPE_RSA=y

SB_CONFIG_SECURE_BOOT_NETCORE=y
SB_CONFIG_NETCORE_APP_UPDATE=y
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@

SB_CONFIG_BOOTLOADER_MCUBOOT=y
SB_CONFIG_MCUBOOT_MODE_DIRECT_XIP=y
SB_CONFIG_BOOT_SIGNATURE_TYPE_RSA=y

0 comments on commit 78f806d

Please sign in to comment.