10 years, 7 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

10 years, 7 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