summaryrefslogtreecommitdiff
path: root/uart.c
AgeCommit message (Collapse)AuthorFilesLines
2016-08-25Remove trailing white space with:Frans Kaashoek1-2/+2
for f in *.{h,c}; do sed -i .sed 's/[[:blank:]]*$//' $f; done (Thanks to Nicolás Wolovick)
2009-08-08shuffle and tweak for formatting.Russ Cox1-1/+2
pdf has very good page breaks now. would be a good copy for fall 2009.
2009-05-31tab policersc1-39/+39
2009-05-31Add serial port input/output.rsc1-0/+76
Delete parallel port output. Works well with qemu -nographic mode.