Skip to content

Commit

Permalink
[nrfconnect] Fixed compilation with dfu overlay error. (#7418)
Browse files Browse the repository at this point in the history
Due to the latest nRF Connect SDK version update few config names
related to Bluetooth changed. Device firmware upgrade overlay
that is used optionally was not aligned to those changes and now
target will not be build because of the compilation errors.

Changed Bluetooth configs names in DFU overlay to be compatible
with the new nRF Connect SDK version.
  • Loading branch information
kkasperczyk-no authored and pull[bot] committed Jul 8, 2021
1 parent 4ed7475 commit abec935
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions config/nrfconnect/app/overlay-dfu_support.conf
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,5 @@ CONFIG_MCUMGR_SMP_BT_AUTHEN=n
CONFIG_MCUMGR_BUF_COUNT=6

# Increase BT MTU and RX buffer for big size DFU messages
CONFIG_BT_L2CAP_TX_MTU=252
CONFIG_BT_L2CAP_RX_MTU=252
CONFIG_BT_RX_BUF_LEN=260
CONFIG_BT_L2CAP_TX_MTU=260
CONFIG_BT_BUF_ACL_RX_SIZE=264

0 comments on commit abec935

Please sign in to comment.