Hi team,
In our application, we need to create the following functionalities within the Zephyr RTOS environment. Could you please clarify whether the following tasks are possible to achieve with Zephyr RTOS?
Application requirements:
- Multitasking
- Task scheduler for scheduling all created tasks.
- Event group creation.
- Event creation.
- Set/clear events.
- Queue for data passing between tasks.