Nut/OS  4.10.3
API Reference
Application Candies

In order to keep the kernel clean and small, it uses very basic functions only: More...

Collaboration diagram for Application Candies:

Modules

 Message Queues
 

Message Queue Support.


 Recursive Mutex
 

Thread synchronization support.


 Semaphore
 

Thread synchronization support.


 Condition Variables
 

Condition variable support.


 Banked Memory
 

Banked RAM support.



Detailed Description

In order to keep the kernel clean and small, it uses very basic functions only:

However, application programmers wish to use more advanced RTOS functions. Several of them had been implemented.