-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Samples: Bluetooth: Mesh: p2p DFU for nRF53DK
Adds point-to-point DFU support for the nRF53DK. Currently, DFU is only supported for app core image. Signed-off-by: Anders Storrø <[email protected]>
- Loading branch information
1 parent
94e2fa0
commit 779d7ee
Showing
5 changed files
with
37 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
samples/bluetooth/mesh/light/sysbuild/ipc_radio/overlay-dfu.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# One extra connection for mesh GATT/proxy and one for SMP BT. | ||
CONFIG_BT_MAX_CONN=3 | ||
CONFIG_BT_CTLR_SDC_PERIPHERAL_COUNT=3 | ||
|
||
# Add one additional adv set for SMP | ||
CONFIG_BT_EXT_ADV_MAX_ADV_SET=6 |