nuttx/drivers/serial
Yoshinori Sugino c13f869432 Modify SIGSTP to SIGTSTP
Follow the POSIX description.
SIGTSTP should be sent when the Ctrl-Z characters is encountered, not SIGSTP.

Testing:
Built with hifive1-revb:nsh (CONFIG_SERIAL_TERMIOS=y, CONFIG_SIG_DEFAULT=y and CONFIG_TTY_SIGTSTP=y)
2020-10-29 01:12:43 -07:00
..
Kconfig Modify SIGSTP to SIGTSTP 2020-10-29 01:12:43 -07:00
Kconfig-16550
Kconfig-lpuart
Kconfig-sci
Kconfig-uart
Kconfig-usart
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 libs/libc/unistd: Implement pipe2(2) syscall 2020-09-18 20:01:26 -07:00
pty.h
serial_dma.c Modify SIGSTP to SIGTSTP 2020-10-29 01:12:43 -07:00
serial_io.c Modify SIGSTP to SIGTSTP 2020-10-29 01:12:43 -07:00
serial.c Modify SIGSTP to SIGTSTP 2020-10-29 01:12:43 -07: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 Fix nxstyle warning 2020-08-22 17:37:21 -06:00