[PATCH 6/6] shell: Add rtems_shell_run_main_loop()

Chris Johns chrisj at rtems.org
Wed Apr 6 09:57:49 UTC 2022


On 6/4/22 7:56 pm, Sebastian Huber wrote:
> On 06/04/2022 11:55, Chris Johns wrote:
>> On 6/4/22 5:17 pm, Sebastian Huber wrote:
>>> In contrast to rtems_shell_main_loop(), this new function does not
>>> perform all sorts of initialization based on environment settings.  For
>>> example, due to the use of isatty() in rtems_shell_main_loop() it is
>>> impossible to run an interactive shell through a socket connection.
>> We have been using the shell with telnet for years so I do not understand what
>> is being said here?
> 
> The telnet support uses a pty device and not directly a socket connection.
> 

Ah OK and thanks.

Chris


More information about the devel mailing list