anchao opened a new pull request, #12802: URL: https://github.com/apache/nuttx/pull/12802
## Summary sched/nxevent: add support of kernel event group Events groups are synchronization primitives that allow tasks to wait for multiple conditions to be met before proceeding. They are particularly useful in scenarios where a task needs to wait for several events to occur simultaneously. Reference: Threadx event: https://github.com/eclipse-threadx/threadx/blob/master/common/src/tx_event_flags_get.c Zephyr events: https://docs.zephyrproject.org/latest/kernel/services/synchronization/events.html FreeRTOS event group: https://www.freertos.org/FreeRTOS-Event-Groups.html Signed-off-by: chao an <[email protected]> ## Impact N/A ## Testing ci-check -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
