1 Contains the files that are not specific to any one demo, but are instead used
2 by all the demo applications.
4 Most of the directories are now obsolete, and only maintained for backward
5 compatibility. The directories in active use are:
7 + Minimal - this contains the implementation of what are referred to as the
8 "Standard Demo Tasks". These are used by all the demo applications. Their only
9 purpose is to demonstrate the FreeRTOS API and test the FreeRTOS features. The
10 directory is called 'Minimal' as it contains a minimal implementation of files
11 contained in the 'Full' directory - but the 'Full' directory is no longer used.
13 + include - contains header files for the C source files located in the Minimal