mirror of
https://github.com/apache/nuttx.git
synced 2026-05-13 10:38:40 +08:00
d4bbbe0d0b
The interaction between the shell service in adb and adbd occurs through a pseudo-terminal (pty). so, when a command is launched through adb shell from a PC, users now have the ability to pause or kill the launched,application by inputting specific commands CONFIG_TTY_SIGTSTP_CHAR or CONFIG_TTY_SIGTINT_CHAR, akin to the capabilities provided by nsh. Signed-off-by: dongjiuzhu1 <dongjiuzhu1@xiaomi.com>