You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "acassis (via GitHub)" <gi...@apache.org> on 2023/03/17 15:06:14 UTC

[GitHub] [nuttx-apps] acassis commented on a diff in pull request #1651: apps/netutils: Add RTP tools

acassis commented on code in PR #1651:
URL: https://github.com/apache/nuttx-apps/pull/1651#discussion_r1140355387


##########
netutils/rtptools/Kconfig:
##########
@@ -0,0 +1,139 @@
+#
+# For a description of the syntax of this configuration file,
+# see the file kconfig-language.txt in the NuttX tools repository.
+#
+
+config NETUTILS_RTPTOOLS
+	bool "Enable RTP Tools"
+	default n
+	---help---
+		RTP Tools is a set of small applications
+		that can be used for processing RTP data.
+
+if NETUTILS_RTPTOOLS
+
+config NETUTILS_RTPTOOLS_SPECIFIC_VERSION
+	bool "Define a version tag to checkout"
+	default n
+	---help---
+		Set a specific version tag to checkout. Otherwise,
+		master branch will be used.

Review Comment:
   Should it be better always using a last tested version? Using master branch is always dangerous and prone to crash. It could be like the LVGL, use the latest version and let the user to select a different version



-- 
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