summaryrefslogtreecommitdiff
path: root/nuttx/arch/sh/src/m16c/m16c_serial.c
Commit message (Expand)AuthorAgeFilesLines
* Make some file section headers more consistent with standardGregory Nutt2015-04-081-2/+2
* Remove os_internal.h it has been replace by several new header files under sc...Gregory Nutt2014-08-081-1/+0
* Add serial method so that lower half driver can provide RX flow control infor...Gregory Nutt2014-05-081-0/+3
* More trailing whilespace removalGregory Nutt2014-04-131-2/+2
* Remove up_assert_codeGregory Nutt2013-04-251-2/+2
* Some NuTiny-SDK-NUC120 size reduction; All serial driver vtables should be st...patacongo2013-02-271-1/+1
* Change how UARTs are enabled for i.MX, M16C, and ez80 to make them compatible...patacongo2012-11-201-51/+51
* 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-2/+2
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-161-58/+62
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-251-1/+1
* Improve console configuration settingspatacongo2009-02-191-9/+15
* Add support for boards with no serial portspatacongo2009-02-181-6/+16
* Add M16C serial driverpatacongo2009-02-171-0/+1186