native_posix: doc: Remove legacy shell links
Remove the links to the now non-existant legacy shell documentation and clarify a bit paragraphs (as the legacy shell is not default anymore) Signed-off-by: Alberto Escolar Piedras <alpi@oticon.com>
This commit is contained in:
parent
24abcf8094
commit
4ebf2afeb3
1 changed files with 5 additions and 5 deletions
|
@ -451,9 +451,9 @@ The following peripherals are currently provided with this board:
|
||||||
- Redirect any :c:func:`printk` write to the native host application's
|
- Redirect any :c:func:`printk` write to the native host application's
|
||||||
``stdout``.
|
``stdout``.
|
||||||
|
|
||||||
- Feed any input from the native application ``stdin`` to a possible
|
- If the legacy shell is compiled with your application, redirect the
|
||||||
running legacy shell. For more information refer to the section
|
native application's ``stdin`` to the legacy shell for any input.
|
||||||
`Legacy shell support`_.
|
For more information refer to the section `Legacy shell support`_.
|
||||||
|
|
||||||
**Real time clock**
|
**Real time clock**
|
||||||
The real time clock model provides a model of a constantly powered clock.
|
The real time clock model provides a model of a constantly powered clock.
|
||||||
|
@ -554,9 +554,9 @@ installed in the system.
|
||||||
Legacy shell support
|
Legacy shell support
|
||||||
********************
|
********************
|
||||||
|
|
||||||
When the legacy :ref:`Shell` subsystem is compiled with your application,
|
When the legacy shell subsystem is compiled with your application,
|
||||||
the native standard input (``stdin``) will be redirected to the shell.
|
the native standard input (``stdin``) will be redirected to the shell.
|
||||||
You may use the shell interactively through the console,
|
You may use this shell interactively through the console,
|
||||||
by piping another process output to it, or by feeding it a file.
|
by piping another process output to it, or by feeding it a file.
|
||||||
|
|
||||||
When using it interactively you may want to select the option
|
When using it interactively you may want to select the option
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue