You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
core: introduce a system work queue, use it for EDF
Currently the EDF scheduler under Zephyr defines a delayed work queue
to be run on the primary core. However such a work queue will be
useful to multiple subsystems. Extract it from the EDF scheduler and
make it globally available.
Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
0 commit comments