Skip to content

Commit 01bd72b

Browse files
pdgendtfabiobaltieri
authored andcommitted
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 cb459f1 commit 01bd72b

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
@@ -95,6 +95,12 @@ Build system and Infrastructure
9595

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

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

0 commit comments

Comments
 (0)