summaryrefslogtreecommitdiff
path: root/nuttx/drivers/serial/serial.c
Commit message (Expand)AuthorAgeFilesLines
* Cosmetic changesGregory Nutt2015-01-021-6/+6
* Remove STM32-specific RX flow control logic from the upper level serial drive...Gregory Nutt2014-12-271-5/+5
* Serial RX Flow Control: Fix a bunch of compile problems introduced into unbu...Gregory Nutt2014-12-271-23/+25
* Serial Upper Half: Add watermarks to RX flow control logicGregory Nutt2014-12-271-1/+30
* Update TODO list and add REVISIT commentGregory Nutt2014-12-131-1/+6
* In case a thread is doing a blocking operation (e.g. read()) on a serialGregory Nutt2014-12-131-0/+23
* Add an interface definition and upper half driver for a discrete joystick deviceGregory Nutt2014-11-271-4/+4
* Fix some typosGregory Nutt2014-10-291-1/+1
* Mostly cosmetic changesGregory Nutt2014-09-041-0/+1
* SAMA5: Fix bugs in timer/counter interrupts and one-shot timerGregory Nutt2014-08-101-3/+2
* Add serial method so that lower half driver can provide RX flow control infor...Gregory Nutt2014-05-081-0/+11
* More trailing whilespace removalGregory Nutt2014-04-131-1/+1
* SAMA5 TC: Debug instrumentationGregory Nutt2013-10-261-1/+0
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-271-1/+1
* SAMA5: Some improvements to the HSCMI card removal/insertion logicGregory Nutt2013-08-111-8/+9
* Serial FIONREAD, FIONWRITE, and TERMIOS I/O processing from Mike Smith, Andre...Gregory Nutt2013-08-101-10/+210
* Add missing implementation of O_NONBLOCK for serial writespatacongo2013-03-181-6/+30
* Fix a readline bug. If a NUL is received, it would return end-of-filepatacongo2013-02-101-3/+5
* A spurious checkin... I just want to improve some code structurepatacongo2013-02-021-29/+34
* drivers/serial.c: Fix some race conditions. Some bad things code happen if w...patacongo2013-02-021-29/+75
* Last minute 6.25 changenuttx-6.25patacongo2013-02-011-18/+33
* Misc clean; mark assertions as non-returning; allow toolchain prefix to be ov...patacongo2013-01-311-1/+6
* Fix readline return value; Add support for removable serial devicespatacongo2013-01-311-6/+131
* configs/xtrs/nsh and pashello now use kconfig-frontends and build Windows nativepatacongo2012-12-091-1/+3
* Make the lib/ subdirectory build more like other directoriespatacongo2012-08-131-8/+14
* drivers/serial/serial.c open, read, write, and poll methods will not return a...patacongo2012-08-121-38/+179
* drivers/, drivers/pipes, and drivers/serial file clean-uppatacongo2012-07-151-1/+1
* More Kconfig filespatacongo2012-04-181-0/+4
* drivers/serial: Don't disable Rx interrrupts on each characterpatacongo2012-04-181-19/+56
* A couple of fixes to common and STM32 serial handling to fix some data overru...patacongo2012-04-021-3/+6
* Move serial header files to include/nuttx/serialpatacongo2012-03-211-1/+1
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-1/+1
* Add logic so that a RAM log can be used in place of a console devicepatacongo2012-02-111-5/+5
* Re-architect FAT data structures to support long file namespatacongo2011-07-131-2/+15
* Add wchar_t type; Add LPC17xx CAN driver from Lzyy; Fix serial bug reported b...patacongo2011-07-121-2/+6
* First set of changes to incorporate the RGMP portpatacongo2011-05-121-3/+3
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-151-8/+10
* Eliminate some hcs12 compile errors/warningspatacongo2009-12-131-4/+7
* Move some drivers to separate subdirectoriespatacongo2009-10-181-0/+741