You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
arch/xtensa/esp32[-s2|-s3]: Modify the method of downloading the repository
Add one permission config `CONFIG_ALLOW_DOWNLOADS` to set allow the NuttX
build system to automatically download external packages from the Internet.
Directly downloading the Git repository is inconvenient for local debugging.
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.
Currently, adaptation has only been done for ESP, so the `ARCH_CHIP_ESP`
conditional check has been added.
Signed-off-by: v-tangmeng <[email protected]>
0 commit comments