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 <pieter.degendt@basalte.be>
This commit is contained in:
Pieter De Gendt 2024-04-04 10:18:17 +02:00 committed by Fabio Baltieri
commit 01bd72b9eb

View file

@ -95,6 +95,12 @@ Build system and Infrastructure
* CI-enabled blackbox tests were added in order to verify correctness of the vast majority of Twister flags.
* Compiler
* Deprecated the global CSTD cmake property in favor of the :kconfig:option:`CONFIG_STD_C`
choice to select the C Standard version. Additionally subsystems can select a minimum
required C Standard version, with for example :kconfig:option:`CONFIG_REQUIRES_STD_C11`.
Drivers and Sensors
*******************