doc: release: 3.3: Add note on MCUmgr transports

Adds details on additional Kconfigs that need to be selected for
MCUmgr transports.

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
Jamie McCrae 2023-01-13 15:40:03 +00:00 committed by Carles Cufí
commit a870ca80e4

View file

@ -70,6 +70,27 @@ Changes in this release
:kconfig:option:`CONFIG_MCUMGR_TRANSPORT_BT_AUTOMATIC_INIT` should be
disabled and the application should call :c:func:`smp_bt_start` at startup.
* MCUmgr transport Kconfigs have changed from ``select`` to ``depends on``
which means that for applications using the Bluetooth transport,
applications will now need to enable the following:
* :kconfig:option:`CONFIG_BT`
* :kconfig:option:`CONFIG_BT_PERIPHERAL`
For CDC or serial transports:
* :kconfig:option:`CONFIG_CONSOLE`
For shell transport:
* :kconfig:option:`CONFIG_SHELL`
* :kconfig:option:`CONFIG_SHELL_BACKEND_SERIAL`
For UDP transport:
* :kconfig:option:`CONFIG_NETWORKING`
* :kconfig:option:`CONFIG_NET_UDP`
Removed APIs in this release
============================