mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 14:27:37 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user