Lines Matching +full:serial +full:- +full:console

24 +--------------+------------+-----------------------+
27 | HPET | on-chip | system clock |
28 +--------------+------------+-----------------------+
29 | APIC | on-chip | interrupt controller |
30 +--------------+------------+-----------------------+
31 | NS16550 | on-chip | serial port |
33 +--------------+------------+-----------------------+
39 -------------------------
43 Serial Port
44 -----------
46 The board configuration uses a single serial communication channel that
47 uses the NS16550 serial driver operating in polling mode. To override, enable
49 interrupt-driven.
51 If SLIP networking is enabled (see below), an additional serial port will be
60 * Serial port in Direct Memory Access (DMA) mode
61 * Serial Peripheral Interface (SPI) flash
62 * General-Purpose Input/Output (GPIO)
63 * Inter-Integrated Circuit (I2C)
79 emulated environment. For example, with the :zephyr:code-sample:`synchronization` sample:
81 .. zephyr-app-commands::
82 :zephyr-app: samples/synchronization
83 :host-os: unix
88 QEMU, and display the following console output:
90 .. code-block:: console
92 ***** BOOTING ZEPHYR OS v1.8.99 - BUILD: Jun 27 2017 13:09:26 *****
110 * Please install uefi-run in your system environment according to this
111 reference link https://github.com/Richard-W/uefi-run. Note that uefi-run
120 .. code-block:: console
127 .. code-block:: console
134 .. zephyr-app-commands::
135 :zephyr-app: tests/boot/uefi
136 :host-os: unix
141 qemu_x86_64 using UEFI, and display the following console output:
143 .. code-block:: console
161 *** Booting Zephyr OS build zephyr-v2.6.0-1472-g61810ec36d28 ***
174 The board supports SLIP networking over an emulated serial port
178 It is also possible to use the QEMU built-in Ethernet adapter to connect