Skip to content

Commit

Permalink
Kconfig.nrf: Update CONFIG_MCUMGR_TRANSPORT_NETBUF_SIZE default
Browse files Browse the repository at this point in the history
Update the condition for default value to align with new name of the
Kconfig option.

Jira: NCSDK-20655

Signed-off-by: Marek Pieta <Marek.Pieta@nordicsemi.no>
  • Loading branch information
MarekPieta authored and carlescufi committed Apr 12, 2023
1 parent 210169d commit 2111433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kconfig.nrf
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ config PRIVILEGED_STACK_SIZE
# nRF Connect SDK needs larger mcumgr buffers when supporting multi-image DFU
# or when the Bluetooth Reassembly feature is enabled.
config MCUMGR_TRANSPORT_NETBUF_SIZE
default 2475 if MCUMGR_SMP_REASSEMBLY_BT
default 2475 if MCUMGR_TRANSPORT_BT_REASSEMBLY
default 1024 if UPDATEABLE_IMAGE_NUMBER > 1

# When using HCI on the nRF5340 we need a larger command buffer.
Expand Down

0 comments on commit 2111433

Please sign in to comment.