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.
2 parents 0caa0dc + 5e8fad2 commit 3c8f31eCopy full SHA for 3c8f31e
docs/reference/contributing/guidelines/style.md
@@ -169,10 +169,10 @@ All functions and methods should contain documentation using Doxygen.
169
170
## Compiler settings
171
172
-All C and C++ code submitted to Mbed OS must compile with GCC Arm Embedded, Arm Compiler 5 and IAR EWARM. Mbed OS:
+All C and C++ code submitted to Mbed OS must compile with GCC Arm Embedded, Arm Compiler 6 and IAR EWARM. Mbed OS:
173
174
-- Uses the GNU99 standard for C.
175
-- Uses the GNU++98 standard for C++.
+- Uses the GNU11 standard for C.
+- Uses the GNU++14 standard for C++.
176
- Sets the `char` type to unsigned.
177
- Disables C++ exceptions.
178
- Disables C++ runtime type information.
0 commit comments