nuttx icon indicating copy to clipboard operation
nuttx copied to clipboard

sched: Remove KEEP_ALIVE_HACK hack

Open xiaoxiang781216 opened this issue 1 year ago • 2 comments

Summary

See the discussion here: https://github.com/apache/incubator-nuttx/pull/6660

Impact

Save the power in the round robin and sporadic scheduler

Testing

xiaoxiang781216 avatar Jul 31 '22 14:07 xiaoxiang781216

@xiaoxiang781216 is the some testing to guarantee that sporadic scheduling is working? I found a good explanation here: https://www.embedded.com/scheduling-sporadic-events/

acassis avatar Aug 04 '22 14:08 acassis

@xiaoxiang781216 is the some testing to guarantee that sporadic scheduling is working? I found a good explanation here: https://www.embedded.com/scheduling-sporadic-events/

No, we never use the sporadic scheduler.

xiaoxiang781216 avatar Aug 04 '22 15:08 xiaoxiang781216