Skip to content

Commit c75578f

Browse files
committed
doc: releases: release-notes: 3.7: mention deprecation of CSTD
Add an entry that the CSTD cmake property is deprecated and replaced with a kconfig choice. Signed-off-by: Pieter De Gendt <[email protected]>
1 parent 37bb792 commit c75578f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/releases/release-notes-3.7.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,12 @@ Build system and Infrastructure
9393

9494
* CI-enabled blackbox tests were added in order to verify correctness of the vast majority of Twister flags.
9595

96+
* Compiler
97+
98+
* Deprecated the global CSTD cmake property in favor of the :kconfig:option:`CONFIG_STD_C`
99+
choice to select the C Standard version. Additionally subsystems can select a minimum
100+
required C Standard version, with for example :kconfig:option:`CONFIG_REQUIRES_STD_C11`.
101+
96102
Drivers and Sensors
97103
*******************
98104

0 commit comments

Comments
 (0)