equeue icon indicating copy to clipboard operation
equeue copied to clipboard

A Swiss Army knife scheduler for embedded systems

Results 4 equeue issues
Sort by recently updated
recently updated
newest added

Doing some tests I realized that if the `tick` is initialized before the first NTP synchronization, then the next diff is off, and the dispatch loop just hangs "forever" (in...

How would I go about implementing the platform functions for a bare metal application?

I'm still investigating this fully, but I think the equeue_unqueue function corrupts the linked list administration of the event queue if cancel is called on a event that is a...

This lib is very good , but can you provide pick event functions that I can handle the event by myself. some thing like following: ```C // post a event...