mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-19 21:11:57 -04:00
README.md: Remove coroutine references.
This commit is contained in:
parent
df99587e03
commit
b3b097b4c7
|
@ -68,8 +68,7 @@ git clone git@github.com:FreeRTOS/FreeRTOS-Kernel.git
|
||||||
## Repository structure
|
## Repository structure
|
||||||
- The root of this repository contains the three files that are common to
|
- 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
|
every port - list.c, queue.c and tasks.c. The kernel is contained within these
|
||||||
three files. croutine.c implements the optional co-routine functionality - which
|
three files.
|
||||||
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.
|
- 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.
|
See the readme file in the ```./portable``` directory for more information.
|
||||||
|
|
Loading…
Reference in a new issue