mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 01:38:36 +08:00
c6c89ac262
Test command nsh> cat /proc/thermal/cpu-thermal Trips /* Copy from drivers/thermal/thermal_dummy.c */ {.name = "cpu_crit", .temp = 90, .hyst = 5, .type = THERMAL_CRITICAL}, {.name = "cpu_alert1", .temp = 70, .hyst = 5, .type = THERMAL_HOT}, {.name = "cpu_alert0", .temp = 60, .hyst = 5, .type = THERMAL_NORMAL}, Without this patch # Error occured when temperature jump to 69. z:cpu-thermal t:67 t:1 h:16 l:0 c:fan0 s:0|(invalid) z:cpu-thermal t:72 t:1 h:16 l:0 c:fan0 s:1|1 z:cpu-thermal t:69 t:1 h:16 l:0 c:fan0 s:0|0 z:cpu-thermal t:74 t:1 h:16 l:0 c:fan0 s:1|1 With this patch z:cpu-thermal t:67 t:1 h:16 l:0 c:fan0 s:0|(invalid) z:cpu-thermal t:72 t:1 h:16 l:0 c:fan0 s:1|1 z:cpu-thermal t:69 t:1 h:16 l:0 c:fan0 s:1|1 z:cpu-thermal t:74 t:1 h:16 l:0 c:fan0 s:2|2 Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Kconfig | ||
Make.defs | ||
thermal_core.c | ||
thermal_core.h | ||
thermal_cpufreq_cooling.c | ||
thermal_dummy.c | ||
thermal_procfs.c | ||
thermal_step_wise.c |