mirror of
https://github.com/apache/nuttx.git
synced 2026-05-10 15:30:25 +08:00
75fac7dbc6
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. Signed-off-by: chao an <anchao@lixiang.com>