doc: boards: qemu: Mention support for SLIP networking

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
This commit is contained in:
Paul Sokolovsky 2017-06-29 15:55:43 +03:00 committed by Anas Nashif
parent fbd1bc2a93
commit 2a770165df
2 changed files with 20 additions and 0 deletions

View file

@ -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
**********

View file

@ -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`.