summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/str71x/str71x_serial.c
Commit message (Expand)AuthorAgeFilesLines
* 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-54/+57
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-251-1/+1
* Backout cool but useless lost interrupt logicpatacongo2009-06-091-159/+38
* Back out lost interrupt kludgepatacongo2009-06-081-3/+11
* Move board specific files from examples/nsh to board source directoriespatacongo2009-06-081-1/+1
* Drastic measures to work around missed interrupts -- must be a better waypatacongo2009-06-071-37/+168
* More STR7x serial changespatacongo2009-06-061-9/+29
* More UART GPIO pin/interrupt fixespatacongo2009-06-061-4/+4
* Fix UART pin configurationpatacongo2009-06-061-3/+5
* Need to set UART interrupt prioritypatacongo2009-06-061-3/+16
* Fix compile errorspatacongo2009-06-051-11/+9
* Make sure all ARM targets still compilepatacongo2009-05-191-2/+2
* Debug Cortex-M3 interruptspatacongo2009-05-171-4/+8
* First cut at lm3s6918 serial driverpatacongo2009-05-121-2/+4
* Fix some UART initialization problemspatacongo2009-05-121-1/+1
* Handle no console casepatacongo2008-11-071-0/+6
* Move handle clock macros into a header filepatacongo2008-11-021-23/+2
* Add interrupt enable logicpatacongo2008-10-311-4/+4
* Add STR71x serial driverpatacongo2008-10-311-0/+1003