Counting semaphors

anuradha123 wrote on Tuesday, December 28, 2010:

Hello all,

Are there any examples provided in FreeRTOS demos for Counting semaphores?
Thank you.

rtel wrote on Tuesday, December 28, 2010:

I’ve just done a search in file within the Demo/Common/Minimal directory, and come up with the countsem.c file.

Regards.