You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/12/23 16:17:30 UTC

[GitHub] [incubator-nuttx] GUIDINGLI commented on a change in pull request #5065: sched: use exec_spawn instead of exec, reanme CONFIG_USER_ENTRYPOINT to CONFIG_INIT_ENTRYPOINT

GUIDINGLI commented on a change in pull request #5065:
URL: https://github.com/apache/incubator-nuttx/pull/5065#discussion_r774667621



##########
File path: drivers/serial/Kconfig
##########
@@ -173,6 +173,69 @@ config SERIAL_TERMIOS
 		If this is not defined, then the terminal settings (baud, parity, etc).
 		are not configurable at runtime; serial streams cannot be flushed, etc..
 
+config TTY_LAUNCH
+	bool "Enable feature TTY launch program"
+	default n
+	---help---
+		If select this, then user can lanunch a program with a special input.

Review comment:
       next patch




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org