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


##########
examples/xedge/Kconfig:
##########
@@ -0,0 +1,49 @@
+#
+# Xedge IoT Toolkit - NuttX Kconfig integration
+#
+# Xedge is an embedded software toolkit designed to enable high-level 
developers
+# (e.g., web and Lua programmers) to create sophisticated, secure IoT and 
industrial
+# device applications. It abstracts low-level embedded development through a 
lightweight
+# runtime built on top of the Barracuda App Server and Lua, giving developers 
direct access
+# to HTTP(S), WebSockets, MQTT, file system, and device I/O - all from 
high-level Lua scripts.
+#
+# This NuttX integration allows developers to compile and run Xedge as a user 
application,
+# bringing powerful device control capabilities and an embedded web server to 
NuttX-based
+# systems.
+#
+# Use this if you want to build smart, networked embedded devices with minimal 
C code,
+# and maximum productivity.
+#
+
+config EXAMPLES_XEDGE
+       tristate "Xedge IoT Toolkit"
+       depends on ALLOW_GPL_COMPONENTS

Review Comment:
   add:
        depends on NETUTILS_XEDGE



-- 
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-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to