3 or 4 sources ?

the readme.txt in the source folder says… ‘+ The FreeRTOS/Source directory contains the three files that are common to every port.  The kernel is contained within these three files.’ however i see 4 source files in that folder. is something wrong?

3 or 4 sources ?

There was a 4th file added (croutine.c) but this is not used very often. Most demos do only use 3 files. Richard – can you update the readme file?

3 or 4 sources ?

Now reads: "+ The FreeRTOS/Source directory 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." Regards.

3 or 4 sources ?

this also occurs in some of the other readme files in the other folders, just to be complete.