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 @@ -60,15 +60,10 @@ Changes in this release
60
60
61
61
* MCUmgr Bluetooth and UDP transports no longer need to be registered by the
62
62
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.
72
67
73
68
* MCUmgr transport Kconfigs have changed from ``select `` to ``depends on ``
74
69
which means that for applications using the Bluetooth transport,
You can’t perform that action at this time.
0 commit comments