File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff 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
7772Removed APIs in this release
7873============================
You can’t perform that action at this time.
0 commit comments