You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, there are no barriers in place for using compiler extensions. This makes it difficult to know when code is inherently unportable. Allowing compiler extensions hurts reproducibility across toolchains.
From previous discussions these appear to be our target standards:
C99
C++98 (C++11 is unsupported in IAR)
Here is a quick checklist of what is needed to bring mbed up to compliance:
Currently, there are no barriers in place for using compiler extensions. This makes it difficult to know when code is inherently unportable. Allowing compiler extensions hurts reproducibility across toolchains.
From previous discussions these appear to be our target standards:
Here is a quick checklist of what is needed to bring mbed up to compliance:
Previous issue: #241
The text was updated successfully, but these errors were encountered: