mirror of
				https://github.com/FreeRTOS/FreeRTOS-Kernel.git
				synced 2025-11-04 11:09:01 +01: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
 | 
			
		||||
- 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.  croutine.c implements the optional co-routine functionality - which
 | 
			
		||||
is normally only used on very memory limited systems.
 | 
			
		||||
three files.
 | 
			
		||||
 | 
			
		||||
- 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.
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user