README.md: Remove coroutine references.

This commit is contained in:
Paul Bartell 2022-11-22 11:04:02 -08:00 committed by Paul Bartell
parent df99587e03
commit b3b097b4c7

View file

@ -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.