JPL Coding Standards for C

How do the folks at JPL write the code that will land a 2000-pound robot on Mars without a single glitch? Much of their success is no doubt due to their talent and dedication, but it doesn’t hurt that they have very strict coding standards (PDF). Among the requirements for C-language code at JPL:

  • Compile with all warnings enabled; use static source code analyzers.
  • Do not use direct or indirect recursion.
  • Do not use dynamic memory allocation after task initialization.
  • Declare data objects at smallest possible level of scope.
  • Check the validity of values passed to functions.
  • Make the order of evaluation in compound expressions explicit.
  • Do not use expressions with side effects.
  • Make only very limited use of the C pre-processor.
  • Use short functions with a limited number of parameters.
  • Do not cast function pointers into other types.

The JPL code standards are based on the 2004 MISRA-C coding standard. MISRA was originally designed for automotive applications, but was later adapted to other safety-critical systems where computer glitches can have dire consequences, like remote control locomotives. Some of the requirements parallel specifications of the language ADA, which was originally designed for safety-critical applications like missile guidance systems.

The 2009 version of the standard is available as a PDF from jpl.nasa.gov.

Filed under: EE — by johngineer, posted August 13, 2012 at 10:01 am


Try Adafruit's new iPhone & iPad app for makers! Circuit Playground! "Incredibly handy for anyone working in electronics. Perfect for engineers and non-engineers alike."
Looking for engineers, makers and the builders of dreams? Try our Adafruit job boards.
Join our weekly Adafruit SHOW-AND-TELL at 9:30pm ET every Saturday night! Then at 10pm, ASK-AN-ENGINEER with Ladyada and the Adafruit team!

2 Comments

  1. i love this kind of stuff…

    Comment by andrea — August 13, 2012 @ 5:33 pm

  2. I’ve been looking for a decent MISRA/JPL static analysis tool, but it seems most of them are internal and proprietary or linked to specific toolchains. I have a license for IAR for ARM, for example, which includes MISRA … but it’s hardly accessible to the general public. Seems like a pressing addition needed to complement the rest of the GCC ecosystem, but maybe I’m just not aware of some tool that exists.

    If you do any C++ development, there’s also a Joint Strike Fighter C++ Safety Coding Standards: http://www.jsf.mil/downloads/down_documentation.htm

    But the MISRA standard is definately a good investment for the price.

    Comment by Kevin — August 13, 2012 @ 6:16 pm

RSS feed for comments on this post.

Sorry, the comment form is closed at this time.

www.flickr.com
adafruit's items Go to adafruit's photostream
www.flickr.com
items in Adafruits More in Adafruits pool