Name Date Size #Lines LOC

..--

Demo/23-Mar-2024-7,644,0874,961,620

License/23-Mar-2024-3830

Source/23-Mar-2024-236,176126,868

Test/23-Mar-2024-154,870113,234

README.mdD03-Mar-20231.1 KiB2517

links_to_doc_pages_for_the_demo_projects.urlD03-Mar-2023124 65

README.md

1## Directories:
2
3+ The **FreeRTOS/Source** directory contains the FreeRTOS source code, and contains
4  its own readme file.
5
6+ The **FreeRTOS/Demo** directory contains a demo application for every official
7FreeRTOS port, and contains its own readme file.
8
9+ The **FreeRTOS/Test** directory contains the tests performed on common code and the portable layer code, and contains its own readme file.
10
11See [FreeRTOS/SourceOrganization](http://www.freertos.org/a00017.html) for full details of the directory structure and information on locating the files you require.
12
13The easiest way to use FreeRTOS is to start with one of the pre-configured demo
14 application projects (found in the FreeRTOS/Demo directory).  That way you will
15have the correct FreeRTOS source files included, and the correct include paths
16configured.
17Once a demo application is building and executing you can remove
18the demo application file, and start to add in your own application source
19files.
20
21### See also -
22+ [Quick Start Guide](http://www.freertos.org/FreeRTOS-quick-start-guide.html)
23
24+ [FAQ](http://www.freertos.org/FAQHelp.html)
25