Skip to content
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

Merged
merged 5 commits into from
Oct 19, 2024

Conversation

lucasssvaz
Copy link
Collaborator

@lucasssvaz lucasssvaz commented Oct 16, 2024

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 either CONFIG_SOC_WIFI_SUPPORTED=y or CONFIG_ESP_WIFI_REMOTE_ENABLED=y.

Also add some QoL improvements.

Tests scenarios

CI

Copy link
Contributor

github-actions bot commented Oct 16, 2024

Warnings
⚠️

Some issues found for the commit messages in this PR:

  • the commit message "ci(FQBN): Use QIO as default as DIO can be used on demand now":
    • scope/component should be lowercase without whitespace, allowed special characters are _ / . , * - .

Please fix these commit messages - here are some basic tips:

  • follow Conventional Commits style
  • correct format of commit message should be: <type/action>(<scope/component>): <summary>, for example fix(esp32): Fixed startup timeout issue
  • allowed types are: change,ci,docs,feat,fix,refactor,remove,revert,test
  • sufficiently descriptive message summary should be between 20 to 72 characters and start with upper case letter
  • avoid Jira references in commit messages (unavailable/irrelevant for our customers)

TIP: Install pre-commit hooks and run this check when committing (uses the Conventional Precommit Linter).

Messages
📖 You might consider squashing your 5 commits (simplifying branch history).

👋 Hello lucasssvaz, we appreciate your contribution to this project!


Click to see more instructions ...


This automated output is generated by the PR linter DangerJS, which checks if your Pull Request meets the project's requirements and helps you fix potential issues.

DangerJS is triggered with each push event to a Pull Request and modify the contents of this comment.

Please consider the following:
- Danger mainly focuses on the PR structure and formatting and can't understand the meaning behind your code or changes.
- Danger is not a substitute for human code reviews; it's still important to request a code review from your colleagues.
- Resolve all warnings (⚠️ ) before requesting a review from human reviewers - they will appreciate it.
- Addressing info messages (📖) is strongly recommended; they're less critical but valuable.
- To manually retry these Danger checks, please navigate to the Actions tab and re-run last Danger workflow.

Review and merge process you can expect ...


We do welcome contributions in the form of bug reports, feature requests and pull requests.

1. An internal issue has been created for the PR, we assign it to the relevant engineer.
2. They review the PR and either approve it or ask you for changes or clarifications.
3. Once the GitHub PR is approved we do the final review, collect approvals from core owners and make sure all the automated tests are passing.
- At this point we may do some adjustments to the proposed change, or extend it by adding tests or documentation.
4. If the change is approved and passes the tests it is merged into the default branch.

Generated by 🚫 dangerJS against 4eab83b

Copy link
Contributor

github-actions bot commented Oct 16, 2024

Test Results

 56 files   -  99   56 suites   - 99   4m 14s ⏱️ - 1h 42m 51s
 21 tests  -  12   21 ✅  -  10  0 💤 ±0  0 ❌ ±0 
135 runs   - 189  135 ✅  - 183  0 💤 ±0  0 ❌ ±0 

Results for commit 4eab83b. ± Comparison against base commit ee8931d.

This pull request removes 12 tests.
performance.coremark.test_coremark ‑ test_coremark
performance.fibonacci.test_fibonacci ‑ test_fibonacci
performance.linpack_double.test_linpack_double ‑ test_linpack_double
performance.linpack_float.test_linpack_float ‑ test_linpack_float
performance.psramspeed.test_psramspeed ‑ test_psramspeed
performance.ramspeed.test_ramspeed ‑ test_ramspeed
performance.superpi.test_superpi ‑ test_superpi
test_touch_errors
test_touch_interrtupt
test_touch_read
…

♻️ This comment has been updated with latest results.

Copy link
Contributor

github-actions bot commented Oct 16, 2024

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.

MemoryFLASH [bytes]FLASH [%]RAM [bytes]RAM [%]
TargetDECINCDECINCDECINCDECINC
ESP32S3💚 -24‼️ +2091K💚 -0.01‼️ +215.090‼️ +15K0.00‼️ +26.21
ESP32S2💚 -24‼️ +4K💚 -0.01⚠️ +0.390⚠️ +240.00⚠️ +0.05
ESP32C3💚 -240💚 -0.010.00000.000.00
ESP32C6💚 -320💚 -0.010.00000.000.00
ESP32H2💚 -240💚 -0.010.00000.000.00
ESP32💚 -32‼️ +11K💚 -0.01‼️ +1.120⚠️ +640.00⚠️ +0.11
Click to expand the detailed deltas report [usage change in BYTES]
TargetESP32S3ESP32S2ESP32C3ESP32C6ESP32H2ESP32
ExampleFLASHRAMFLASHRAMFLASHRAMFLASHRAMFLASHRAMFLASHRAM
ArduinoOTA/examples/BasicOTA💚 -160💚 -160💚 -240💚 -240--💚 -240
AsyncUDP/examples/AsyncUDPClient💚 -160💚 -160💚 -240💚 -240--💚 -240
AsyncUDP/examples/AsyncUDPMulticastServer💚 -160💚 -160💚 -240💚 -240--💚 -240
AsyncUDP/examples/AsyncUDPServer💚 -160💚 -240💚 -240💚 -240--💚 -240
BLE/examples/BLE5_extended_scan💚 -160--💚 -240💚 -240💚 -240--
BLE/examples/BLE5_multi_advertising💚 -160--💚 -240💚 -240💚 -240--
BLE/examples/BLE5_periodic_advertising💚 -160--💚 -240💚 -240💚 -240--
BLE/examples/BLE5_periodic_sync💚 -160--💚 -240💚 -240💚 -240--
BLE/examples/Beacon_Scanner💚 -160--💚 -240💚 -240💚 -240💚 -160
BLE/examples/Client💚 -160--💚 -240💚 -240💚 -240💚 -160
BLE/examples/EddystoneTLM_Beacon💚 -160--💚 -240💚 -240💚 -240💚 -160
BLE/examples/EddystoneURL_Beacon💚 -160--💚 -240💚 -240💚 -240💚 -160
BLE/examples/Notify💚 -160--💚 -240💚 -240💚 -240💚 -160
BLE/examples/Scan💚 -160--💚 -240💚 -240💚 -240💚 -160
BLE/examples/Server💚 -160--💚 -240💚 -240💚 -240💚 -160
BLE/examples/Server_multiconnect💚 -160--💚 -240💚 -240💚 -240💚 -160
BLE/examples/UART💚 -160--💚 -240💚 -240💚 -240💚 -160
BLE/examples/Write💚 -160--💚 -240💚 -240💚 -240💚 -160
BLE/examples/iBeacon💚 -160--💚 -240💚 -240💚 -240💚 -160
DNSServer/examples/CaptivePortal💚 -160💚 -240💚 -240💚 -240--00
EEPROM/examples/eeprom_class💚 -160💚 -160💚 -240💚 -240💚 -240💚 -160
EEPROM/examples/eeprom_extra💚 -160💚 -160💚 -240💚 -240💚 -240💚 -160
EEPROM/examples/eeprom_write00💚 -160💚 -240💚 -240💚 -240💚 -160
ESP32/examples/AnalogOut/LEDCFade💚 -160💚 -160💚 -240💚 -240💚 -240💚 -160
ESP32/examples/AnalogOut/LEDCSingleChannel00💚 -160💚 -240💚 -240💚 -24000
ESP32/examples/AnalogOut/LEDCSoftwareFade00💚 -160💚 -240💚 -240💚 -24000
ESP32/examples/AnalogOut/SigmaDelta💚 -160💚 -160💚 -240💚 -240💚 -240💚 -160
ESP32/examples/AnalogOut/ledcFrequency💚 -16000💚 -240💚 -240💚 -240💚 -160
ESP32/examples/AnalogOut/ledcWrite_RGB💚 -160💚 -160💚 -240💚 -240💚 -240💚 -160
ESP32/examples/AnalogRead00💚 -160💚 -240💚 -240💚 -240💚 -160
ESP32/examples/AnalogReadContinuous💚 -160💚 -160💚 -240💚 -240💚 -240💚 -160
ESP32/examples/ArduinoStackSize💚 -160💚 -160💚 -240💚 -240💚 -240💚 -160
ESP32/examples/CI/CIBoardsTest0000💚 -240💚 -240💚 -24000
ESP32/examples/Camera/CameraWebServer‼️ +2091K‼️ +15K‼️ +4K⚠️ +24------‼️ +11K⚠️ +64
ESP32/examples/ChipID/GetChipID💚 -160💚 -160💚 -240💚 -240💚 -240💚 -160
ESP32/examples/DeepSleep/ExternalWakeUp💚 -160💚 -160------💚 -160
ESP32/examples/DeepSleep/TimerWakeUp💚 -160💚 -160💚 -240💚 -240--💚 -160
ESP32/examples/DeepSleep/TouchWakeUp💚 -160💚 -160------💚 -160
ESP32/examples/FreeRTOS/BasicMultiThreading💚 -160💚 -160💚 -240💚 -240💚 -240💚 -160
ESP32/examples/FreeRTOS/Mutex00💚 -160💚 -240💚 -240💚 -240💚 -160
ESP32/examples/FreeRTOS/Queue💚 -160💚 -160💚 -240💚 -240💚 -240💚 -160
ESP32/examples/FreeRTOS/Semaphore00💚 -160💚 -240💚 -240💚 -240💚 -160
ESP32/examples/GPIO/BlinkRGB💚 -16000💚 -240💚 -240💚 -24000
ESP32/examples/GPIO/FunctionalInterrupt💚 -160💚 -160💚 -240💚 -240💚 -24000
ESP32/examples/GPIO/FunctionalInterruptStruct💚 -160💚 -160💚 -240💚 -240💚 -240💚 -160
ESP32/examples/GPIO/GPIOInterrupt💚 -160💚 -160💚 -240💚 -240💚 -240💚 -160
ESP32/examples/HWCDC_Events00--💚 -240💚 -240💚 -240--
ESP32/examples/MacAddress/GetMacAddress00💚 -160💚 -240💚 -240💚 -240💚 -160
ESP32/examples/RMT/Legacy_RMT_Driver_Compatible💚 -160💚 -160💚 -240💚 -240💚 -240💚 -160
ESP32/examples/RMT/RMTCallback💚 -160💚 -160💚 -240💚 -240💚 -240💚 -160
ESP32/examples/RMT/RMTLoopback💚 -160💚 -160💚 -240💚 -240💚 -240💚 -160
ESP32/examples/RMT/RMTReadXJT💚 -160💚 -160💚 -240💚 -240💚 -240💚 -160
ESP32/examples/RMT/RMTWrite_RGB_LED💚 -16000💚 -240💚 -240💚 -240💚 -160
ESP32/examples/RMT/RMT_CPUFreq_Test💚 -160💚 -160💚 -240💚 -240💚 -240💚 -160
ESP32/examples/RMT/RMT_EndOfTransmissionState💚 -16000💚 -240💚 -240💚 -240💚 -160
ESP32/examples/RMT/RMT_LED_Blink💚 -16000💚 -240💚 -240💚 -240💚 -160
ESP32/examples/ResetReason/ResetReason💚 -160💚 -160💚 -240💚 -240💚 -240💚 -160
ESP32/examples/ResetReason/ResetReason2💚 -160💚 -160💚 -240💚 -240💚 -240💚 -160
ESP32/examples/Serial/BaudRateDetect_Demo💚 -160💚 -160💚 -240💚 -240💚 -240💚 -160
ESP32/examples/Serial/OnReceiveError_BREAK_Demo💚 -160💚 -160💚 -240💚 -240💚 -240💚 -160
ESP32/examples/Serial/OnReceive_Demo💚 -160💚 -160💚 -240💚 -240💚 -240💚 -160
ESP32/examples/Serial/RS485_Echo_Demo💚 -160💚 -160💚 -240💚 -240💚 -240💚 -160
ESP32/examples/Serial/RxFIFOFull_Demo💚 -160💚 -160💚 -240💚 -240💚 -240💚 -160
ESP32/examples/Serial/RxTimeout_Demo💚 -160💚 -160💚 -240💚 -240💚 -240💚 -160
ESP32/examples/Serial/Serial_All_CPU_Freqs💚 -160💚 -160💚 -240💚 -240💚 -240💚 -160
ESP32/examples/Serial/Serial_STD_Func_OnReceive00💚 -160💚 -240💚 -240💚 -240💚 -160
ESP32/examples/Serial/onReceiveExample💚 -160💚 -160💚 -240💚 -240💚 -240💚 -160
ESP32/examples/TWAI/TWAIreceive00💚 -160💚 -240💚 -240💚 -240💚 -160
ESP32/examples/TWAI/TWAItransmit0000💚 -240💚 -240💚 -24000
ESP32/examples/Template/ExampleTemplate💚 -160💚 -160💚 -240💚 -240💚 -24000
ESP32/examples/Time/SimpleTime💚 -160💚 -240💚 -240💚 -240--💚 -240
ESP32/examples/Timer/RepeatTimer💚 -160💚 -160💚 -240💚 -240💚 -240💚 -160
ESP32/examples/Timer/WatchdogTimer💚 -16000💚 -240💚 -240💚 -240💚 -160
ESP32/examples/Touch/TouchButtonV2💚 -160💚 -160--------
ESP32/examples/Touch/TouchInterrupt💚 -160💚 -160------💚 -160
ESP32/examples/Touch/TouchRead💚 -160💚 -160------00
ESP32/examples/Utilities/HEXBuilder💚 -160💚 -160💚 -240💚 -240💚 -240💚 -160
ESP32/examples/Utilities/MD5Builder💚 -16000💚 -240💚 -240💚 -240💚 -160
ESP32/examples/Utilities/SHA1Builder💚 -16000💚 -240💚 -240💚 -240💚 -160
ESP_I2S/examples/ES8388_loopback💚 -160💚 -160💚 -240💚 -240💚 -240💚 -160
ESP_I2S/examples/Record_to_WAV💚 -160--------💚 -160
ESP_I2S/examples/Simple_tone💚 -160💚 -160💚 -240💚 -240💚 -240💚 -160
ESP_NOW/examples/ESP_NOW_Broadcast_Master💚 -160💚 -160💚 -240💚 -240--00
ESP_NOW/examples/ESP_NOW_Broadcast_Slave💚 -160💚 -240💚 -240💚 -240--💚 -240
ESP_NOW/examples/ESP_NOW_Network💚 -160💚 -160💚 -240💚 -240--00
ESP_NOW/examples/ESP_NOW_Serial💚 -160💚 -240💚 -240💚 -240--💚 -240
ESP_SR/examples/Basic00----------
ESPmDNS/examples/mDNS-SD_Extended00💚 -160💚 -240💚 -240--💚 -240
ESPmDNS/examples/mDNS_Web_Server💚 -160💚 -240💚 -240💚 -240--💚 -240
Ethernet/examples/ETH_W5500_Arduino_SPI00💚 -160💚 -240💚 -240💚 -240💚 -160
Ethernet/examples/ETH_W5500_IDF_SPI00💚 -160💚 -240💚 -240💚 -240💚 -160
Ethernet/examples/ETH_WIFI_BRIDGE💚 -160💚 -160💚 -240💚 -240--💚 -240
FFat/examples/FFat_Test💚 -160💚 -160💚 -240💚 -240💚 -240💚 -160
FFat/examples/FFat_time💚 -160💚 -160💚 -240💚 -240--💚 -240
HTTPClient/examples/Authorization💚 -160💚 -240💚 -240💚 -240--💚 -240
HTTPClient/examples/BasicHttpClient💚 -160💚 -160💚 -240💚 -240--💚 -240
HTTPClient/examples/BasicHttpsClient💚 -160💚 -240💚 -240💚 -240--💚 -240
HTTPClient/examples/HTTPClientEnterprise💚 -160💚 -240💚 -240💚 -240--💚 -240
HTTPClient/examples/ReuseConnection💚 -160💚 -160💚 -240💚 -240--💚 -240
HTTPClient/examples/StreamHttpClient💚 -160💚 -160💚 -240💚 -240--00
HTTPUpdate/examples/httpUpdate💚 -160💚 -240💚 -240💚 -240--💚 -240
HTTPUpdate/examples/httpUpdateSPIFFS💚 -160💚 -240💚 -240💚 -240--00
HTTPUpdate/examples/httpUpdateSecure💚 -240💚 -240💚 -240💚 -240--💚 -240
HTTPUpdateServer/examples/WebUpdater💚 -160💚 -240💚 -240💚 -240--💚 -240
Insights/examples/DiagnosticsSmokeTest💚 -160💚 -160💚 -240💚 -240--💚 -240
Insights/examples/MinimalDiagnostics💚 -160💚 -160💚 -240💚 -240--00
LittleFS/examples/LITTLEFS_test00💚 -160💚 -240💚 -240💚 -240💚 -160
LittleFS/examples/LITTLEFS_time💚 -160💚 -240💚 -240💚 -240--💚 -240
NetBIOS/examples/ESP_NBNST💚 -160💚 -160💚 -240💚 -240--💚 -240
NetworkClientSecure/examples/WiFiClientInsecure💚 -160💚 -240💚 -240💚 -240--💚 -240
NetworkClientSecure/examples/WiFiClientPSK💚 -160💚 -240💚 -240💚 -240--💚 -240
NetworkClientSecure/examples/WiFiClientSecure💚 -160💚 -160💚 -240💚 -240--00
NetworkClientSecure/examples/WiFiClientSecureEnterprise💚 -160💚 -240💚 -240💚 -240--💚 -240
NetworkClientSecure/examples/WiFiClientSecureProtocolUpgrade💚 -160💚 -240💚 -240💚 -240--💚 -240
NetworkClientSecure/examples/WiFiClientShowPeerCredentials💚 -160💚 -240💚 -240💚 -240--💚 -240
NetworkClientSecure/examples/WiFiClientTrustOnFirstUse💚 -160💚 -160💚 -240💚 -240--💚 -240
PPP/examples/PPP_Basic💚 -160💚 -160💚 -240💚 -240💚 -24000
PPP/examples/PPP_WIFI_BRIDGE💚 -160💚 -240💚 -240💚 -240--💚 -240
Preferences/examples/Prefs2Struct💚 -160💚 -160💚 -240💚 -240💚 -240💚 -160
Preferences/examples/StartCounter💚 -160💚 -160💚 -240💚 -240💚 -240💚 -160
RainMaker/examples/RMakerCustom💚 -16000💚 -160💚 -160--💚 -160
RainMaker/examples/RMakerCustomAirCooler💚 -160💚 -1600000--00
RainMaker/examples/RMakerSonoffDualR3💚 -16000💚 -160💚 -160--💚 -160
RainMaker/examples/RMakerSwitch💚 -160000000--💚 -160
SD/examples/SD_Test💚 -16000💚 -16000💚 -240💚 -160
SD/examples/SD_time💚 -160💚 -240💚 -240💚 -240--💚 -240
SD_MMC/examples/SD2USBMSC💚 -160----------
SD_MMC/examples/SDMMC_Test💚 -160--------💚 -160
SD_MMC/examples/SDMMC_time💚 -160--------💚 -240
SPI/examples/SPI_Multiple_Buses💚 -16000💚 -240💚 -240💚 -240💚 -160
SPIFFS/examples/SPIFFS_Test💚 -160💚 -160💚 -240💚 -240💚 -240💚 -160
SPIFFS/examples/SPIFFS_time💚 -160💚 -240💚 -240💚 -240--💚 -240
SimpleBLE/examples/SimpleBleDevice💚 -160--💚 -240💚 -240💚 -240💚 -160
TFLiteMicro/examples/hello_world💚 -160💚 -160💚 -240💚 -240💚 -24000
Ticker/examples/Blinker💚 -160💚 -160💚 -240💚 -240💚 -240💚 -160
Ticker/examples/TickerBasic💚 -160💚 -160💚 -240💚 -240💚 -240💚 -160
Ticker/examples/TickerParameter💚 -160💚 -160💚 -240💚 -240💚 -240💚 -160
USB/examples/CompositeDevice💚 -160💚 -160--------
USB/examples/ConsumerControl💚 -16000--------
USB/examples/CustomHIDDevice💚 -160💚 -160--------
USB/examples/FirmwareMSC💚 -160💚 -160--------
USB/examples/Gamepad💚 -160💚 -160--------
USB/examples/HIDVendor💚 -160💚 -160--------
USB/examples/Keyboard/KeyboardLogout💚 -160💚 -160--------
USB/examples/Keyboard/KeyboardMessage💚 -160💚 -160--------
USB/examples/Keyboard/KeyboardReprogram💚 -16000--------
USB/examples/Keyboard/KeyboardSerial💚 -16000--------
USB/examples/KeyboardAndMouseControl💚 -160💚 -160--------
USB/examples/MIDI/MidiController💚 -160💚 -160--------
USB/examples/MIDI/MidiInterface💚 -16000--------
USB/examples/MIDI/MidiMusicBox💚 -160💚 -160--------
USB/examples/MIDI/ReceiveMidi💚 -160💚 -160--------
USB/examples/Mouse/ButtonMouseControl💚 -16000--------
USB/examples/SystemControl💚 -16000--------
USB/examples/USBMSC0000--------
USB/examples/USBSerial💚 -160💚 -160--------
USB/examples/USBVendor💚 -160💚 -160--------
Update/examples/AWS_S3_OTA_Update00💚 -160💚 -240💚 -240--💚 -240
Update/examples/HTTPS_OTA_Update💚 -160💚 -240💚 -240💚 -240--💚 -240
Update/examples/HTTP_Client_AES_OTA_Update💚 -160💚 -160💚 -240💚 -240--💚 -240
Update/examples/HTTP_Server_AES_OTA_Update00💚 -240💚 -240💚 -240--00
Update/examples/OTAWebUpdater💚 -160💚 -240💚 -240💚 -240--💚 -240
Update/examples/SD_Update💚 -160💚 -160💚 -240💚 -240💚 -240💚 -160
WebServer/examples/AdvancedWebServer💚 -160💚 -240💚 -240💚 -240--💚 -240
WebServer/examples/FSBrowser💚 -160💚 -240💚 -240💚 -240--💚 -240
WebServer/examples/Filters💚 -160💚 -240💚 -240💚 -240--💚 -240
WebServer/examples/HelloServer💚 -160💚 -240💚 -240💚 -240--💚 -240
WebServer/examples/HttpAdvancedAuth💚 -160💚 -240💚 -240💚 -240--💚 -240
WebServer/examples/HttpAuthCallback💚 -160💚 -160💚 -240💚 -240--💚 -240
WebServer/examples/HttpAuthCallbackInline💚 -160💚 -160💚 -240💚 -240--💚 -240
WebServer/examples/HttpBasicAuth💚 -160💚 -240💚 -240💚 -240--💚 -320
WebServer/examples/HttpBasicAuthSHA1💚 -160💚 -240💚 -240💚 -240--💚 -240
WebServer/examples/HttpBasicAuthSHA1orBearerToken💚 -160💚 -240💚 -240💚 -240--💚 -240
WebServer/examples/MultiHomedServers💚 -160💚 -240💚 -240💚 -240--💚 -240
WebServer/examples/PathArgServer💚 -160💚 -240💚 -160💚 -160--💚 -240
WebServer/examples/SDWebServer00💚 -240💚 -240💚 -240--00
WebServer/examples/SimpleAuthentification00💚 -160💚 -240💚 -240--💚 -240
WebServer/examples/UploadHugeFile💚 -160💚 -240💚 -160💚 -320--💚 -240
WebServer/examples/WebServer00💚 -160💚 -240💚 -240--💚 -240
WebServer/examples/WebUpdate00💚 -240💚 -240💚 -240--00
WiFi/examples/FTM/FTM_Initiator💚 -160💚 -160💚 -240💚 -240--💚 -240
WiFi/examples/FTM/FTM_Responder💚 -160💚 -160💚 -240💚 -240--00
WiFi/examples/SimpleWiFiServer💚 -160💚 -240💚 -240💚 -240--💚 -240
WiFi/examples/WPS💚 -160💚 -240💚 -240💚 -240--💚 -240
WiFi/examples/WiFiAccessPoint💚 -160💚 -240💚 -240💚 -240--💚 -240
WiFi/examples/WiFiBlueToothSwitch💚 -160--💚 -240💚 -240--💚 -240
WiFi/examples/WiFiClient💚 -160💚 -160💚 -240💚 -240--💚 -240
WiFi/examples/WiFiClientBasic💚 -160💚 -160💚 -240💚 -240--💚 -240
WiFi/examples/WiFiClientConnect💚 -160💚 -160💚 -240💚 -240--00
WiFi/examples/WiFiClientEnterprise💚 -160💚 -160💚 -240💚 -240--00
WiFi/examples/WiFiClientEvents💚 -160💚 -160💚 -240💚 -240--00
WiFi/examples/WiFiClientStaticIP💚 -160💚 -160💚 -240💚 -240--💚 -240
WiFi/examples/WiFiExtender💚 -160💚 -160💚 -240💚 -240--💚 -240
WiFi/examples/WiFiIPv6💚 -160💚 -240💚 -240💚 -240--💚 -240
WiFi/examples/WiFiMulti💚 -160💚 -160💚 -240💚 -240--💚 -240
WiFi/examples/WiFiMultiAdvanced💚 -160💚 -160💚 -240💚 -240--00
WiFi/examples/WiFiScan💚 -160💚 -240💚 -240💚 -240--💚 -240
WiFi/examples/WiFiScanAsync💚 -160💚 -160💚 -240💚 -240--💚 -240
WiFi/examples/WiFiScanDualAntenna💚 -160💚 -160💚 -240💚 -240--💚 -240
WiFi/examples/WiFiScanTime💚 -160💚 -160💚 -240💚 -240--00
WiFi/examples/WiFiSmartConfig💚 -160💚 -160💚 -240💚 -240--00
WiFi/examples/WiFiTelnetToSerial💚 -160💚 -160💚 -240💚 -240--00
WiFi/examples/WiFiUDPClient💚 -160💚 -160💚 -240💚 -240--00
WiFiProv/examples/WiFiProv00💚 -1600000--💚 -160
Wire/examples/WireMaster💚 -160💚 -160💚 -240💚 -240💚 -240💚 -160
Wire/examples/WireScan💚 -160💚 -160💚 -240💚 -240💚 -240💚 -160
Wire/examples/WireSlave💚 -160💚 -160💚 -240💚 -240💚 -240💚 -160
OpenThread/examples/COAP/coap_lamp------💚 -240💚 -240--
OpenThread/examples/COAP/coap_switch------💚 -240💚 -240--
OpenThread/examples/SimpleCLI------💚 -240💚 -240--
OpenThread/examples/SimpleNode------💚 -240💚 -240--
OpenThread/examples/SimpleThreadNetwork/ExtendedRouterNode------💚 -240💚 -240--
OpenThread/examples/SimpleThreadNetwork/LeaderNode------💚 -240💚 -240--
OpenThread/examples/SimpleThreadNetwork/RouterNode------💚 -240💚 -240--
OpenThread/examples/ThreadScan------💚 -240💚 -240--
OpenThread/examples/onReceive------💚 -240💚 -240--
Zigbee/examples/Zigbee_Color_Dimmable_Light------💚 -160💚 -160--
Zigbee/examples/Zigbee_Color_Dimmer_Switch------💚 -160💚 -160--
Zigbee/examples/Zigbee_On_Off_Light------0000--
Zigbee/examples/Zigbee_On_Off_Switch------💚 -160💚 -160--
Zigbee/examples/Zigbee_Scan_Networks------💚 -160💚 -160--
Zigbee/examples/Zigbee_Temperature_Sensor------0000--
Zigbee/examples/Zigbee_Thermostat------💚 -160💚 -160--
BluetoothSerial/examples/DiscoverConnect----------💚 -160
BluetoothSerial/examples/GetLocalMAC----------💚 -160
BluetoothSerial/examples/SerialToSerialBT----------💚 -160
BluetoothSerial/examples/SerialToSerialBTM----------💚 -160
BluetoothSerial/examples/SerialToSerialBT_Legacy----------💚 -160
BluetoothSerial/examples/SerialToSerialBT_SSP----------💚 -160
BluetoothSerial/examples/bt_classic_device_discovery----------💚 -160
BluetoothSerial/examples/bt_remove_paired_devices----------💚 -160
ESP32/examples/DeepSleep/SmoothBlink_ULP_Code----------💚 -160
ESP32/examples/Touch/TouchButton----------💚 -160
Ethernet/examples/ETH_LAN8720----------💚 -160
Ethernet/examples/ETH_TLK110----------💚 -160

@lucasssvaz lucasssvaz force-pushed the ci/requires_any branch 2 times, most recently from 2efc333 to 9d5ccb2 Compare October 17, 2024 15:08
@lucasssvaz lucasssvaz added the Status: Review needed Issue or PR is awaiting review label Oct 17, 2024
@lucasssvaz lucasssvaz marked this pull request as ready for review October 17, 2024 15:22
Copy link
Member

@me-no-dev me-no-dev left a 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

@me-no-dev me-no-dev added Status: Pending Merge Pull Request is ready to be merged and removed Status: Review needed Issue or PR is awaiting review labels Oct 18, 2024
@me-no-dev me-no-dev merged commit 4ca635a into espressif:master Oct 19, 2024
72 checks passed
@lucasssvaz lucasssvaz deleted the ci/requires_any branch October 19, 2024 15:10
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Status: Pending Merge Pull Request is ready to be merged Type: CI & Testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants