Skip to content

Commit

Permalink
kconfig: increase default value of BT_BUF_CMD_TX_COUNT for nRF5340
Browse files Browse the repository at this point in the history
Fixes: NCSDK-13801

Increase the default value of BT_BUF_CMD_TX_COUNT to 10 when building
for the nRF5340 SoC as the amount of buffers are too small.

Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
  • Loading branch information
tejlmand authored and carlescufi committed Feb 11, 2022
1 parent 81ce6a5 commit dff4f19
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Kconfig.nrf
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ config PRIVILEGED_STACK_SIZE
config MCUMGR_BUF_SIZE
default 1024 if UPDATEABLE_IMAGE_NUMBER > 1

# When using HCI on the nRF5340 we need a larger command buffer.
config BT_BUF_CMD_TX_COUNT
default 10 if SOC_NRF5340_CPUAPP || SOC_NRF5340_CPUNET

# Set ENTROPY_GENERATOR to true for TF-M or SPM builds with enabled
# RNG provided from secure services.
config ENTROPY_GENERATOR
Expand Down

0 comments on commit dff4f19

Please sign in to comment.