mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
e4b2ee8a8837d2ba1c8ab2f108c7d1226d865d4d
When setting the 16550 serial port baud rate, you need to configure the UART to loopback mode. After setting the DLL and DLH, you need to reset the LSR first, and then configure the MCR to make the UART return to the normal mode. If you do not reset the LSR first, an error will occur when the UART RX is still receiving data. Signed-off-by: Steven Liu <steven.liu@rock-chips.com> Change-Id: Ia940b278554ef1d4e7a6c4550fe4a4600407a57e
…
…
Linux kernel
============
There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.
In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``. The formatted documentation can also be read online at:
https://www.kernel.org/doc/html/latest/
There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.
Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.
Description
Languages
C
97.7%
Assembly
1.6%
Makefile
0.3%
Perl
0.1%