You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/10/18 19:15:30 UTC

[GitHub] [incubator-nuttx-apps] pkarashchenko commented on a diff in pull request #1360: system: add cwebsocket support

pkarashchenko commented on code in PR #1360:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1360#discussion_r998616725


##########
netutils/cwebsocket/Kconfig:
##########
@@ -0,0 +1,14 @@
+#
+# For a description of the syntax of this configuration file,
+# see the file kconfig-language.txt in the NuttX tools repository.
+#
+
+config CWEBSOCKET
+	bool "WebSocket Client Library"
+	default n
+	select LIBC_SCANSET

Review Comment:
   ```suggestion
   	depends on ALLOW_MIT_COMPONENTS
   	select LIBC_SCANSET
   ```



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