| Feature | Benefits |
| realtime | - Employment also in time critical applications.
- Very high performance system calls.
|
| scalability | - Opens a wide range of hardware to your application.
- Optimized for very slim hardware systems.
- Employable on highly equipped hardware systems, too.
- Always uses resources optimally.
- No waste of resources.
- Allows very tiny applications and devices.
|
| stability / reliability | - Never debug errors that are not yours.
- For long endurance applications that never shut down.
- No program brings the kernel down, not even if intended.
- Short time-to-market due to less debugging expenses.
|
| small size | - Runs on very small embedded systems.
- Cost-effectiveness due to low hardware requirements.
- Statistically there are less errors in less code.
|
| simplicity | - Lets you concentrate more on your application itself.
- Costs you less time to start development.
- Short time-to-market due to less time-to-start.
|