TangMeng12 commented on code in PR #17236:
URL: https://github.com/apache/nuttx/pull/17236#discussion_r2469488621


##########
Kconfig:
##########
@@ -264,6 +264,14 @@ config APPS_DIR
                example, to include makefile fragments (e.g., .config or 
Make.defs)
                or to set up include file paths.
 
+config ALLOW_DOWNLOADS

Review Comment:
   Do you mean `depends on ARCH_CHIP_ESPRESSIF || ARCH_CHIP_ESP32 || 
ARCH_CHIP_ESP32S2 || ARCH_CHIP_ESP32S3`.
   
   `if ARCH_CHIP_ESPRESSIF || ARCH_CHIP_ESP32C3 || ARCH_CHIP_ESP32 || 
ARCH_CHIP_ESP32S2 || ARCH_CHIP_ESP32S3
   config ALLOW_DOWNLOADS
           bool "Allow the NuttX build system to automatically download 
external packages from the Internet"
           default y
           ---help---
                   This will allow to automatically download external packages 
from the Internet.
                   If not set, the repo need to be download will need to 
provide them manually, otherwise
                   an error will occur and the build will be aborted.
   endif`
   like this?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to