Events
Test the k_event_init() API.
Works with receive_existing_events() to test the waiting for events when some events have already been sent.
Works with reset_on_wait() to verify that the events stored in the event object are reset at the appropriate time.
No description
Test basic k_event_post() and k_event_set() APIs.
Test delivery and reception of events.
Works with reset_on_receive() to verify that the events stored in the event object are reset at the appropriate times.