simbit18 opened a new pull request, #2589: URL: https://github.com/apache/nuttx-apps/pull/2589
## Summary The simple improvement is designed to speed up compilation and reduce download errors on github and local. .github\workflows\build.yml: Added -S option. Enable storaged to the nxtmpdir folder for third-party packages. For now I added in the folder this package ESP_HAL_3RDPARTY_URL = https://github.com/espressif/esp-hal-3rdparty.git ARCH arch/xtensa/src/esp32/Make.defs arch/xtensa/src/esp32s2/Make.defs arch/xtensa/src/esp32s3/Make.defs arch/risc-v/src/common/espressif/Make.defs arch/risc-v/src/esp32c3-legacy/Make.defs but you can also add other packages. ## Impact The simple improvement is designed to speed up compilation and reduce download errors on github and local. ## Testing CI GITHUB see https://github.com/apache/nuttx/pull/13301 -- 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]
