This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git

commit 77a5666cb72657fec1c0768b43976a8ea0fc68ca
Author: xuxin19 <xuxi...@xiaomi.com>
AuthorDate: Mon Oct 9 19:47:05 2023 +0800

    Revert "fix progname do not match issue"
    
    This reverts commit c230321cae07966837141e5c84600da53b3b6227.
---
 examples/ftpd/Makefile       | 2 +-
 system/cdcacm/Makefile       | 2 +-
 system/composite/Makefile    | 2 +-
 system/stackmonitor/Makefile | 2 +-
 system/usbmsc/Makefile       | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/examples/ftpd/Makefile b/examples/ftpd/Makefile
index 29cec2300..fe42036f9 100644
--- a/examples/ftpd/Makefile
+++ b/examples/ftpd/Makefile
@@ -22,7 +22,7 @@ include $(APPDIR)/Make.defs
 
 MAINSRC = ftpd_main.c
 
-PROGNAME = ftpd_start
+PROGNAME = ftpd_start ftpd_stop
 STACKSIZE = $(CONFIG_EXAMPLES_FTPD_STACKSIZE)
 PRIORITY = SCHED_PRIORITY_DEFAULT
 MODULE = $(CONFIG_EXAMPLES_FTPD)
diff --git a/system/cdcacm/Makefile b/system/cdcacm/Makefile
index a60ad5e5a..91db35c0a 100644
--- a/system/cdcacm/Makefile
+++ b/system/cdcacm/Makefile
@@ -24,7 +24,7 @@ include $(APPDIR)/Make.defs
 
 MAINSRC = cdcacm_main.c
 
-PROGNAME = sercon
+PROGNAME = sercon serdis
 PRIORITY = SCHED_PRIORITY_DEFAULT
 STACKSIZE = $(CONFIG_DEFAULT_TASK_STACKSIZE)
 MODULE = $(CONFIG_SYSTEM_CDCACM)
diff --git a/system/composite/Makefile b/system/composite/Makefile
index 7ea6a4ffd..a9aa682b1 100644
--- a/system/composite/Makefile
+++ b/system/composite/Makefile
@@ -26,7 +26,7 @@ MAINSRC = composite_main.c
 
 # USB storage built-in application info
 
-PROGNAME = conn
+PROGNAME = conn disconn
 PRIORITY = SCHED_PRIORITY_DEFAULT
 STACKSIZE = $(CONFIG_DEFAULT_TASK_STACKSIZE)
 MODULE = $(CONFIG_SYSTEM_COMPOSITE)
diff --git a/system/stackmonitor/Makefile b/system/stackmonitor/Makefile
index fae5b5fd1..824b96b41 100644
--- a/system/stackmonitor/Makefile
+++ b/system/stackmonitor/Makefile
@@ -22,7 +22,7 @@ include $(APPDIR)/Make.defs
 
 # Stack Monitor Application
 
-PROGNAME = stackmonitor_start
+PROGNAME = stackmonitor_start stackmonitor_stop
 PRIORITY = SCHED_PRIORITY_DEFAULT
 STACKSIZE = $(CONFIG_DEFAULT_TASK_STACKSIZE)
 MODULE = $(CONFIG_SYSTEM_STACKMONITOR)
diff --git a/system/usbmsc/Makefile b/system/usbmsc/Makefile
index 588141e35..2b3a85265 100644
--- a/system/usbmsc/Makefile
+++ b/system/usbmsc/Makefile
@@ -20,7 +20,7 @@
 
 include $(APPDIR)/Make.defs
 
-PROGNAME = msconn
+PROGNAME = msconn msdis
 PRIORITY = $(CONFIG_SYSTEM_USBMSC_CMD_PRIORITY)
 STACKSIZE = $(CONFIG_SYSTEM_USBMSC_CMD_STACKSIZE)
 MODULE = $(CONFIG_SYSTEM_USBMSC)

Reply via email to