doc: boards: qemu: Mention support for SLIP networking
Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
This commit is contained in:
parent
fbd1bc2a93
commit
2a770165df
|
@ -51,6 +51,9 @@ Serial Port
|
|||
This board configuration uses a single serial communication channel with the
|
||||
CPU's UART0.
|
||||
|
||||
If SLIP networking is enabled (see below), an additional serial port will be
|
||||
used for it.
|
||||
|
||||
Known Problems or Limitations
|
||||
==============================
|
||||
|
||||
|
@ -94,6 +97,13 @@ Debugging
|
|||
|
||||
Refer to the detailed overview about :ref:`application_debugging`.
|
||||
|
||||
Networking
|
||||
==========
|
||||
|
||||
The board supports SLIP networking over an emulated serial port
|
||||
(``CONFIG_NET_SLIP_TAP=y``). The detailed setup is described in
|
||||
:ref:`networking_with_qemu`.
|
||||
|
||||
References
|
||||
**********
|
||||
|
||||
|
|
|
@ -50,6 +50,9 @@ uses the NS16550 serial driver operating in polling mode. To override, enable
|
|||
the UART_INTERRUPT_DRIVEN Kconfig option, which allows the system to be
|
||||
interrupt-driven.
|
||||
|
||||
If SLIP networking is enabled (see below), an additional serial port will be
|
||||
used for it.
|
||||
|
||||
Known Problems or Limitations
|
||||
=============================
|
||||
|
||||
|
@ -94,3 +97,10 @@ Debugging
|
|||
=========
|
||||
|
||||
Refer to the detailed overview about :ref:`application_debugging`.
|
||||
|
||||
Networking
|
||||
==========
|
||||
|
||||
The board supports SLIP networking over an emulated serial port
|
||||
(``CONFIG_NET_SLIP_TAP=y``). The detailed setup is described in
|
||||
:ref:`networking_with_qemu`.
|
||||
|
|
Loading…
Reference in a new issue