In order to keep the kernel clean and small, it uses very basic functions only: More...
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. | |
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.