C23 support
Are there any plans to upgrade STM32CubeIDE to include support for C23?
It would be nice to have as it brings things like constexpr in, which makes the use of constants much better as they are subject to compiler checking and can call (constexpr) functions.
