Skip to content

Commit ac1578d

Browse files
authored
Updated README in FreeRTOS/FreeRTOS (FreeRTOS#317)
1 parent 52cabc0 commit ac1578d

File tree

2 files changed

+24
-21
lines changed

2 files changed

+24
-21
lines changed

FreeRTOS/README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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
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
19+
files.
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)

FreeRTOS/readme.txt

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)