nuttx/drivers/thermal
wangjianyu3 f96d3798a1 Thermal: remove assert of thermal_zone_device_update()
Called by both of lpwork and Idle_Task:

[    0.000000] [ 0] [  INFO] [ap] thermal_zone_device_register: Registered zone device cpu-thermal
[    0.000000] [ 0] [ EMERG] [ap] _assert: Current Version: NuttX ap 0.0.0  Dec 11 2023 20:59:20 sim
[    0.000000] [ 0] [ EMERG] [ap] _assert: Assertion failed : at file: thermal/thermal_core.c:820 task: Idle_Task process: Kernel 0x32ade29

Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com>
2024-09-23 08:57:29 +08:00
..
Kconfig Thermal: Add dummy driver 2024-09-23 08:57:29 +08:00
Make.defs Thermal: Add dummy driver 2024-09-23 08:57:29 +08:00
thermal_core.c Thermal: remove assert of thermal_zone_device_update() 2024-09-23 08:57:29 +08:00
thermal_core.h Thermal: Add dummy driver 2024-09-23 08:57:29 +08:00
thermal_cpufreq_cooling.c Thermal: Support cpufreq cooling device 2024-09-23 08:57:29 +08:00
thermal_dummy.c Thermal: Add dummy driver 2024-09-23 08:57:29 +08:00
thermal_procfs.c Thermal: Add procfs file nodes 2024-09-23 08:57:29 +08:00
thermal_step_wise.c