mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-15 02:16:41 +08:00
user/bsps: Mention fixed console baud rate for zynq
This commit is contained in:
parent
bc0a85723c
commit
2c2c7de35f
@ -37,6 +37,18 @@ to return the peripheral clock. Normally this is half the CPU
|
||||
clock. This function is declared ``weak`` so you can override the
|
||||
default behaviour by providing it in your application.
|
||||
|
||||
Console
|
||||
-------
|
||||
|
||||
The console driver for the UARTs will always be initialized to a
|
||||
baud rate of 115200 with 8 bit characters, 1 stop bit and no parity
|
||||
bits during start up.
|
||||
Previous configurations programmed into the hardware by the Xilinx
|
||||
tools or a bootloader will be overwritten.
|
||||
|
||||
The settings for the console driver can be changed by the user
|
||||
application through the termios API afterwards.
|
||||
|
||||
Debugging with xilinx_zynq_a9_qemu
|
||||
----------------------------------
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user