sim/loop: delete sim loop theads at bringup

wdt thread replace sim loop thread

Signed-off-by: yezhonghui <yezhonghui@xiaomi.com>
This commit is contained in:
yezhonghui
2025-04-14 16:01:32 +08:00
committed by Xiang Xiao
parent 0e6afae4f2
commit 93bf613505
2 changed files with 0 additions and 29 deletions
-13
View File
@@ -169,19 +169,6 @@ config SIM_WALLTIME_SIGNAL
endchoice
config SIM_LOOPTASK_PRIORITY
int "looptask priority"
default SCHED_HPWORKPRIORITY if SCHED_HPWORK
default 255 if !SCHED_HPWORK
---help---
Looptask priority
config SIM_LOOPTASK_INTERVAL
int "looptask interval in us"
default 10000
---help---
Looptask sleep time
config SIM_LOOP_INTERVAL
int "loop interval in ms"
default 10