Skip to content

Commit e59a653

Browse files
cfriedtfabiobaltieri
authored andcommitted
doc: release: 4.4: deprecate CONFIG_XOPEN_STREAMS (again)
Deprecate the CONFIG_XOPEN_STREAMS Kconfig option in favour of CONFIG_XSI_STREAMS, which matches the naming conventions of other XSI Kconfig options and the actual Option Group name in the specification. Please use CONFIG_XSI_STREAMS instead. Note: this option was originally deprecated prior to 4.3. Signed-off-by: Chris Friedt <chris@fr4.co>
1 parent c2cad20 commit e59a653

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎doc/releases/release-notes-4.4.rst‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@ Deprecated APIs and options
8585
:c:member:`bt_conn_le_info.interval_us` instead. Note that the units have changed:
8686
``interval`` was in units of 1.25 milliseconds, while ``interval_us`` is in microseconds.
8787

88+
* POSIX
89+
90+
* :kconfig:option:`CONFIG_XOPEN_STREAMS` was deprecated. Instead, use :kconfig:option:`CONFIG_XSI_STREAMS`
91+
8892
* Sensors
8993

9094
* NXP

0 commit comments

Comments
 (0)