incubator-nuttx/drivers/serial
Gregory Nutt 9ff1795760 Check return from nxsem_wait_initialize()
Resolution of Issue 619 will require multiple steps, this part of the first step in that resolution:  Every call to nxsem_wait_uninterruptible() must handle the return value from nxsem_wait_uninterruptible properly.  This commit is only for rwbuffer.c and those files under drivers/serial, drivers/timers, and drivers/usbdev.

This commit completes that step for all of the files under drivers/.  Still remaining:  All of the files under arch/.
2020-04-01 14:20:04 -03:00
..
Kconfig drivers/serial: Remove the nonexistent CMSDK_UART option 2020-02-24 08:47:36 -06:00
Kconfig-16550
Kconfig-lpuart drivers/serial/Kconfig: Split serial Rx/Tx DMA. 2019-12-03 07:06:30 -06:00
Kconfig-sci
Kconfig-uart drivers/serial/Kconfig: Split serial Rx/Tx DMA. 2019-12-03 07:06:30 -06:00
Kconfig-usart drivers/serial/Kconfig: Split serial Rx/Tx DMA. 2019-12-03 07:06:30 -06:00
Make.defs drivers/serial: Remove the lowconsole driver 2020-02-18 12:51:09 -06:00
ptmx.c Check return from nxsem_wait_initialize() 2020-04-01 14:20:04 -03:00
pty.c Check return from nxsem_wait_initialize() 2020-04-01 14:20:04 -03:00
pty.h
serial.c z20x: Improve usability of bootloader 2020-03-14 14:07:45 -03:00
serial_dma.c Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
serial_io.c Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
tcdrain.c z20x: Improve usability of bootloader 2020-03-14 14:07:45 -03:00
uart_16550.c Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
uart_rpmsg.c Run codespell -w against all files 2020-02-22 14:45:07 -06:00