Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
11 years, 3 months ago.
MISRA
Do the mbed libraries conform to the MISRA, or any other coding standard, guidelines? I am interested in knowing whether if I test my own source code and use the mbed libraries I can claim MISRA compliance
1 Answer
11 years, 3 months ago.
Hello,
I don't personally think mbed follows MISRA (dynamic allocation is forbidden, which is used in mbed libraries). Coding style is K&R used (check linux coding style which is worth reading).
Why would you need to follow MISRA?
Regards,
0xc0170