URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Details |
Compare with Previous |
View Log
| Line No. |
Rev |
Author |
Line |
| 1 |
572 |
jeremybenn |
Each real time kernel port consists of three files that contain the core kernel
|
| 2 |
|
|
components and are common to every port, and one or more files that are
|
| 3 |
|
|
specific to a particular microcontroller and or compiler.
|
| 4 |
|
|
|
| 5 |
|
|
+ The FreeRTOS/Source directory contains the three files that are common to
|
| 6 |
|
|
every port - list.c, queue.c and tasks.c. The kernel is contained within these
|
| 7 |
|
|
three files. croutine.c implements the optional co-routine functionality - which
|
| 8 |
|
|
is normally only used on very memory limited systems.
|
| 9 |
|
|
|
| 10 |
|
|
+ The FreeRTOS/Source/Portable directory contains the files that are specific to
|
| 11 |
|
|
a particular microcontroller and or compiler.
|
| 12 |
|
|
|
| 13 |
|
|
+ The FreeRTOS/Source/include directory contains the real time kernel header
|
| 14 |
|
|
files.
|
| 15 |
|
|
|
| 16 |
|
|
See the readme file in the FreeRTOS/Source/Portable directory for more
|
| 17 |
|
|
information.
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.