mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
serial: add CONFIG_TTY_LAUNCH support
this allow user start new program from tty Signed-off-by: ligd <liguiding1@xiaomi.com>
This commit is contained in:
@@ -60,6 +60,8 @@ static const char *dequote_list[] =
|
||||
"CONFIG_PASS1_BUILDIR", /* Pass1 build directory */
|
||||
"CONFIG_PASS1_TARGET", /* Pass1 build target */
|
||||
"CONFIG_PASS1_OBJECT", /* Pass1 build object */
|
||||
"CONFIG_TTY_LAUNCH_ENTRYPOINT", /* Name of entry point from tty launch */
|
||||
"CONFIG_TTY_LAUNCH_ARGS", /* Argument list of entry point from tty launch */
|
||||
|
||||
/* NxWidgets/NxWM */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user