C23 support
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-05-08 6:33 AM - edited ‎2024-05-08 6:33 AM
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.
Solved! Go to Solution.
- Labels:
-
STM32CubeIDE
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-06-03 2:47 AM
Hello @CTapp.1
First let me thank you for posting and sorry for the late reply.
The C+23 features are available from the GCC 13 which is not supported via STM32CubeIDE.
The request is raised internally for further analysis.
KR,
Semer.
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-06-03 2:47 AM
Hello @CTapp.1
First let me thank you for posting and sorry for the late reply.
The C+23 features are available from the GCC 13 which is not supported via STM32CubeIDE.
The request is raised internally for further analysis.
KR,
Semer.
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
