Skip to content

Commit 6512400

Browse files
nordicjmfabiobaltieri
authored andcommitted
doc: release-notes 3.3: Update MCUmgr transport note
Corrects a note on the revamped bluetooth transport registration. Signed-off-by: Jamie McCrae <[email protected]>
1 parent 4516e71 commit 6512400

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

doc/releases/release-notes-3.3.rst

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,10 @@ Changes in this release
6060

6161
* MCUmgr Bluetooth and UDP transports no longer need to be registered by the
6262
application code, these will now automatically be registered at bootup (this
63-
feature can be disabled or tweaked by adjusting:
64-
:kconfig:option:`CONFIG_MCUMGR_TRANSPORT_BT_AUTOMATIC_INIT`,
65-
:kconfig:option:`CONFIG_MCUMGR_TRANSPORT_BT_AUTOMATIC_INIT_WAIT`, and
66-
:kconfig:option:`CONFIG_MCUMGR_TRANSPORT_UDP_AUTOMATIC_INIT`. If applications
67-
register transports then those registrations should be removed to prevent
68-
registering the same transport multiple times. If the Bluetooth stack needs
69-
to be setup/initialised by another module or the application itself, then
70-
:kconfig:option:`CONFIG_MCUMGR_TRANSPORT_BT_AUTOMATIC_INIT` should be
71-
disabled and the application should call :c:func:`smp_bt_start` at startup.
63+
feature can be disabled for the UDP transport by setting
64+
:kconfig:option:`CONFIG_MCUMGR_TRANSPORT_UDP_AUTOMATIC_INIT`). If
65+
applications register transports then those registrations should be removed
66+
to prevent registering the same transport multiple times.
7267

7368
* MCUmgr transport Kconfigs have changed from ``select`` to ``depends on``
7469
which means that for applications using the Bluetooth transport,

0 commit comments

Comments
 (0)