summaryrefslogtreecommitdiff
path: root/nuttx/drivers/serial
Commit message (Collapse)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, ↵Gregory Nutt2013-08-101-10/+210
| | | | Andrew Tridgell, and and Lorenz Meier
* Rearrange configuration settings so that ARCH_HAVE_SDIO is moved to higher, ↵Gregory Nutt2013-08-101-1/+1
| | | | sharable level
* Update SAMA5D3x-EK board configuration to support on-board UART connections, ↵Gregory Nutt2013-07-241-24/+78
| | | | LEDs, and push buttons
* SAM3/4: Loop counter for PLL delay must be volatile or it may get optimized ↵Gregory Nutt2013-06-131-1/+6
| | | | away
* Add flow control support to the STM32 serial driver; Fix some issues with ↵Gregory Nutt2013-06-061-266/+597
| | | | UART2 and 5. From Lorenz Meier and Mike Smith
* 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 ↵Gregory Nutt2013-04-252-2/+16
| | | | CONFIG_DEBUG and CONFIG_SERIAL_TIOCSERGSTRUCT are defined
* Add support for STM32 F427/437 chips. From Mike Smithpatacongo2013-04-011-18/+116
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5807 42af7a65-404d-4744-a932-0658087f49c3
* convert Kwikstik K40 configurations to use kconfig-frontends toolspatacongo2013-03-251-90/+190
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5784 42af7a65-404d-4744-a932-0658087f49c3
* Add missing implementation of O_NONBLOCK for serial writespatacongo2013-03-181-6/+30
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5755 42af7a65-404d-4744-a932-0658087f49c3
* 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
* Fix a readline bug. If a NUL is received, it would return end-of-filepatacongo2013-02-101-3/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5633 42af7a65-404d-4744-a932-0658087f49c3
* A spurious checkin... I just want to improve some code structurepatacongo2013-02-021-29/+34
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5597 42af7a65-404d-4744-a932-0658087f49c3
* drivers/serial.c: Fix some race conditions. Some bad things code happen if ↵patacongo2013-02-021-29/+75
| | | | | | we lost a USB connection at certain times. git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5596 42af7a65-404d-4744-a932-0658087f49c3
* Last minute 6.25 changenuttx-6.25patacongo2013-02-011-18/+33
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5595 42af7a65-404d-4744-a932-0658087f49c3
* Misc clean; mark assertions as non-returning; allow toolchain prefix to be ↵patacongo2013-01-311-1/+6
| | | | | | overriden from make command line git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5591 42af7a65-404d-4744-a932-0658087f49c3
* Fix readline return value; Add support for removable serial devicespatacongo2013-01-312-6/+134
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5589 42af7a65-404d-4744-a932-0658087f49c3
* configs/xtrs/nsh and pashello now use kconfig-frontends and build Windows nativepatacongo2012-12-092-3/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5422 42af7a65-404d-4744-a932-0658087f49c3
* configs/xtrs/ostest converted to kconfig-frontend and Windows nativepatacongo2012-12-081-15/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5421 42af7a65-404d-4744-a932-0658087f49c3
* Shenzhou board is first to use ONLY Kconfig for configurationpatacongo2012-09-081-48/+48
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5114 42af7a65-404d-4744-a932-0658087f49c3
* Add Kconfig settings for the LPC17xxpatacongo2012-09-052-62/+472
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5094 42af7a65-404d-4744-a932-0658087f49c3
* Refactor serial configuratin; AVR teensy Kconfig now buildspatacongo2012-09-051-0/+354
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5092 42af7a65-404d-4744-a932-0658087f49c3
* Kconfig changes + back out part of last check-in: The 2STOP setting must be ↵patacongo2012-09-041-12/+12
| | | | | | integer 0/1, not boolean git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5086 42af7a65-404d-4744-a932-0658087f49c3
* Make the lib/ subdirectory build more like other directoriespatacongo2012-08-131-8/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5025 42af7a65-404d-4744-a932-0658087f49c3
* drivers/serial/serial.c open, read, write, and poll methods will not return ↵patacongo2012-08-121-38/+179
| | | | | | a short transfer or an EINTR error if a signal is received while waiting (only) git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5022 42af7a65-404d-4744-a932-0658087f49c3
* drivers/, drivers/pipes, and drivers/serial file clean-uppatacongo2012-07-154-61/+62
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4944 42af7a65-404d-4744-a932-0658087f49c3
* More Kconfig filespatacongo2012-04-181-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4632 42af7a65-404d-4744-a932-0658087f49c3
* drivers/serial: Don't disable Rx interrrupts on each characterpatacongo2012-04-181-19/+56
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4631 42af7a65-404d-4744-a932-0658087f49c3
* Kconfig updatespatacongo2012-04-141-18/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4606 42af7a65-404d-4744-a932-0658087f49c3
* Minor kconfig fixespatacongo2012-04-131-0/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4600 42af7a65-404d-4744-a932-0658087f49c3
* Kconfig updatepatacongo2012-04-131-0/+280
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4599 42af7a65-404d-4744-a932-0658087f49c3
* Add kconfig documentationpatacongo2012-04-061-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4567 42af7a65-404d-4744-a932-0658087f49c3
* Adding skeleton Kconfig files (part 1 of 2)patacongo2012-04-061-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4564 42af7a65-404d-4744-a932-0658087f49c3
* A couple of fixes to common and STM32 serial handling to fix some data ↵patacongo2012-04-021-3/+6
| | | | | | overrun conditions git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4550 42af7a65-404d-4744-a932-0658087f49c3
* Move serial header files to include/nuttx/serialpatacongo2012-03-213-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4500 42af7a65-404d-4744-a932-0658087f49c3
* Move file-system header files to include/nuttx/fspatacongo2012-03-213-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4499 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
* Move lib/stdio/lib_fgets.c to apps/system/readline; simplify fgets(); use ↵patacongo2012-02-011-2/+2
| | | | | | readline instead of fgets in NSH git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4356 42af7a65-404d-4744-a932-0658087f49c3
* ADS7843E driver is code completepatacongo2011-10-041-0/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4018 42af7a65-404d-4744-a932-0658087f49c3
* Re-architect FAT data structures to support long file namespatacongo2011-07-131-2/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3780 42af7a65-404d-4744-a932-0658087f49c3
* Add wchar_t type; Add LPC17xx CAN driver from Lzyy; Fix serial bug reported ↵patacongo2011-07-121-2/+6
| | | | | | by Lzyy git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3775 42af7a65-404d-4744-a932-0658087f49c3
* Correct error handling in the case of an overrun error in the serial driverpatacongo2011-07-121-20/+33
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3774 42af7a65-404d-4744-a932-0658087f49c3
* Update documents and commentspatacongo2011-06-181-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3723 42af7a65-404d-4744-a932-0658087f49c3
* Add initial CC1101 wireless logic from Urospatacongo2011-05-161-5/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3617 42af7a65-404d-4744-a932-0658087f49c3
* First set of changes to incorporate the RGMP portpatacongo2011-05-121-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3595 42af7a65-404d-4744-a932-0658087f49c3
* Add QEMU NSH configurationpatacongo2011-03-102-153/+226
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3358 42af7a65-404d-4744-a932-0658087f49c3
* Fix basic QEMU portpatacongo2011-03-101-0/+1092
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3357 42af7a65-404d-4744-a932-0658087f49c3
* Changing NuttX fixed size type names to C99 standard names -- things will be ↵patacongo2009-12-152-12/+16
| | | | | | broken for awhile git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2343 42af7a65-404d-4744-a932-0658087f49c3