simbit18 commented on PR #17236:
URL: https://github.com/apache/nuttx/pull/17236#issuecomment-3670454660

   @Laczen as mentioned earlier, option -S
   **only clones esp-hal-3rdparty into the nxtmpdir folder.**
   
   **make distclean**  removes esp-hal-3rdparty with all subsequent steps after 
cloning.
   
   ```
   ifneq ($(USE_NXTMPDIR_ESP_REPO_DIRECTLY),y)
        $(Q) echo ‘Espressif HAL for 3rd Party Platforms: 
${ESP_HAL_3RDPARTY_VERSION}’
       $(Q) git -C chip/$(ESP_HAL_3RDPARTY_REPO) checkout --quiet 
$(ESP_HAL_3RDPARTY_VERSION)
        $(Q) git -C chip/$(ESP_HAL_3RDPARTY_REPO) submodule --quiet update 
--init $(GIT_DEPTH_PARAMETER) components/mbedtls/mbedtls
   endif
   ifeq ($(CONFIG_ESP_WIRELESS),y)
   ifneq ($(USE_NXTMPDIR_ESP_REPO_DIRECTLY),y)
       $(Q) echo ‘Espressif HAL for 3rd Party Platforms: initialising 
submodules...’
        $(Q) git -C chip/$(ESP_HAL_3RDPARTY_REPO) submodule --quiet update 
--init $(GIT_DEPTH_PARAMETER) components/esp_phy/lib components/esp_wifi/lib 
components/bt/controller/lib_esp32c3_family components/esp_coex/lib
        $(Q) git -C chip/$(ESP_HAL_3RDPARTY_REPO)/components/mbedtls/mbedtls 
reset --quiet --hard
   endif
       $(Q) echo ‘Applying patches...’
        $(Q) cd chip/$(ESP_HAL_3RDPARTY_REPO)/components/mbedtls/mbedtls && git 
apply ../../../nuttx/patches/components/mbedtls/mbedtls/*.patch
   endif
   ```
   
   
   so only the clone phase is skipped


-- 
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