Skip to content

Commit 53f14c5

Browse files
committed
doc: release: Deprecate CONFIG_MULTITHREADING=n in 2.4.0 release notes
Adds a note about deprecating single-threaded mode to the 2.4.0 release notes. Signed-off-by: Maureen Helm <[email protected]>
1 parent 2754c0f commit 53f14c5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/releases/release-notes-2.4.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,11 @@ Deprecated in this release
134134
* ``sys_mem_pool_free()``
135135
* ``sys_mem_pool_try_expand_inplace()``
136136

137+
* The Kconfig option ``CONFIG_MULTITHREADING`` to disable multi-threading was
138+
deprecated due to lack of maintainership. This means that single-threaded
139+
mode with the scheduler disabled is deprecated; normal multi-threaded mode is
140+
still fully supported.
141+
137142
Removed APIs in this release
138143
============================
139144

0 commit comments

Comments
 (0)