fdcavalcanti commented on code in PR #17236:
URL: https://github.com/apache/nuttx/pull/17236#discussion_r2537843708
##########
arch/risc-v/src/common/espressif/Make.defs:
##########
@@ -209,11 +209,22 @@ endif
GIT_DEPTH_PARAMETER = --depth=$(GIT_DEPTH)
endif
+# When set USE_NXTMPDIR_ESP_REPO_DIRECTLY=y, will directly use esp-hal-3rdparty
+# under nxtmpdir without CHECK_COMMITSHA, reset, checkout and update.
+
+USE_NXTMPDIR_ESP_REPO_DIRECTLY ?= n
+
ifeq ($(STORAGETMP),y)
+ifeq ($(USE_NXTMPDIR_ESP_REPO_DIRECTLY),y)
Review Comment:
What happens if `USE_NXTMPDIR_ESP_REPO_DIRECTLY` is set but the source
directory does not exist? Does it continue the build process or give you an
error?
--
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]