summaryrefslogtreecommitdiff
path: root/nuttx/drivers/serial
Commit message (Expand)AuthorAgeFilesLines
* Cosmetic changesGregory Nutt2015-01-021-6/+6
* Serial: Allow serial console selection even if /dev/console is disabled: Th...Gregory Nutt2014-12-281-1/+1
* STM32 Serial: PX4 HW workarround for flaky STM32 RTS. From David SidraneGregory Nutt2014-12-271-1/+2
* Remove STM32-specific RX flow control logic from the upper level serial drive...Gregory Nutt2014-12-272-6/+6
* Serial RX Flow Control: Fix a bunch of compile problems introduced into unbu...Gregory Nutt2014-12-272-35/+38
* Eliminate an unnecessary calculation in the serial RX flow control logicGregory Nutt2014-12-271-2/+2
* Serial Upper Half: Add watermarks to RX flow control logicGregory Nutt2014-12-273-10/+113
* 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
* SAMA5D3 Xplained: Add an apps/examples/bridge configurationGregory Nutt2014-11-201-0/+1
* Fix some typosGregory Nutt2014-10-291-1/+1
* Move selection for CONFIG_SERIAL_TERMIOS out of MCU Kconfigs to common driver...Gregory Nutt2014-10-271-1/+13
* The olimex-efm32g880f128-stk now defaults to use LEUART1 as the serial consol...Gregory Nutt2014-10-211-1/+6
* EFM32: Add configuration support for LEUARTsGregory Nutt2014-10-211-0/+3
* 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
* Add serial method so that lower half driver can provide RX flow control infor...Gregory Nutt2014-05-082-2/+24
* Costmetic changes to some commentsGregory Nutt2014-04-141-2/+2
* More trailing whilespace removalGregory Nutt2014-04-134-4/+4
* SAMA5: Add support for DBGU. Xplained board now uses DBGU for the serial con...Gregory Nutt2014-04-011-0/+28
* Correct an error introduced in this file in very recent commitsGregory Nutt2014-03-061-0/+1
* configs/us7032evb1/ostest: Configuration converted to use the kconfig-fronten...Gregory Nutt2014-03-061-24/+178
* SAMA5 serial: Restore logic to minimize TX interrupts. Oddly, seems to impr...Gregory Nutt2013-10-261-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
* 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