-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add croutine changes to cmake, lexicon and readme
- Loading branch information
1 parent
e9cb30d
commit a7ec171
Showing
3 changed files
with
47 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,7 +70,8 @@ git clone [email protected]:FreeRTOS/FreeRTOS-Kernel.git | |
## Repository structure | ||
- The root of this repository contains the three files that are common to | ||
every port - list.c, queue.c and tasks.c. The kernel is contained within these | ||
three files. | ||
three files. croutine.c implements the optional co-routine functionality - which | ||
is normally only used on very memory limited systems. | ||
|
||
- The ```./portable``` directory contains the files that are specific to a particular microcontroller and/or compiler. | ||
See the readme file in the ```./portable``` directory for more information. | ||
|