eclipse-threadx / threadx

Eclipse ThreadX is an advanced real-time operating system (RTOS) designed specifically for deeply embedded applications.
https://github.com/eclipse-threadx/rtos-docs/blob/main/rtos-docs/threadx/index.md
MIT License
2.88k stars 784 forks source link

How can I use command shell with ThreadX? #177

Closed chojpsh1 closed 2 years ago

chojpsh1 commented 2 years ago

Hello, I understand ThreadX is real-time kernel so, there's no command shell. Is there any possible way to use shell with ThreadX? (For example, like other components such as fs (FileX) and net (NetX), build the library and link it to ThreadX)

Thank you

goldscott commented 2 years ago

ThreadX has no command shell. All the libraries are built on a host machine.