We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37bb792 commit c75578fCopy full SHA for c75578f
doc/releases/release-notes-3.7.rst
@@ -93,6 +93,12 @@ Build system and Infrastructure
93
94
* CI-enabled blackbox tests were added in order to verify correctness of the vast majority of Twister flags.
95
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
102
Drivers and Sensors
103
*******************
104
0 commit comments