Add a tutorial on serial communications, multiport cards, and UARTs.
This information is from the outdated and out-of-scope Appendix F of the Handbook which will shortly be removed.
This commit is contained in:
parent
d9d621e76e
commit
788d821de5
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=9882
2 changed files with 2437 additions and 0 deletions
13
en_US.ISO8859-1/articles/serial-uart/Makefile
Normal file
13
en_US.ISO8859-1/articles/serial-uart/Makefile
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
|
||||||
|
DOC?= article
|
||||||
|
|
||||||
|
FORMATS?= html
|
||||||
|
|
||||||
|
INSTALL_COMPRESSED?=gz
|
||||||
|
INSTALL_ONLY_COMPRESSED?=
|
||||||
|
|
||||||
|
SRCS= article.sgml
|
||||||
|
|
||||||
|
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||||
|
|
||||||
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
2424
en_US.ISO8859-1/articles/serial-uart/article.sgml
Normal file
2424
en_US.ISO8859-1/articles/serial-uart/article.sgml
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue