summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/imx/imx_serial.c
Commit message (Expand)AuthorAgeFilesLines
* Useless TIOCSERGSTRUCT logic in most serial drivers is not compiled unless CO...Gregory Nutt2013-04-251-1/+3
* Remove up_assert_codeGregory Nutt2013-04-251-1/+1
* 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-33/+33
* 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-5/+5
* Fixes for recent header file reorganizationpatacongo2009-12-281-0/+2
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-161-58/+60
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-251-1/+1
* imx updatepatacongo2009-04-251-14/+14
* Clean up clockingpatacongo2009-04-121-1/+14
* Basic UART/console functionalitypatacongo2009-04-111-0/+1227