An experimental analysis of RTOS scheduling algorithms (Priority, Round Robin, EDF) on ESP32, focusing on CPU utilization and energy efficiency using real task execution data.
Abstract: Operating system's performance and throughput are highly affected by CPU scheduling. The scheduling is considered as an NP problem. An efficient scheduling improves system performance. This ...