]> git.sur5r.net Git - freertos/blob - FreeRTOS/Demo/Common/ReadMe.txt
Update version number in readiness for V10.3.0 release. Sync SVN with reviewed releas...
[freertos] / FreeRTOS / Demo / Common / ReadMe.txt
1 Contains the files that are not specific to any one demo, but are instead used\r
2 by all the demo applications.\r
3 \r
4 Most of the directories are now obsolete, and only maintained for backward\r
5 compatibility.  The directories in active use are:\r
6 \r
7 + Minimal - this contains the implementation of what are referred to as the\r
8 "Standard Demo Tasks".  These are used by all the demo applications.  Their only\r
9 purpose is to demonstrate the FreeRTOS API and test the FreeRTOS features.  The\r
10 directory is called 'Minimal' as it contains a minimal implementation of files\r
11 contained in the 'Full' directory - but the 'Full' directory is no longer used.\r
12 \r
13 + include - contains header files for the C source files located in the Minimal\r
14 directory.