This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
mirror of
https://github.com/apache/nuttx.git
synced
2026-05-13 18:48:11 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
91ef2ec39450abb210c04becc582ecb46cbbf447
nuttx
/
drivers
/
serial
T
History
Dave Marples
5179fa9a64
drivers/serial/serial.c: Limit the number of times that the poll semaphore is incrmented.
2019-06-13 16:23:04 -06:00
..
Kconfig
arch/arm/src/common/up_lwl_console.c: Add support for a 'Lightweight Link' protocol between a target and debugger for use when you need a console but the target doesn't have a spare serial port or other available resource.
2019-06-03 07:31:17 -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