summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/lpc214x/lpc214x_serial.c
Commit message (Expand)AuthorAgeFilesLines
* LPC17xx serial now supports minimal termios ioctls; serial driver ioctl metho...patacongo2012-07-311-4/+2
* 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/+1
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-161-47/+50
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-251-1/+1
* Add header files for PINSEL and SPIpatacongo2008-10-111-0/+1
* Fix initiali interrupt issuepatacongo2008-09-201-2/+9
* Fix RECV status reportingpatacongo2008-09-191-4/+4
* Fix basic problems with LPC2148 uart interruptspatacongo2008-09-191-27/+66
* ARM architecture supports lowconsolepatacongo2008-09-181-13/+40
* Fix backward conditional compilationpatacongo2008-01-291-8/+8
* Structure serial driver interface to support different interrupt architecturespatacongo2008-01-261-24/+78
* Add more register definitionspatacongo2007-05-051-25/+25
* Added serial driverpatacongo2007-05-041-0/+712