apps/nshlib: Add rptun cmd for boot remote core.

This commit is contained in:
ligd
2019-11-03 09:36:49 -06:00
committed by Gregory Nutt
parent 93017735ef
commit 611bc6c139
4 changed files with 59 additions and 0 deletions

View File

@@ -436,6 +436,10 @@ static const struct cmdmap_s g_cmdmap[] =
#endif
#endif
#if defined(CONFIG_RPTUN) && !defined(CONFIG_NSH_DISABLE_RPTUN)
{ "rptun", cmd_rptun, 3, 3, "<start|stop> <dev-path>" },
#endif
#ifndef CONFIG_NSH_DISABLE_SET
#ifdef CONFIG_NSH_VARS
# if !defined(CONFIG_DISABLE_ENVIRON) && !defined(CONFIG_NSH_DISABLESCRIPT)