You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+ 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
7
+
FreeRTOS 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
+
11
+
See [FreeRTOS/SourceOrganization](http://www.freertos.org/a00017.html) for full details of the directory structure and information on locating the files you require.
12
+
13
+
The 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
15
+
have the correct FreeRTOS source files included, and the correct include paths
16
+
configured.
17
+
Once a demo application is building and executing you can remove
18
+
the demo application file, and start to add in your own application source
0 commit comments