-
Notifications
You must be signed in to change notification settings - Fork 7.4k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
ci(json): Add requires_any field and use QIO by default to match IDE #10472
Conversation
👋 Hello lucasssvaz, we appreciate your contribution to this project! Click to see more instructions ...
Review and merge process you can expect ...
|
Test Results 56 files - 99 56 suites - 99 4m 14s ⏱️ - 1h 42m 51s Results for commit 4eab83b. ± Comparison against base commit ee8931d. This pull request removes 12 tests.
♻️ This comment has been updated with latest results. |
Memory usage test (comparing PR against master branch)The table below shows the summary of memory usage change (decrease - increase) in bytes and percentage for each target.
Click to expand the detailed deltas report [usage change in BYTES]
|
0d9407f
to
6fd7c07
Compare
2efc333
to
9d5ccb2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am approving this, because it contains fixes, but I see a repetitive code that should instead be defined once as a function. Please follow this with refactoring
Description of Change
As we can easily change the flash mode for some sketch to DIO, lets switch the default back to QIO so we match the IDE default.
Also add the
requires_any
field to the JSON so we can match requirements in a OR configuration. This will be useful for sketches that require one option or the other, for example the sketches that require WiFi connectivity needs eitherCONFIG_SOC_WIFI_SUPPORTED=y
orCONFIG_ESP_WIFI_REMOTE_ENABLED=y
.Also add some QoL improvements.
Tests scenarios
CI