summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/lpc214x/lpc214x_serial.c
Commit message (Collapse)AuthorAgeFilesLines
* Make some file section headers more consistent with standardGregory Nutt2015-04-081-1/+1
|
* Remove os_internal.h it has been replace by several new header files under ↵Gregory Nutt2014-08-081-1/+0
| | | | sched/. There have been some sneak inclusion paths via os_internal.h, so expect a few compilation errors for some architectures
* Add serial method so that lower half driver can provide RX flow control ↵Gregory Nutt2014-05-081-0/+3
| | | | information. From Jussi Kivilinna
* More trailing whilespace removalGregory Nutt2014-04-131-1/+1
|
* Fix types in conditional compilationGregory Nutt2014-01-101-1/+1
|
* Useless TIOCSERGSTRUCT logic in most serial drivers is not compiled unless ↵Gregory Nutt2013-04-251-1/+3
| | | | CONFIG_DEBUG and CONFIG_SERIAL_TIOCSERGSTRUCT are defined
* Remove up_assert_codeGregory Nutt2013-04-251-1/+1
|
* Some NuTiny-SDK-NUC120 size reduction; All serial driver vtables should be ↵patacongo2013-02-271-1/+1
| | | | | | static const git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5683 42af7a65-404d-4744-a932-0658087f49c3
* LPC17xx serial now supports minimal termios ioctls; serial driver ioctl ↵patacongo2012-07-311-4/+2
| | | | | | methods should not set errno variable git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4994 42af7a65-404d-4744-a932-0658087f49c3
* Move serial header files to include/nuttx/serialpatacongo2012-03-211-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4500 42af7a65-404d-4744-a932-0658087f49c3
* Add logic so that a RAM log can be used in place of a console devicepatacongo2012-02-111-5/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4380 42af7a65-404d-4744-a932-0658087f49c3
* Fixes for recent header file reorganizationpatacongo2009-12-281-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2450 42af7a65-404d-4744-a932-0658087f49c3
* Changing NuttX fixed size type names to C99 standard names -- things will be ↵patacongo2009-12-161-47/+50
| | | | | | broken for awhile git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2359 42af7a65-404d-4744-a932-0658087f49c3
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-251-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1951 42af7a65-404d-4744-a932-0658087f49c3
* Add header files for PINSEL and SPIpatacongo2008-10-111-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1031 42af7a65-404d-4744-a932-0658087f49c3
* Fix initiali interrupt issuepatacongo2008-09-201-2/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@947 42af7a65-404d-4744-a932-0658087f49c3
* Fix RECV status reportingpatacongo2008-09-191-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@945 42af7a65-404d-4744-a932-0658087f49c3
* Fix basic problems with LPC2148 uart interruptspatacongo2008-09-191-27/+66
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@944 42af7a65-404d-4744-a932-0658087f49c3
* ARM architecture supports lowconsolepatacongo2008-09-181-13/+40
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@930 42af7a65-404d-4744-a932-0658087f49c3
* Fix backward conditional compilationpatacongo2008-01-291-8/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@581 42af7a65-404d-4744-a932-0658087f49c3
* Structure serial driver interface to support different interrupt architecturespatacongo2008-01-261-24/+78
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@571 42af7a65-404d-4744-a932-0658087f49c3
* Add more register definitionspatacongo2007-05-051-25/+25
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@203 42af7a65-404d-4744-a932-0658087f49c3
* Added serial driverpatacongo2007-05-041-0/+712
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@201 42af7a65-404d-4744-a932-0658087f49c3