i'm about to teach a new course, in an emergency, overseas.
if i ask students to code something up in C/C++, what's the best way for me to automatically check if it meets MISRA spec, with enough feedback to give pointers about what needs attention? cppcheck?
#coding #misra #rtos #spacecrafting