summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarel Gardas <karel.gardas@centrum.cz>2020-09-19 19:23:03 +0000
committerGedare Bloom <gedare@rtems.org>2020-09-21 11:29:48 -0600
commit9b5b17d1325c9df08752e03686cf80a9ec3c4370 (patch)
tree7d0265b7cdf57d38d8af5795b4d0e975f7972e14
parenteng: Improve interrupt test image (diff)
downloadrtems-docs-9b5b17d1325c9df08752e03686cf80a9ec3c4370.tar.bz2
pc386 BSP: add a note about default baud rate for console over UART/COM.
-rw-r--r--user/bsps/bsps-i386.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/user/bsps/bsps-i386.rst b/user/bsps/bsps-i386.rst
index 3080d69..91908f1 100644
--- a/user/bsps/bsps-i386.rst
+++ b/user/bsps/bsps-i386.rst
@@ -131,6 +131,10 @@ 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.
+
.. option:: --printk=<dev>
specifies target device for printk/getk