List

nobody wrote on Friday, May 06, 2005:

Why is there no API for using list similar to semaphore and queue ?

rtel wrote on Friday, May 06, 2005:

The list exists for the use of the scheduler - and is optimised for the scheduler.  However, there is no reason why application programs should not make use of it if they wish.  There may be other list implementations that are more suited to their particular requirements.

The header file list.h contains documentation in the same format as the API documentation.  I did not include this as part of WEB docs as it is not directly an RTOS API, but a utility used by the RTOS.

Regards.