summaryrefslogtreecommitdiff
path: root/nuttx/arch/sh/src/sh1/sh1_serial.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some hanlding of TIE and RIE interruptpatacongo2008-11-131-27/+34
* Need to clear TDRE after receiving bytepatacongo2008-11-131-38/+29
* Fix several errors, mostly related to interrupt setuppatacongo2008-11-121-49/+140
* Fixes for clean compilepatacongo2008-11-111-64/+27
* HAVE_CONSOLE was not being definedpatacongo2008-11-111-4/+3
* Fix SCI selection conditional logicpatacongo2008-11-101-9/+55
* Support enable/disable of devices to reduce sizepatacongo2008-11-091-4/+21
* reconcile architectures w/o interrupt controllerspatacongo2008-11-071-15/+7
* Basic SCI supportpatacongo2008-11-071-0/+847