-
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 back croutines by reverting PR#590 (#685)
* Add croutines to the code base * Add croutine changes to cmake, lexicon and readme * Add croutine file to portable cmake file * Add back more references from PR 591
- Loading branch information
1 parent
d436801
commit d3c289f
Showing
11 changed files
with
1,497 additions
and
15 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. | ||
|
Oops, something went wrong.