-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xtensa/esp32: Remove duplicate board Make.defs #14855
Conversation
$(TOPDIR)/Make.defs was already include in common/Makefile. Signed-off-by: zhangyuan29 <zhangyuan29@xiaomi.com>
[Experimental Bot, please feedback here] No, this PR description does not fully meet the NuttX requirements. Here's why and how to fix it: Missing Information in Summary:
Missing Information in Impact:
Missing Information in Testing:
Example of an improved PR description: SummaryThis PR removes a duplicate inclusion of the board Make.defs file for the esp32-devkitc board. The duplicate inclusion was identified in PR #14805 and was causing unnecessary processing during the build, potentially leading to subtle errors and increased build time. This change removes the redundant inclusion in the Impact
TestingI confirm that changes are verified on local setup and works as intended:
Testing logs before change:
Testing logs after change:
|
Testing internally. Please, let's wait our internal CI results. |
Everything is fine with it! |
Summary
Remove duplicate board Make.defs.
In PR #14805 we found board Make.defs
will be included twice, so remove one of them.
Impact
ESP32 board
Testing
esp32-devkitc:sotest build success.