Skip to content

Commit e63004f

Browse files
nordicjmmbolivar-nordic
authored andcommitted
[nrf fromtree] 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]> (cherry picked from commit 6512400) (cherry picked from commit 06319fe)
1 parent 0eb2382 commit e63004f

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
@@ -64,15 +64,10 @@ Changes in this release
6464

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

7772
Removed APIs in this release
7873
============================

0 commit comments

Comments
 (0)