modify comments on example Makefile
authorsunghan <sh924.chang@samsung.com>
Wed, 10 May 2017 08:26:58 +0000 (17:26 +0900)
committersunghan <sh924.chang@samsung.com>
Wed, 10 May 2017 08:26:58 +0000 (17:26 +0900)
fix wrong comments

19 files changed:
apps/examples/artik_demo/Makefile
apps/examples/dnsclient_test/Makefile
apps/examples/easysetup/Makefile
apps/examples/eeprom_test/Makefile
apps/examples/mdns_test/Makefile
apps/examples/mqtt_test/Makefile
apps/examples/ntpclient_test/Makefile
apps/examples/proc_test/Makefile
apps/examples/slsiwifi/Makefile
apps/examples/smart/Makefile
apps/examples/sysio_test/Makefile
apps/examples/telnetd/Makefile
apps/examples/tls_client/Makefile
apps/examples/tls_selftest/Makefile
apps/examples/tls_server/Makefile
apps/examples/wakaama_client/Makefile
apps/examples/webclient/Makefile
apps/examples/webserver/Makefile
apps/examples/workqueue/Makefile

index 251ed11..7bcb7ec 100644 (file)
 -include $(TOPDIR)/Make.defs
 include $(APPDIR)/Make.defs
 
-# Hello, World! built-in application info
+# built-in application info
 
 APPNAME = artik_demo
 PRIORITY = SCHED_PRIORITY_DEFAULT
 STACKSIZE = 20480
 
-# Hello, World! Example
+# artik demo example
 
 ASRCS =
 
index 7785d76..3bfbfac 100644 (file)
 -include $(TOPDIR)/Make.defs
 include $(APPDIR)/Make.defs
 
-# Hello, World! built-in application info
+# built-in application info
 
 APPNAME = dnsclient
 PRIORITY = SCHED_PRIORITY_DEFAULT
 STACKSIZE = 2048
 
-# Hello, World! Example
+# dnsclient test example
 
 ASRCS =
 CSRCS =
index bfbfea2..b5faf92 100644 (file)
 -include $(TOPDIR)/Make.defs
 include $(APPDIR)/Make.defs
 
-# Hello, World! built-in application info
+# built-in application info
 
 APPNAME = easysetup
 PRIORITY = SCHED_PRIORITY_DEFAULT
 STACKSIZE = 2048
 THREADEXEC = TASH_EXECMD_ASYNC
 
-# Hello, World! Example
+# easysetup example
 
 ASRCS =
 CSRCS = wifi_api.c
index e05d4f1..3ea1d7d 100644 (file)
@@ -54,7 +54,7 @@
 -include $(TOPDIR)/Make.defs
 include $(APPDIR)/Make.defs
 
-# Hello, World! Example in tash
+# eeprom test example
 
 ASRCS =
 CSRCS =
index 42252dc..dc1aec5 100644 (file)
 -include $(TOPDIR)/Make.defs
 include $(APPDIR)/Make.defs
 
-# Hello, World! built-in application info
+# built-in application info
 
 APPNAME = mdns
 PRIORITY = SCHED_PRIORITY_DEFAULT
 STACKSIZE = 2048
 
-# Hello, World! Example
+# mdns test example
 
 ASRCS =
 CSRCS =
index d35bb3e..e11476d 100644 (file)
@@ -40,13 +40,13 @@ include $(APPDIR)/Make.defs
 #MQTT_TOP=$(APPDIR)/netutils/mqtt
 #include $(MQTT_TOP)/config.mk
 
-# Hello, World! built-in application info
+# built-in application info
 
 APPNAME = mqtt
 PRIORITY = SCHED_PRIORITY_DEFAULT
 STACKSIZE = 20480
 
-# Hello, World! Example
+# mqtt test example
 
 ASRCS =
 CSRCS =
index cc0d4a4..840b046 100644 (file)
 -include $(TOPDIR)/Make.defs
 include $(APPDIR)/Make.defs
 
-# Hello, World! built-in application info
+# built-in application info
 
 APPNAME = ntpclient
 PRIORITY = SCHED_PRIORITY_DEFAULT
 STACKSIZE = 2048
 
-# Hello, World! Example
+# ntpclient test example
 
 ASRCS =
 CSRCS =
index 4cf8577..27b8bbb 100644 (file)
@@ -54,7 +54,7 @@
 -include $(TOPDIR)/Make.defs
 include $(APPDIR)/Make.defs
 
-# Proc_test Example
+# procfs test Example
 
 ASRCS =
 CSRCS =
index ce1b390..a920d00 100644 (file)
@@ -57,10 +57,14 @@ include $(APPDIR)/Make.defs
 CONFIG_EXAMPLES_SLSIWIFI_PRIORITY ?= SCHED_PRIORITY_DEFAULT
 CONFIG_EXAMPLES_SLSIWIFI_STACKSIZE ?= 2048
 
+# built-in application info
+
 APPNAME = slsiwifi
 PRIORITY = $(CONFIG_EXAMPLES_SLSIWIFI_PRIORITY)
 STACKSIZE = $(CONFIG_EXAMPLES_SLSIWIFI_STACKSIZE)
 
+# wifi test example using slsi wifi api
+
 ASRCS =
 CSRCS += \
          output_functions.c \
index 32b07a6..690b714 100644 (file)
@@ -61,6 +61,8 @@ PRIORITY = SCHED_PRIORITY_DEFAULT
 STACKSIZE = 2048
 THREADEXEC = TASH_EXECMD_SYNC
 
+# smart file sytem test example
+
 ASRCS =
 CSRCS = smart_main.c
 
index ccadc5d..7150828 100644 (file)
 -include $(TOPDIR)/Make.defs
 include $(APPDIR)/Make.defs
 
-# Hello, World! built-in application info
+# built-in application info
 
 APPNAME = sysio
 PRIORITY = SCHED_PRIORITY_DEFAULT
 STACKSIZE = 2048
 
-# Hello, World! Example
+# system input / output test example
 
 ASRCS =
 CSRCS =
index 9ff76d6..6baaa5c 100644 (file)
 -include $(TOPDIR)/Make.defs
 include $(APPDIR)/Make.defs
 
-# Hello, World! built-in application info
+# built-in application info
 
 APPNAME = telnetd 
 PRIORITY = SCHED_PRIORITY_DEFAULT
 STACKSIZE = 1024
 
-# Hello, World! Example
+# telnet daemon example
 
 ASRCS =
 CSRCS =
index 828e716..3f03c74 100644 (file)
@@ -60,6 +60,7 @@ APPNAME = tls_client
 PRIORITY = SCHED_PRIORITY_DEFAULT
 STACKSIZE = 10240
 
+# tls client example
 
 ASRCS =
 CSRCS =
index 440bb61..f39d85d 100644 (file)
@@ -61,6 +61,7 @@ PRIORITY = SCHED_PRIORITY_DEFAULT
 STACKSIZE = 40960
 # 10240 ~ 204800
 
+# tls self test example
 
 ASRCS =
 CSRCS =
index e5d687b..0166add 100644 (file)
@@ -60,6 +60,7 @@ APPNAME = tls_server
 PRIORITY = SCHED_PRIORITY_DEFAULT
 STACKSIZE = 10240
 
+# tls server example
 
 ASRCS =
 CSRCS =
index 2983bd8..136b608 100644 (file)
@@ -54,7 +54,7 @@
 -include $(TOPDIR)/Make.defs
 include $(APPDIR)/Make.defs
 
-# DHANUSH Wiced join test built-in application info
+# built-in application info
 
 APPNAME = wakaama_client
 PRIORITY = SCHED_PRIORITY_DEFAULT
@@ -65,7 +65,7 @@ CFLAGS+=-I$(TOPDIR)/../external/wakaama/examples/client
 CFLAGS+=-I$(TOPDIR)/../external/wakaama/core
 CFLAGS+=-I$(TOPDIR)/../framework/include/dm
 
-# DHANUSH Wiced join test
+# wakaama client test example
 
 ASRCS =
 CSRCS =
index 006fef0..b1e053a 100644 (file)
 -include $(TOPDIR)/Make.defs
 include $(APPDIR)/Make.defs
 
+# built-in application info
+
 APPNAME = webclient
 PRIORITY = SCHED_PRIORITY_DEFAULT
 STACKSIZE = 16384
 
-# uIP very tiny web server example
+# webclient example
 
 ASRCS =
 CSRCS = 
index 1174112..1905be4 100644 (file)
@@ -54,7 +54,7 @@
 -include $(TOPDIR)/Make.defs
 include $(APPDIR)/Make.defs
 
-# uIP very tiny web server example
+# webserver example
 
 ASRCS =
 CSRCS = 
index f41df59..1f39453 100644 (file)
 -include $(TOPDIR)/Make.defs
 include $(APPDIR)/Make.defs
 
-# Hello, World! built-in application info
+# built-in application info
 
 APPNAME = workqueue
 PRIORITY = SCHED_PRIORITY_DEFAULT
 STACKSIZE = 2048
 THREADEXEC = TASH_EXECMD_SYNC
 
+# workqueue example
+
 ASRCS =
 CSRCS =
 MAINSRC = workqueue_main.c