summaryrefslogtreecommitdiff
path: root/nuttx/drivers/serial
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rearrange configuration settings so that ARCH_HAVE_SDIO is moved to higher, s...Gregory Nutt2013-08-101-1/+1
* Update SAMA5D3x-EK board configuration to support on-board UART connections, ...Gregory Nutt2013-07-241-24/+78
* SAM3/4: Loop counter for PLL delay must be volatile or it may get optimized ...Gregory Nutt2013-06-131-1/+6
* Add flow control support to the STM32 serial driver; Fix some issues with UAR...Gregory Nutt2013-06-061-266/+597
* configs/freedom-kl25z: Change references to NuTiny to Freedom KL25ZGregory Nutt2013-04-251-1/+1
* Useless TIOCSERGSTRUCT logic in most serial drivers is not compiled unless CO...Gregory Nutt2013-04-252-2/+16
* Add support for STM32 F427/437 chips. From Mike Smithpatacongo2013-04-011-18/+116
* convert Kwikstik K40 configurations to use kconfig-frontends toolspatacongo2013-03-251-90/+190
* Add missing implementation of O_NONBLOCK for serial writespatacongo2013-03-181-6/+30
* Some NuTiny-SDK-NUC120 size reduction; All serial driver vtables should be st...patacongo2013-02-271-1/+1
* 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-312-6/+134
* configs/xtrs/nsh and pashello now use kconfig-frontends and build Windows nativepatacongo2012-12-092-3/+7
* configs/xtrs/ostest converted to kconfig-frontend and Windows nativepatacongo2012-12-081-15/+15
* Shenzhou board is first to use ONLY Kconfig for configurationpatacongo2012-09-081-48/+48
* Add Kconfig settings for the LPC17xxpatacongo2012-09-052-62/+472
* Refactor serial configuratin; AVR teensy Kconfig now buildspatacongo2012-09-051-0/+354
* Kconfig changes + back out part of last check-in: The 2STOP setting must be ...patacongo2012-09-041-12/+12
* 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-154-61/+62
* More Kconfig filespatacongo2012-04-181-0/+4
* drivers/serial: Don't disable Rx interrrupts on each characterpatacongo2012-04-181-19/+56
* Kconfig updatespatacongo2012-04-141-18/+3
* Minor kconfig fixespatacongo2012-04-131-0/+16
* Kconfig updatepatacongo2012-04-131-0/+280
* Add kconfig documentationpatacongo2012-04-061-1/+1
* Adding skeleton Kconfig files (part 1 of 2)patacongo2012-04-061-0/+4
* 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-213-4/+4
* Move file-system header files to include/nuttx/fspatacongo2012-03-213-3/+3
* Add logic so that a RAM log can be used in place of a console devicepatacongo2012-02-111-5/+5
* Move lib/stdio/lib_fgets.c to apps/system/readline; simplify fgets(); use rea...patacongo2012-02-011-2/+2
* ADS7843E driver is code completepatacongo2011-10-041-0/+0
* 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
* Correct error handling in the case of an overrun error in the serial driverpatacongo2011-07-121-20/+33
* Update documents and commentspatacongo2011-06-181-2/+2
* Add initial CC1101 wireless logic from Urospatacongo2011-05-161-5/+11
* First set of changes to incorporate the RGMP portpatacongo2011-05-121-3/+3
* Add QEMU NSH configurationpatacongo2011-03-102-153/+226
* Fix basic QEMU portpatacongo2011-03-101-0/+1092
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-152-12/+16