Skip to content

Commit

Permalink
suit: Enable crypto in BT variant
Browse files Browse the repository at this point in the history
For now BT stack requires an entropy source, that is delivered by the
NRF_SECURITY module.

Ref: NCSDK-31359

Signed-off-by: Tomasz Chyrowicz <[email protected]>
  • Loading branch information
tomchy authored and anangl committed Jan 21, 2025
1 parent d98f731 commit 36f8e15
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions samples/suit/smp_transfer/sysbuild/smp_transfer_bt.conf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ CONFIG_MCUMGR_TRANSPORT_BT_CONN_PARAM_CONTROL=y
# Enable logs over UART
CONFIG_LOG=y

# Enable entropy source
CONFIG_NRF_SECURITY=y

# Enable the mcumgr Packet Reassembly feature over Bluetooth and its configuration dependencies.
# MCUmgr buffer size is optimized to fit one SMP packet divided into five Bluetooth Write Commands,
# transmitted with the maximum possible MTU value: 498 bytes.
Expand Down

0 comments on commit 36f8e15

Please sign in to comment.