summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/str71x/str71x_serial.c
Commit message (Expand)AuthorAgeFilesLines
* More fixes to problems noted by cppcheck. Some are kind of risky; some are r...Gregory Nutt2014-11-251-1/+1
* Remove os_internal.h it has been replace by several new header files under sc...Gregory Nutt2014-08-081-1/+0
* Make sure that all references to up_prioritize_irq() are conditioned on CONFI...Gregory Nutt2014-05-201-0/+3
* 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-1/+1
* Many changes to reduce complaints from CppCheck. Several latent bugs fixes, ...Gregory Nutt2014-02-101-0/+2
* 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
* 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-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