Revision 14, 0.9 kB
(checked in by phil, 15 years ago)
|
added unmodified FreeRTOS package V5.4.1 with only web srv demo source for LPC2368 for CrossWorks?
|
Line | |
---|
1 |
The download includes the kernel source code, and a demo application for EVERY |
---|
2 |
RTOS port. See http://www.freertos.org/a00017.html for full details of the |
---|
3 |
directory structure and information on locating the files you require. |
---|
4 |
|
---|
5 |
The easiest way to use FreeRTOS is start start with one of the demo application |
---|
6 |
projects. Once this is running the project can be modified to include your own |
---|
7 |
source files. This way the correct files and compiler options will be |
---|
8 |
automatically included in your application. |
---|
9 |
|
---|
10 |
+ The Source directory contains the real time kernel source files for every |
---|
11 |
port. The kernel itself is only 3 files. |
---|
12 |
|
---|
13 |
+ The Demo directory contains the demo application source files for every |
---|
14 |
port. |
---|
15 |
|
---|
16 |
+ The TraceCon directory contains the trace visualisation exe file. |
---|
17 |
|
---|
18 |
See the readme files in the respective directories for further information. |
---|
19 |
|
---|