Skip to content
Commit 8f647ef4 authored by S Swetha's avatar S Swetha Committed by Benjamin Cabé
Browse files

[shell]: Add thread control features through shell



This commit extends the shell command functionality by
adding three new operations for thread management.
kernel thread suspend <thread_id>:
Suspends any thread based on its identifier.
kernel thread resume <thread_id>:
Resumes the thread that was previously suspended.
kernel thread kill <thread_id>:
Terminates any thread based on its identifier
These extended commands are useful for controlling
any threads through Zephyr Shell.

Signed-off-by: default avatarS Swetha <s.swetha@intel.com>
parent f551b2dc
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment