summaryrefslogtreecommitdiff
path: root/nuttx/arch/sh/src/sh1/sh1_serial.c
Commit message (Expand)AuthorAgeFilesLines
* Remove up_assert_codeGregory Nutt2013-04-251-1/+1
* Move serial header files to include/nuttx/serialpatacongo2012-03-211-1/+1
* Add logic so that a RAM log can be used in place of a console devicepatacongo2012-02-111-7/+7
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-161-1/+1
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-161-41/+45
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-251-1/+1
* Add support for boards with no serial portspatacongo2009-02-181-6/+6
* 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