summaryrefslogtreecommitdiffstats
path: root/user/bsps/bsps-i386.rst
diff options
context:
space:
mode:
authorGedare Bloom <gedare@rtems.org>2020-09-21 11:37:38 -0600
committerGedare Bloom <gedare@rtems.org>2020-09-21 11:41:20 -0600
commit5a206711c013afddb0ca8d03adb96e506a6a8900 (patch)
tree463493b2c400753a0e2d41309261d07de6672509 /user/bsps/bsps-i386.rst
parentpc386 BSP: add runtime options for debugging and move few lines around for be... (diff)
downloadrtems-docs-5a206711c013afddb0ca8d03adb96e506a6a8900.tar.bz2
i386: tweak grammar and style
Diffstat (limited to 'user/bsps/bsps-i386.rst')
-rw-r--r--user/bsps/bsps-i386.rst11
1 files changed, 4 insertions, 7 deletions
diff --git a/user/bsps/bsps-i386.rst b/user/bsps/bsps-i386.rst
index 42f3ebf..0b273ee 100644
--- a/user/bsps/bsps-i386.rst
+++ b/user/bsps/bsps-i386.rst
@@ -131,9 +131,8 @@ inside the Qemu emulator.
device. E.g. ``--console=/dev/com1``. COM device name may
also be followed by a baud rate like ``--console=/dev/com2,19200``
- .. note:: pc386 BSP family is using 9600 as a default baud rate
- for console over UART (/dev/comX). It is also using
- 8 data bits, no parity and 1 stop bit.
+The pc386 BSP family uses 9600 as a default baud rate
+for console over UART (/dev/comX) with 8 data bits, no parity and 1 stop bit.
.. 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
for GDB stub/host communication with the speed of 115200 bauds.
- .. note:: default GDB stub/host communication speed and other
- communication properties are same like for console over
- UART. E.g. 9600 baud rate, 8 data bits, no parity
- and 1 stop bit.
+The default GDB stub/host is similar to console over UART, i.e.,
+9600 baud rate, 8 data bits, no parity and 1 stop bit.
.. option:: --gdb-break