mirror of
https://github.com/apache/nuttx.git
synced 2026-08-21 21:48:38 +00:00
Add devfreq ondemand governor that scales device frequency based on CPU load. When CPU load exceeds the configured threshold, frequency is set to maximum; otherwise it is scaled proportionally. Signed-off-by: guanyi3 <guanyi3@xiaomi.com> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| devfreq.c | ||
| devfreq_ondemand.c | ||
| devfreq_performance.c | ||
| devfreq_powersave.c | ||
| devfreq_procfs.c | ||
| devfreq_qos.c | ||
| Kconfig | ||
| Make.defs | ||