Skip to content

Contiki directory structure

ejoerns edited this page Sep 27, 2013 · 1 revision
  • apps/ – architecture independent applications One subdirectory per application

  • core/ – system source code Subdirectories for different parts of the system

    • cfs file systems
    • sys
    • lib
    • dev common device drivers (mostly interfaces)
    • net network stacks
  • cpu/ – CPU-specific code One subdirectory per CPU

  • doc/ – larger and general documentation code

  • examples/ – usage examples Subdirectories also with multiple project

  • platform/ – platform implementations One subdirectory per platform

  • tools/ – additional software for building, simulating, testing etc.