tmedicci opened a new pull request, #2880: URL: https://github.com/apache/nuttx-apps/pull/2880
## Summary * system/nxdiag: Change the order for generating the sysinfo.h file The generation of `sys info.h` depends on evaluating whether Espressif's HAL exists in the arch folder. However, cloning the HAL itself happens in the `context` phase of the build, so it is necessary to wait for it to finish before proceeding to the evaluation in nxdiag. This is done by using the `depend` phase to generate the `sysinfo.h` file. ## Impact Closes https://github.com/apache/nuttx/issues/15063 ## Testing Internal CI testing + NuttX CI -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org