3 or 4 sources ?

groovyd wrote on Friday, May 29, 2009:

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?

davedoors wrote on Friday, May 29, 2009:

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?

rtel wrote on Friday, May 29, 2009:

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.

groovyd wrote on Friday, May 29, 2009:

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