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-06-12 22:24:12 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
277f4b83b0e456b05876142ea989db079de22246
nuttx
/
drivers
/
serial
T
History
Stefan Kolb
591f35be87
I discovered a problem in the file drivers/serial/serial.c concerning the function uart_close(…). In the case that a serial device is opened with the flag O_NONBLOCK the function uart_close(…) blocks until all data in the buffer is transmitted. The function close(…) called on an handle opened with O_NONBLOCK should not block. The problem occurred with a CDC/ACM device.
2017-05-10 07:59:58 -06:00
..
Kconfig
STM32F7: fix UART7 and UART8 IFLOWCONTROL options
2017-04-06 08:46:24 -06:00
lowconsole.c
…
Make.defs
…
ptmx.c
…
pty.c
drivers: Disable priority inheritance on all semaphores used for signaling
2016-11-03 11:00:47 -06:00
pty.h
…
serial_dma.c
…
serial_io.c
…
serial.c
I discovered a problem in the file drivers/serial/serial.c concerning the function uart_close(…). In the case that a serial device is opened with the flag O_NONBLOCK the function uart_close(…) blocks until all data in the buffer is transmitted. The function close(…) called on an handle opened with O_NONBLOCK should not block. The problem occurred with a CDC/ACM device.
2017-05-10 07:59:58 -06:00
uart_16550.c
UART 16550: Missing left parenthesis in function prototype. This is Bitbucket Issue
#41
.
2017-04-20 06:50:11 -06:00