This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

OSI programmers guide.



Hi

       Can any one please point me to the programmers guide where are can find description for commands like

osi_TaskCreate,   osi_SyncObjSignal ,   osi_SyncObjCreate and the osi message queue.

Thankyou.

  • Hi Umar,

    I can't find a document where all of that functions are explained, so I have to read the library (osi_freertos in my case), there all functions are explained and you can have an idea of how it works, in my case I saw that it was just calling to the functions used in FreeRTOS adding some "if" to validate the data or change the names of the return.

    Regard, Juan.