xiaoxiang781216 commented on code in PR #3071: URL: https://github.com/apache/nuttx-apps/pull/3071#discussion_r2081772131
########## examples/xedge/Kconfig: ########## @@ -0,0 +1,29 @@ +# +# For a description of the syntax of this configuration file, +# see the file kconfig-language.txt in the NuttX tools repository. +# + +config EXAMPLES_XEDGE + tristate "Xedge IoT Toolkit" + default n + ---help--- + Enable Xedge Review Comment: you need follow the nuttx guide to integrate 3rd party code, otherwise we can't merge your change. ########## examples/xedge/Kconfig: ########## @@ -0,0 +1,29 @@ +# +# For a description of the syntax of this configuration file, +# see the file kconfig-language.txt in the NuttX tools repository. +# + +config EXAMPLES_XEDGE + tristate "Xedge IoT Toolkit" + default n + ---help--- + Enable Xedge Review Comment: you need follow the nuttx guide to integrate 3rd party code, otherwise we can't merge your change, sorry. -- 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