This website requires JavaScript.
Explore
Help
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
ebc6f51641
Branches
Tags
View all branches
nuttx
/
drivers
/
serial
History
Juha Niskanen
ebc6f51641
Fix some typos
2019-09-17 10:46:23 -06:00
..
Kconfig
Fix some typos
2019-09-17 10:46:23 -06:00
Kconfig-16550
…
Kconfig-lpuart
This commit implements RS485 RX/TX switching and RTS/CTS flow control for the IMXRT family. It has been tested on 1020 but I don't see any reason for issues on any other family member.
2019-05-30 13:45:36 -06:00
Kconfig-sci
…
Kconfig-uart
…
Kconfig-usart
…
lowconsole.c
Squashed commit of the following:
2019-05-21 18:57:54 -06:00
Make.defs
drivers/serial: The upper half serial driver configuration CONFIG_SERIAL_DMA used to enable DMA on both RX and TX streams. This was replaced with CONFIG_SERIAL_RXDMA and CONFIG_SERIAKL_TXDMA which will permit supporting DMA on only one or both streams.
2019-04-24 12:11:40 -06:00
ptmx.c
Squashed commit of the following:
2019-05-21 18:57:54 -06:00
pty.c
Squashed commit of the following:
2019-05-21 18:57:54 -06:00
pty.h
…
serial_dma.c
drivers/serial: The upper half serial driver configuration CONFIG_SERIAL_DMA used to enable DMA on both RX and TX streams. This was replaced with CONFIG_SERIAL_RXDMA and CONFIG_SERIAKL_TXDMA which will permit supporting DMA on only one or both streams.
2019-04-24 12:11:40 -06:00
serial_io.c
…
serial.c
drivers/serial/serial.c: Limit the number of times that the poll semaphore is incrmented.
2019-06-13 16:23:04 -06:00
tcdrain.c
…
uart_16550.c
drivers/serial: The upper half serial driver configuration CONFIG_SERIAL_DMA used to enable DMA on both RX and TX streams. This was replaced with CONFIG_SERIAL_RXDMA and CONFIG_SERIAKL_TXDMA which will permit supporting DMA on only one or both streams.
2019-04-24 12:11:40 -06:00