mirror of
https://git.rtems.org/rtems-docs/
synced 2025-07-03 16:12:54 +08:00
i386: tweak grammar and style
This commit is contained in:
parent
b7a4d931e6
commit
5a206711c0
@ -131,9 +131,8 @@ inside the Qemu emulator.
|
|||||||
device. E.g. ``--console=/dev/com1``. COM device name may
|
device. E.g. ``--console=/dev/com1``. COM device name may
|
||||||
also be followed by a baud rate like ``--console=/dev/com2,19200``
|
also be followed by a baud rate like ``--console=/dev/com2,19200``
|
||||||
|
|
||||||
.. note:: pc386 BSP family is using 9600 as a default baud rate
|
The pc386 BSP family uses 9600 as a default baud rate
|
||||||
for console over UART (/dev/comX). It is also using
|
for console over UART (/dev/comX) with 8 data bits, no parity and 1 stop bit.
|
||||||
8 data bits, no parity and 1 stop bit.
|
|
||||||
|
|
||||||
.. option:: --printk=<dev>
|
.. option:: --printk=<dev>
|
||||||
|
|
||||||
@ -168,10 +167,8 @@ device is selected based on the device order specified in `Console Drivers`.
|
|||||||
E.g. ``--gdb=/dev/com2,115200`` instructs BSP to use COM2 device
|
E.g. ``--gdb=/dev/com2,115200`` instructs BSP to use COM2 device
|
||||||
for GDB stub/host communication with the speed of 115200 bauds.
|
for GDB stub/host communication with the speed of 115200 bauds.
|
||||||
|
|
||||||
.. note:: default GDB stub/host communication speed and other
|
The default GDB stub/host is similar to console over UART, i.e.,
|
||||||
communication properties are same like for console over
|
9600 baud rate, 8 data bits, no parity and 1 stop bit.
|
||||||
UART. E.g. 9600 baud rate, 8 data bits, no parity
|
|
||||||
and 1 stop bit.
|
|
||||||
|
|
||||||
.. option:: --gdb-break
|
.. option:: --gdb-break
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user