Skip to content

Conversation

@me-no-dev
Copy link
Member

lib-builder: master 3a40c78
esp-idf: release/v5.5 8d036f2edc
arduino: idf-release/v5.5 d0574032b
tinyusb: master 66c84528f
chmorgan__esp-libhelix-mp3: 1.0.3
espressif__dl_fft: 0.3.1
espressif__eppp_link: 1.1.3
espressif__esp-dsp: 1.6.0
espressif__esp-modbus: 1.0.18
espressif__esp-nn: 1.1.2
espressif__esp-sr: 2.2.1
espressif__esp-tflite-micro: 1.3.5
espressif__esp_hosted: 2.6.5
espressif__esp_modem: 1.4.2
espressif__esp_serial_slave_link: 1.1.2
espressif__esp_wifi_remote: 0.13.0
espressif__lan867x: 2.0.0
espressif__lan86xx_common: 1.0.0
espressif__libsodium: 1.0.20~2
espressif__mdns: 1.9.1
espressif__network_provisioning: 1.0.2
joltwallet__littlefs: 1.20.3
espressif__cbor: 0.6.1~4
espressif__esp-dsp: 1.7.0
espressif__esp-serial-flasher: 0.0.11
espressif__esp-zboss-lib: 1.6.4
espressif__esp-zigbee-lib: 1.6.8
espressif__esp32-camera:
espressif__esp_delta_ota: 1.1.3
espressif__esp_diag_data_store: 1.0.2
espressif__esp_diagnostics: 1.2.1
espressif__esp_encrypted_img: 2.1.0
espressif__esp_insights: 1.2.2
espressif__esp_jpeg: 1.3.1
espressif__esp_matter: 1.4.1
espressif__esp_rainmaker: 1.5.2
espressif__esp_rcp_update: 1.2.0
espressif__esp_schedule: 1.2.0
espressif__esp_secure_cert_mgr: 2.7.1
espressif__jsmn: 1.1.0
espressif__json_generator: 1.1.2
espressif__json_parser: 1.0.3
espressif__qrcode: 0.1.0~2
espressif__rmaker_common: 1.4.6

@github-actions
Copy link
Contributor

github-actions bot commented Nov 18, 2025

Warnings
⚠️

Some issues found for the commit messages in this PR:

  • the commit message "IDF release/v5.5 8d036f2e":
    • summary looks empty
    • type/action looks empty

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 10 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).

👋 Hello me-no-dev, we appreciate your contribution to this project!


📘 Please review the project's Contributions Guide for key guidelines on code, documentation, testing, and more.

🖊️ Please also make sure you have read and signed the Contributor License Agreement for 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.
- 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 9de2b3d

@github-actions
Copy link
Contributor

github-actions bot commented Nov 18, 2025

Test Results

 76 files   76 suites   42m 2s ⏱️
 43 tests  35 ✅ 0 💤  8 ❌
207 runs  195 ✅ 0 💤 12 ❌

For more details on these failures, see this check.

Results for commit c5fc93c.

♻️ This comment has been updated with latest results.

@Jason2866
Copy link
Collaborator

Jason2866 commented Nov 18, 2025

@P-R-O-C-H-Y Latest changes brakes compile for esp32-p4_es with IDF branch release/v5.3

/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/components/arduino/cores/esp32/esp32-hal-adc.c: In function 'adcDetachBus':
/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/components/arduino/cores/esp32/esp32-hal-adc.c:112:13: error: implicit declaration of function 'adc_cali_delete_scheme_line_fitting' [-Wimplicit-function-declaration]
  112 |       err = adc_cali_delete_scheme_line_fitting(adc_handle[adc_unit].adc_cali_handle);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/components/arduino/cores/esp32/esp32-hal-adc.c: In function '__analogChannelConfig':
/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/components/arduino/cores/esp32/esp32-hal-adc.c:170:11: error: unknown type name 'adc_cali_line_fitting_config_t'
  170 |           adc_cali_line_fitting_config_t cali_config = {
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/components/arduino/cores/esp32/esp32-hal-adc.c:171:13: error: field name not in record or union initializer
  171 |             .unit_id = adc_unit,
      |             ^
/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/components/arduino/cores/esp32/esp32-hal-adc.c:171:13: note: (near initialization for 'cali_config')
/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/components/arduino/cores/esp32/esp32-hal-adc.c:172:13: error: field name not in record or union initializer
  172 |             .atten = atten,
      |             ^
/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/components/arduino/cores/esp32/esp32-hal-adc.c:172:13: note: (near initialization for 'cali_config')
/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/components/arduino/cores/esp32/esp32-hal-adc.c:172:22: warning: excess elements in scalar initializer
  172 |             .atten = atten,
      |                      ^~~~~
/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/components/arduino/cores/esp32/esp32-hal-adc.c:172:22: note: (near initialization for 'cali_config')
/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/components/arduino/cores/esp32/esp32-hal-adc.c:173:13: error: field name not in record or union initializer
  173 |             .bitwidth = width,
      |             ^
/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/components/arduino/cores/esp32/esp32-hal-adc.c:173:13: note: (near initialization for 'cali_config')
/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/components/arduino/cores/esp32/esp32-hal-adc.c:173:25: warning: excess elements in scalar initializer
  173 |             .bitwidth = width,
      |                         ^~~~~
/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/components/arduino/cores/esp32/esp32-hal-adc.c:173:25: note: (near initialization for 'cali_config')
/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/components/arduino/cores/esp32/esp32-hal-adc.c:176:17: error: implicit declaration of function 'adc_cali_create_scheme_line_fitting' [-Wimplicit-function-declaration]
  176 |           err = adc_cali_create_scheme_line_fitting(&cali_config, &adc_handle[adc_unit].adc_cali_handle);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/components/arduino/cores/esp32/esp32-hal-adc.c: In function '__analogReadMilliVolts':
/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/components/arduino/cores/esp32/esp32-hal-adc.c:347:5: error: unknown type name 'adc_cali_line_fitting_config_t'
  347 |     adc_cali_line_fitting_config_t cali_config = {
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/components/arduino/cores/esp32/esp32-hal-adc.c:348:7: error: field name not in record or union initializer
  348 |       .unit_id = adc_unit,
      |       ^
/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/components/arduino/cores/esp32/esp32-hal-adc.c:348:7: note: (near initialization for 'cali_config')
/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/components/arduino/cores/esp32/esp32-hal-adc.c:349:7: error: field name not in record or union initializer
  349 |       .bitwidth = __analogWidth,
      |       ^
/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/components/arduino/cores/esp32/esp32-hal-adc.c:349:7: note: (near initialization for 'cali_config')
/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/components/arduino/cores/esp32/esp32-hal-adc.c:349:19: warning: excess elements in scalar initializer
  349 |       .bitwidth = __analogWidth,
      |                   ^~~~~~~~~~~~~
/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/components/arduino/cores/esp32/esp32-hal-adc.c:349:19: note: (near initialization for 'cali_config')
/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/components/arduino/cores/esp32/esp32-hal-adc.c:350:7: error: field name not in record or union initializer
  350 |       .atten = __analogAttenuation,
      |       ^
/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/components/arduino/cores/esp32/esp32-hal-adc.c:350:7: note: (near initialization for 'cali_config')
/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/components/arduino/cores/esp32/esp32-hal-adc.c:350:16: warning: excess elements in scalar initializer
  350 |       .atten = __analogAttenuation,
      |                ^~~~~~~~~~~~~~~~~~~
/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/components/arduino/cores/esp32/esp32-hal-adc.c:350:16: note: (near initialization for 'cali_config')
/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/components/arduino/cores/esp32/esp32-hal-adc.c: In function 'analogContinuous':
/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/components/arduino/cores/esp32/esp32-hal-adc.c:589:5: error: unknown type name 'adc_cali_line_fitting_config_t'
  589 |     adc_cali_line_fitting_config_t cali_config = {
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/components/arduino/cores/esp32/esp32-hal-adc.c:590:7: error: field name not in record or union initializer
  590 |       .unit_id = adc_unit,
      |       ^
/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/components/arduino/cores/esp32/esp32-hal-adc.c:590:7: note: (near initialization for 'cali_config')
/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/components/arduino/cores/esp32/esp32-hal-adc.c:591:7: error: field name not in record or union initializer
  591 |       .bitwidth = __adcContinuousWidth,
      |       ^
/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/components/arduino/cores/esp32/esp32-hal-adc.c:591:7: note: (near initialization for 'cali_config')
/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/components/arduino/cores/esp32/esp32-hal-adc.c:591:19: warning: excess elements in scalar initializer
  591 |       .bitwidth = __adcContinuousWidth,
      |                   ^~~~~~~~~~~~~~~~~~~~
/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/components/arduino/cores/esp32/esp32-hal-adc.c:591:19: note: (near initialization for 'cali_config')
/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/components/arduino/cores/esp32/esp32-hal-adc.c:592:7: error: field name not in record or union initializer
  592 |       .atten = __adcContinuousAtten,
      |       ^
/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/components/arduino/cores/esp32/esp32-hal-adc.c:592:7: note: (near initialization for 'cali_config')
/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/components/arduino/cores/esp32/esp32-hal-adc.c:592:16: warning: excess elements in scalar initializer
  592 |       .atten = __adcContinuousAtten,
      |                ^~~~~~~~~~~~~~~~~~~~
/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/components/arduino/cores/esp32/esp32-hal-adc.c:592:16: note: (near initialization for 'cali_config')

@P-R-O-C-H-Y
Copy link
Member

Will fix soon or tomorrow, currenty AFK.

@github-actions
Copy link
Contributor

github-actions bot commented Nov 18, 2025

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
ESP32C5💚 -3K⚠️ +2034💚 -0.24⚠️ +0.22💚 -160💚 -0.030.00
ESP32P4💚 -4K⚠️ +1008💚 -0.78⚠️ +0.31💚 -232⚠️ +72💚 -1.03⚠️ +0.28
ESP32S3💚 -3K⚠️ +1156💚 -0.31⚠️ +0.13💚 -28⚠️ +40💚 -0.05⚠️ +0.09
ESP32S2💚 -3K⚠️ +764💚 -0.30⚠️ +0.10💚 -32⚠️ +40💚 -0.08⚠️ +0.10
ESP32C3💚 -3K⚠️ +1548💚 -0.32⚠️ +0.16💚 -12⚠️ +12💚 -0.03⚠️ +0.04
ESP32C6💚 -4K⚠️ +476💚 -0.39⚠️ +0.05💚 -320💚 -0.080.00
ESP32H2💚 -218⚠️ +344💚 -0.06⚠️ +0.03000.000.00
ESP32💚 -64⚠️ +676💚 -0.02⚠️ +0.07000.000.00
Click to expand the detailed deltas report [usage change in BYTES]
TargetESP32C5ESP32P4ESP32S3ESP32S2ESP32C3ESP32C6ESP32H2ESP32
ExampleFLASHRAMFLASHRAMFLASHRAMFLASHRAMFLASHRAMFLASHRAMFLASHRAMFLASHRAM
libraries/ArduinoOTA/examples/BasicOTA⚠️ +17760⚠️ +370💚 -4⚠️ +924💚 -4⚠️ +4920⚠️ +1264⚠️ +12⚠️ +2180--⚠️ +6080
libraries/AsyncUDP/examples/AsyncUDPClient⚠️ +19900⚠️ +468⚠️ +64⚠️ +1136⚠️ +4⚠️ +7000⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6160
libraries/AsyncUDP/examples/AsyncUDPMulticastServer⚠️ +19900⚠️ +468⚠️ +64⚠️ +1124⚠️ +4⚠️ +6960⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6160
libraries/AsyncUDP/examples/AsyncUDPServer⚠️ +19900⚠️ +468⚠️ +64⚠️ +1124⚠️ +4⚠️ +7000⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6160
libraries/BLE/examples/Beacon_Scanner⚠️ +6340⚠️ +474⚠️ +64⚠️ +408💚 -4--⚠️ +730⚠️ +4💚 -3340💚 -2180⚠️ +1640
libraries/BLE/examples/Client⚠️ +6340⚠️ +4100⚠️ +396💚 -4--⚠️ +726⚠️ +4💚 -3340💚 -2180⚠️ +1640
libraries/BLE/examples/Client_multiconnect⚠️ +6340⚠️ +4100⚠️ +412💚 -4--⚠️ +730⚠️ +4💚 -3340💚 -2180⚠️ +1600
libraries/BLE/examples/Client_secure_static_passkey⚠️ +6340⚠️ +4100⚠️ +412💚 -4--⚠️ +726⚠️ +4💚 -3340💚 -2180⚠️ +1640
libraries/BLE/examples/EddystoneTLM_Beacon⚠️ +6340⚠️ +7720⚠️ +412💚 -4--⚠️ +726⚠️ +4💚 -3340💚 -2180⚠️ +1640
libraries/BLE/examples/EddystoneURL_Beacon⚠️ +6340⚠️ +7800⚠️ +412💚 -4--⚠️ +726⚠️ +4💚 -3340💚 -2180⚠️ +1520
libraries/BLE/examples/Notify⚠️ +6340⚠️ +468⚠️ +64⚠️ +396💚 -4--⚠️ +726⚠️ +4💚 -3340💚 -2180⚠️ +1640
libraries/BLE/examples/Scan⚠️ +6340⚠️ +474⚠️ +64⚠️ +396💚 -4--⚠️ +730⚠️ +4💚 -3340💚 -2180⚠️ +1640
libraries/BLE/examples/Server⚠️ +6340⚠️ +468⚠️ +64⚠️ +420💚 -4--⚠️ +726⚠️ +4💚 -3340💚 -2180⚠️ +1640
libraries/BLE/examples/Server_multiconnect⚠️ +6340⚠️ +468⚠️ +64⚠️ +412💚 -4--⚠️ +726⚠️ +4💚 -3340💚 -2180⚠️ +1640
libraries/BLE/examples/Server_secure_authorization⚠️ +6340--⚠️ +396💚 -4--⚠️ +730⚠️ +4💚 -3340💚 -2180--
libraries/BLE/examples/Server_secure_static_passkey⚠️ +6340⚠️ +468⚠️ +64⚠️ +412💚 -4--⚠️ +726⚠️ +4💚 -3340💚 -2180⚠️ +1640
libraries/BLE/examples/UART⚠️ +6340⚠️ +468⚠️ +64⚠️ +412💚 -4--⚠️ +726⚠️ +4💚 -3340💚 -2180⚠️ +1640
libraries/BLE/examples/Write⚠️ +6340⚠️ +468⚠️ +64⚠️ +412💚 -4--⚠️ +726⚠️ +4💚 -3340💚 -2180⚠️ +1640
libraries/BLE/examples/iBeacon⚠️ +6340⚠️ +468⚠️ +64⚠️ +412💚 -4--⚠️ +726⚠️ +4💚 -3340💚 -2180⚠️ +1640
libraries/DNSServer/examples/CaptivePortal⚠️ +19900⚠️ +4040⚠️ +1096⚠️ +4⚠️ +7120⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6240
libraries/EEPROM/examples/eeprom_class⚠️ +5820⚠️ +6520⚠️ +200⚠️ +20000000000
libraries/EEPROM/examples/eeprom_extra⚠️ +5820⚠️ +6520⚠️ +200⚠️ +20000000000
libraries/EEPROM/examples/eeprom_write⚠️ +5820⚠️ +6520⚠️ +200⚠️ +20000000000
libraries/ESP32/examples/AnalogOut/LEDCFade⚠️ +5820⚠️ +6480⚠️ +200⚠️ +20000000000
libraries/ESP32/examples/AnalogOut/LEDCGammaFade⚠️ +5820⚠️ +6480------0000--
libraries/ESP32/examples/AnalogOut/LEDCSingleChannel⚠️ +5820⚠️ +6560⚠️ +200⚠️ +20000000000
libraries/ESP32/examples/AnalogOut/LEDCSoftwareFade⚠️ +5820⚠️ +6560⚠️ +200⚠️ +20000000000
libraries/ESP32/examples/AnalogOut/SigmaDelta⚠️ +5820⚠️ +6560⚠️ +200⚠️ +20000000000
libraries/ESP32/examples/AnalogOut/ledcFrequency⚠️ +5820⚠️ +6560⚠️ +200⚠️ +20000000000
libraries/ESP32/examples/AnalogOut/ledcWrite_RGB⚠️ +5820⚠️ +6520⚠️ +200⚠️ +36000000000
libraries/ESP32/examples/AnalogRead⚠️ +5820💚 -2K💚 -232⚠️ +200⚠️ +20000000000
libraries/ESP32/examples/AnalogReadContinuous⚠️ +4940💚 -3K💚 -232💚 -400💚 -1200💚 -840💚 -880💚 -800💚 -640
libraries/ESP32/examples/ArduinoStackSize⚠️ +5820⚠️ +6520⚠️ +200⚠️ +20000000000
libraries/ESP32/examples/ArduinoWaitTimeBeforeStartingSketch⚠️ +5820⚠️ +6520⚠️ +200⚠️ +20000000000
libraries/ESP32/examples/CI/CIBoardsTest⚠️ +5820⚠️ +6560⚠️ +200⚠️ +20000000000
libraries/ESP32/examples/ChipID/GetChipID⚠️ +5820⚠️ +6520⚠️ +200⚠️ +20000000000
libraries/ESP32/examples/DeepSleep/TimerWakeUp⚠️ +5820⚠️ +10080⚠️ +200⚠️ +2000000--00
libraries/ESP32/examples/FreeRTOS/BasicMultiThreading⚠️ +5820💚 -1984💚 -176⚠️ +200⚠️ +20000000000
libraries/ESP32/examples/FreeRTOS/Mutex⚠️ +5820⚠️ +6520⚠️ +200⚠️ +20000000000
libraries/ESP32/examples/FreeRTOS/Queue⚠️ +5820⚠️ +6560⚠️ +200⚠️ +2000000⚠️ +10000
libraries/ESP32/examples/FreeRTOS/Semaphore⚠️ +5820⚠️ +6520⚠️ +200⚠️ +20000000000
libraries/ESP32/examples/GPIO/BlinkRGB⚠️ +5820⚠️ +6560⚠️ +200⚠️ +20000000000
libraries/ESP32/examples/GPIO/FunctionalInterrupt⚠️ +5820⚠️ +6500⚠️ +200⚠️ +20000000000
libraries/ESP32/examples/GPIO/FunctionalInterruptLambda⚠️ +5820⚠️ +6500⚠️ +200⚠️ +24000000000
libraries/ESP32/examples/GPIO/FunctionalInterruptStruct⚠️ +5820⚠️ +6500⚠️ +200⚠️ +20000000000
libraries/ESP32/examples/GPIO/GPIOInterrupt⚠️ +5820⚠️ +6500⚠️ +200⚠️ +20000000000
libraries/ESP32/examples/HWCDC_Events⚠️ +5820⚠️ +6560⚠️ +200--000000--
libraries/ESP32/examples/MacAddress/GetMacAddress⚠️ +5820⚠️ +6520⚠️ +200⚠️ +20000000000
libraries/ESP32/examples/RMT/Legacy_RMT_Driver_Compatible⚠️ +5820⚠️ +6520⚠️ +200⚠️ +2000000⚠️ +12000
libraries/ESP32/examples/RMT/RMTCallback⚠️ +5820⚠️ +6420⚠️ +200⚠️ +20000000000
libraries/ESP32/examples/RMT/RMTLoopback⚠️ +5820⚠️ +6420⚠️ +200⚠️ +24000000000
libraries/ESP32/examples/RMT/RMTReadXJT⚠️ +5820⚠️ +6420⚠️ +200⚠️ +20000000000
libraries/ESP32/examples/RMT/RMTWrite_RGB_LED⚠️ +5820⚠️ +6420⚠️ +200⚠️ +24000000000
libraries/ESP32/examples/RMT/RMT_CPUFreq_Test⚠️ +5820⚠️ +6420⚠️ +200⚠️ +24000000000
libraries/ESP32/examples/RMT/RMT_EndOfTransmissionState⚠️ +5820⚠️ +6420⚠️ +200⚠️ +20000000000
libraries/ESP32/examples/RMT/RMT_LED_Blink⚠️ +5820⚠️ +6420⚠️ +200⚠️ +20000000000
libraries/ESP32/examples/ResetReason/ResetReason⚠️ +5820⚠️ +10080⚠️ +200⚠️ +2000000⚠️ +10000
libraries/ESP32/examples/ResetReason/ResetReason2⚠️ +5820⚠️ +6400⚠️ +200⚠️ +20000000000
libraries/ESP32/examples/Serial/BaudRateDetect_Demo⚠️ +5820⚠️ +6520⚠️ +200⚠️ +20000000000
libraries/ESP32/examples/Serial/OnReceiveError_BREAK_Demo⚠️ +5820⚠️ +6520⚠️ +200⚠️ +20000000000
libraries/ESP32/examples/Serial/OnReceive_Demo⚠️ +5820⚠️ +6520⚠️ +200⚠️ +20000000000
libraries/ESP32/examples/Serial/RS485_Echo_Demo⚠️ +5820⚠️ +6520⚠️ +200⚠️ +20000000000
libraries/ESP32/examples/Serial/RxFIFOFull_Demo⚠️ +5820⚠️ +6520⚠️ +200⚠️ +20000000000
libraries/ESP32/examples/Serial/RxTimeout_Demo⚠️ +5820⚠️ +6520⚠️ +200⚠️ +20000000000
libraries/ESP32/examples/Serial/Serial_All_CPU_Freqs⚠️ +5820⚠️ +6520⚠️ +200⚠️ +20000000000
libraries/ESP32/examples/Serial/Serial_STD_Func_OnReceive⚠️ +5820⚠️ +6520⚠️ +200⚠️ +20000000000
libraries/ESP32/examples/Serial/onReceiveExample⚠️ +5820⚠️ +6520⚠️ +200⚠️ +20000000000
libraries/ESP32/examples/Template/ExampleTemplate⚠️ +5820⚠️ +6560⚠️ +200⚠️ +20000000000
libraries/ESP32/examples/Time/SimpleTime⚠️ +19900⚠️ +4160⚠️ +1108⚠️ +4⚠️ +7080⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6280
libraries/ESP32/examples/Timer/RepeatTimer⚠️ +5820⚠️ +6440⚠️ +200⚠️ +24000000000
libraries/ESP32/examples/Timer/WatchdogTimer⚠️ +5820⚠️ +6440⚠️ +200⚠️ +20000000000
libraries/ESP_I2S/examples/ES8388_loopback⚠️ +5820⚠️ +6280⚠️ +200⚠️ +20000000000
libraries/ESP_I2S/examples/Simple_tone⚠️ +5820⚠️ +6400⚠️ +200⚠️ +20000000000
libraries/ESP_NOW/examples/ESP_NOW_Broadcast_Master⚠️ +19900--⚠️ +1092⚠️ +4⚠️ +7200⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6320
libraries/ESP_NOW/examples/ESP_NOW_Broadcast_Slave⚠️ +19900--⚠️ +1092⚠️ +4⚠️ +7040⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6160
libraries/ESP_NOW/examples/ESP_NOW_Network⚠️ +19900--⚠️ +1092⚠️ +4⚠️ +7200⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6360
libraries/ESP_NOW/examples/ESP_NOW_Serial⚠️ +19900--⚠️ +1092⚠️ +4⚠️ +6760⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6320
libraries/ESPmDNS/examples/mDNS-SD_Extended⚠️ +19900⚠️ +5840⚠️ +1108⚠️ +4⚠️ +6920⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6320
libraries/ESPmDNS/examples/mDNS_Web_Server⚠️ +19900⚠️ +5840⚠️ +1096⚠️ +4⚠️ +6920⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6080
libraries/Ethernet/examples/ETH_W5500_Arduino_SPI⚠️ +5820⚠️ +5360⚠️ +200⚠️ +20000000000
libraries/Ethernet/examples/ETH_W5500_IDF_SPI⚠️ +5820⚠️ +5360⚠️ +200⚠️ +20000000000
libraries/Ethernet/examples/ETH_WIFI_BRIDGE⚠️ +19900⚠️ +2960⚠️ +1104⚠️ +4⚠️ +6920⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6160
libraries/FFat/examples/FFat_Test⚠️ +5820⚠️ +6480⚠️ +200⚠️ +20000000000
libraries/FFat/examples/FFat_time⚠️ +19900⚠️ +472⚠️ +64⚠️ +1100⚠️ +4⚠️ +7240⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6160
libraries/HTTPClient/examples/Authorization⚠️ +20340⚠️ +10000⚠️ +1132⚠️ +4⚠️ +7280⚠️ +1522⚠️ +12⚠️ +4760--⚠️ +6440
libraries/HTTPClient/examples/BasicHttpClient⚠️ +20340⚠️ +10000⚠️ +1132⚠️ +4⚠️ +7280⚠️ +1522⚠️ +12⚠️ +4760--⚠️ +6440
libraries/HTTPClient/examples/BasicHttpsClient⚠️ +20340⚠️ +10040⚠️ +1144⚠️ +4⚠️ +7360⚠️ +1522⚠️ +12⚠️ +4760--⚠️ +6440
libraries/HTTPClient/examples/CustomHeaders⚠️ +20340⚠️ +9920⚠️ +1140⚠️ +4⚠️ +7600⚠️ +1522⚠️ +12⚠️ +4760--⚠️ +6440
libraries/HTTPClient/examples/HTTPClientEnterprise⚠️ +20340--⚠️ +1156⚠️ +4⚠️ +7320⚠️ +1522⚠️ +12⚠️ +4760--⚠️ +6440
libraries/HTTPClient/examples/ReuseConnection⚠️ +20340⚠️ +10000⚠️ +1136⚠️ +4⚠️ +7280⚠️ +1522⚠️ +12⚠️ +4760--⚠️ +6440
libraries/HTTPClient/examples/StreamHttpClient⚠️ +20340⚠️ +10000⚠️ +1136⚠️ +4⚠️ +7280⚠️ +1522⚠️ +12⚠️ +4760--⚠️ +6440
libraries/HTTPUpdate/examples/httpUpdate⚠️ +17760⚠️ +190💚 -4⚠️ +904⚠️ +4⚠️ +5280⚠️ +1264⚠️ +12⚠️ +2180--⚠️ +6200
libraries/HTTPUpdate/examples/httpUpdateSPIFFS⚠️ +17760⚠️ +190💚 -4⚠️ +920⚠️ +4⚠️ +5280⚠️ +1264⚠️ +12⚠️ +2180--⚠️ +6200
libraries/HTTPUpdate/examples/httpUpdateSecure⚠️ +18200⚠️ +786💚 -4⚠️ +940💚 -4⚠️ +5400⚠️ +1308⚠️ +4⚠️ +2620--⚠️ +6480
libraries/HTTPUpdateServer/examples/WebUpdater⚠️ +17760⚠️ +378💚 -4⚠️ +908💚 -4⚠️ +5080⚠️ +1264⚠️ +12⚠️ +2180--⚠️ +6160
libraries/Hash/examples/HEX⚠️ +5820⚠️ +6520⚠️ +200⚠️ +20000000000
libraries/Hash/examples/MD5⚠️ +5820⚠️ +6520⚠️ +200⚠️ +20000000000
libraries/Hash/examples/PBKDF2_HMAC⚠️ +5820⚠️ +6520⚠️ +200⚠️ +20000000000
libraries/Hash/examples/SHA1⚠️ +5820⚠️ +6520⚠️ +200⚠️ +36000000000
libraries/Hash/examples/SHA2⚠️ +5820⚠️ +6520⚠️ +200⚠️ +28000000000
libraries/Hash/examples/SHA3⚠️ +5820⚠️ +6520⚠️ +200⚠️ +20000000000
libraries/Hash/examples/SHA3Stream⚠️ +5820⚠️ +6520⚠️ +200⚠️ +20000000000
libraries/Insights/examples/DiagnosticsSmokeTest💚 -3K💚 -16--💚 -3K💚 -12💚 -3K💚 -32💚 -3K💚 -12💚 -4K💚 -16--⚠️ +6600
libraries/Insights/examples/MinimalDiagnostics💚 -3K💚 -16--💚 -3K💚 -12💚 -3K💚 -32💚 -3K💚 -12💚 -4K💚 -16--⚠️ +6560
libraries/LittleFS/examples/LITTLEFS_test⚠️ +5820⚠️ +6520⚠️ +200⚠️ +16000000000
libraries/LittleFS/examples/LITTLEFS_time⚠️ +19900⚠️ +4120⚠️ +1104⚠️ +4⚠️ +7360⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6200
libraries/Matter/examples/MatterColorLight⚠️ +11920--⚠️ +1092⚠️ +12⚠️ +6920⚠️ +1540⚠️ +4⚠️ +4760⚠️ +3400⚠️ +6160
libraries/Matter/examples/MatterCommissionTest⚠️ +11880--⚠️ +1120💚 -4⚠️ +6920⚠️ +1532⚠️ +4⚠️ +4760⚠️ +3400⚠️ +5600
libraries/Matter/examples/MatterComposedLights⚠️ +11960--⚠️ +1100⚠️ +12⚠️ +7320⚠️ +1540⚠️ +4⚠️ +4760⚠️ +3400⚠️ +6080
libraries/Matter/examples/MatterContactSensor⚠️ +11880--⚠️ +1092⚠️ +12⚠️ +6840⚠️ +1548⚠️ +4⚠️ +4760⚠️ +3400⚠️ +6320
libraries/Matter/examples/MatterDimmableLight⚠️ +11880--⚠️ +1092⚠️ +12⚠️ +7000⚠️ +1532⚠️ +4⚠️ +4760⚠️ +3400⚠️ +6160
libraries/Matter/examples/MatterEnhancedColorLight⚠️ +11880--⚠️ +1144⚠️ +12⚠️ +7000⚠️ +1532⚠️ +4⚠️ +4760⚠️ +3400⚠️ +6080
libraries/Matter/examples/MatterEvents⚠️ +11880--⚠️ +1076💚 -4⚠️ +6920⚠️ +1532⚠️ +4⚠️ +4760⚠️ +3440⚠️ +6120
libraries/Matter/examples/MatterFan⚠️ +11880--⚠️ +1108⚠️ +12⚠️ +7000⚠️ +1532⚠️ +4⚠️ +4760⚠️ +3400⚠️ +6120
libraries/Matter/examples/MatterHumiditySensor⚠️ +11880--⚠️ +1108⚠️ +12⚠️ +7000⚠️ +1532⚠️ +4⚠️ +4760⚠️ +3400⚠️ +6440
libraries/Matter/examples/MatterLambdaSingleCallbackManyEPs⚠️ +11880--⚠️ +1112⚠️ +12⚠️ +7000⚠️ +1532⚠️ +4⚠️ +4760⚠️ +3400⚠️ +6080
libraries/Matter/examples/MatterMinimum⚠️ +11880--⚠️ +1124⚠️ +12⚠️ +6880⚠️ +1532⚠️ +4⚠️ +4760⚠️ +3440⚠️ +6080
libraries/Matter/examples/MatterOccupancySensor⚠️ +11880--⚠️ +1108⚠️ +12⚠️ +7040⚠️ +1532⚠️ +4⚠️ +4760⚠️ +3400⚠️ +5920
libraries/Matter/examples/MatterOnIdentify⚠️ +11880--⚠️ +1120⚠️ +12⚠️ +6880⚠️ +1536⚠️ +4⚠️ +4760⚠️ +3440⚠️ +6280
libraries/Matter/examples/MatterOnOffLight⚠️ +11880--⚠️ +1120⚠️ +12⚠️ +6880⚠️ +1536⚠️ +4⚠️ +4760⚠️ +3440⚠️ +6200
libraries/Matter/examples/MatterOnOffPlugin⚠️ +11880--⚠️ +1136⚠️ +12⚠️ +6880⚠️ +1536⚠️ +4⚠️ +4760⚠️ +3440⚠️ +6200
libraries/Matter/examples/MatterPressureSensor⚠️ +11880--⚠️ +1108⚠️ +12⚠️ +7000⚠️ +1532⚠️ +4⚠️ +4760⚠️ +3400⚠️ +6280
libraries/Matter/examples/MatterSmartButton⚠️ +11960--⚠️ +1136⚠️ +12⚠️ +7000⚠️ +1532⚠️ +4⚠️ +4760⚠️ +3400⚠️ +5640
libraries/Matter/examples/MatterTemperatureLight⚠️ +12000--⚠️ +1124⚠️ +12⚠️ +6960⚠️ +1540⚠️ +4⚠️ +4760⚠️ +3440⚠️ +6200
libraries/Matter/examples/MatterTemperatureSensor⚠️ +11880--⚠️ +1124⚠️ +12⚠️ +7000⚠️ +1532⚠️ +4⚠️ +4760⚠️ +3400⚠️ +6280
libraries/Matter/examples/MatterThermostat⚠️ +12000--⚠️ +1092⚠️ +12⚠️ +7000⚠️ +1532⚠️ +4⚠️ +4760⚠️ +3400⚠️ +6160
libraries/NetBIOS/examples/ESP_NBNST⚠️ +19900⚠️ +468⚠️ +64⚠️ +1124⚠️ +4⚠️ +6920⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6160
libraries/NetworkClientSecure/examples/WiFiClientInsecure⚠️ +20340⚠️ +10000⚠️ +1128⚠️ +4⚠️ +7640⚠️ +1522⚠️ +12⚠️ +4760--⚠️ +6600
libraries/NetworkClientSecure/examples/WiFiClientPSK⚠️ +20340⚠️ +10000⚠️ +1128⚠️ +4⚠️ +7640⚠️ +1522⚠️ +12⚠️ +4760--⚠️ +6520
libraries/NetworkClientSecure/examples/WiFiClientSecure⚠️ +20340⚠️ +10000⚠️ +1128⚠️ +4⚠️ +7640⚠️ +1522⚠️ +12⚠️ +4760--⚠️ +6760
libraries/NetworkClientSecure/examples/WiFiClientSecureEnterprise⚠️ +20340--⚠️ +1152⚠️ +4⚠️ +7440⚠️ +1522⚠️ +12⚠️ +4760--⚠️ +6480
libraries/NetworkClientSecure/examples/WiFiClientSecureProtocolUpgrade⚠️ +20340⚠️ +10000⚠️ +1128⚠️ +4⚠️ +7400⚠️ +1522⚠️ +12⚠️ +4760--⚠️ +6520
libraries/NetworkClientSecure/examples/WiFiClientShowPeerCredentials⚠️ +20340⚠️ +9920⚠️ +1140⚠️ +4⚠️ +7400⚠️ +1522⚠️ +12⚠️ +4760--⚠️ +6640
libraries/NetworkClientSecure/examples/WiFiClientTrustOnFirstUse⚠️ +20340⚠️ +10000⚠️ +1136⚠️ +4⚠️ +7280⚠️ +1522⚠️ +12⚠️ +4760--⚠️ +6520
libraries/OpenThread/examples/CLI/COAP/coap_lamp⚠️ +11880--------⚠️ +2240⚠️ +3400--
libraries/OpenThread/examples/CLI/COAP/coap_switch⚠️ +11880--------⚠️ +2240⚠️ +3400--
libraries/OpenThread/examples/CLI/SimpleCLI⚠️ +11880--------⚠️ +2240⚠️ +3400--
libraries/OpenThread/examples/CLI/SimpleNode⚠️ +11880--------⚠️ +2240⚠️ +3400--
libraries/OpenThread/examples/CLI/SimpleThreadNetwork/ExtendedRouterNode⚠️ +11880--------⚠️ +2240⚠️ +3400--
libraries/OpenThread/examples/CLI/SimpleThreadNetwork/LeaderNode⚠️ +11880--------⚠️ +2240⚠️ +3400--
libraries/OpenThread/examples/CLI/SimpleThreadNetwork/RouterNode⚠️ +11880--------⚠️ +2240⚠️ +3400--
libraries/OpenThread/examples/CLI/ThreadScan⚠️ +11880--------⚠️ +2240⚠️ +3400--
libraries/OpenThread/examples/CLI/onReceive⚠️ +11880--------⚠️ +2240⚠️ +3400--
libraries/OpenThread/examples/Native/SimpleThreadNetwork/LeaderNode⚠️ +11880--------⚠️ +2240⚠️ +3400--
libraries/OpenThread/examples/Native/SimpleThreadNetwork/RouterNode⚠️ +11880--------⚠️ +2240⚠️ +3400--
libraries/PPP/examples/PPP_Basic⚠️ +5820⚠️ +6540⚠️ +200⚠️ +20000000000
libraries/PPP/examples/PPP_WIFI_BRIDGE⚠️ +19900⚠️ +4040⚠️ +1116⚠️ +20⚠️ +7000⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6160
libraries/Preferences/examples/Prefs2Struct⚠️ +5820⚠️ +6520⚠️ +200⚠️ +20000000000
libraries/Preferences/examples/StartCounter⚠️ +5820⚠️ +6520⚠️ +200⚠️ +28000000000
libraries/RainMaker/examples/RMakerCustom💚 -3K💚 -16--💚 -3K💚 -28💚 -3K💚 -32💚 -3K💚 -12💚 -4K💚 -32----
libraries/RainMaker/examples/RMakerCustomAirCooler💚 -3K💚 -16--💚 -3K💚 -28💚 -3K💚 -16💚 -3K💚 -12💚 -4K💚 -32----
libraries/RainMaker/examples/RMakerSonoffDualR3💚 -3K💚 -16--💚 -3K💚 -28💚 -3K💚 -16💚 -3K💚 -12💚 -4K💚 -32----
libraries/RainMaker/examples/RMakerSwitch💚 -3K💚 -16--💚 -3K💚 -28💚 -3K💚 -16💚 -3K💚 -12💚 -4K💚 -32----
libraries/SD/examples/SD_Test⚠️ +5820⚠️ +6480⚠️ +200⚠️ +20000000000
libraries/SD/examples/SD_time⚠️ +19900⚠️ +4080⚠️ +1104⚠️ +4⚠️ +7120⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6280
libraries/SPI/examples/SPI_Multiple_Buses⚠️ +5820⚠️ +6560⚠️ +200⚠️ +20000000000
libraries/SPIFFS/examples/SPIFFS_Test⚠️ +5820⚠️ +6520⚠️ +200⚠️ +20000000000
libraries/SPIFFS/examples/SPIFFS_time⚠️ +19900⚠️ +4160⚠️ +1128⚠️ +4⚠️ +7080⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6160
libraries/TFLiteMicro/examples/hello_world⚠️ +6160⚠️ +6900⚠️ +880⚠️ +840⚠️ +340⚠️ +340⚠️ +420⚠️ +760
libraries/Ticker/examples/Blinker⚠️ +5820⚠️ +6460⚠️ +200⚠️ +20000000000
libraries/Ticker/examples/TickerBasic⚠️ +5820⚠️ +6460⚠️ +200⚠️ +20000000000
libraries/Ticker/examples/TickerParameter⚠️ +5820⚠️ +6460⚠️ +200⚠️ +20000000000
libraries/Update/examples/AWS_S3_OTA_Update⚠️ +17760⚠️ +262⚠️ +60⚠️ +904💚 -4⚠️ +5200⚠️ +1264⚠️ +12⚠️ +2180--⚠️ +6240
libraries/Update/examples/HTTPS_OTA_Update💚 -3K💚 -16💚 -4K💚 -20💚 -3K💚 -20💚 -3K💚 -16💚 -3K💚 -12💚 -4K💚 -32--⚠️ +6640
libraries/Update/examples/HTTP_Client_AES_OTA_Update⚠️ +17760⚠️ +262⚠️ +60⚠️ +928⚠️ +4⚠️ +5000⚠️ +1264⚠️ +12⚠️ +2180--⚠️ +6160
libraries/Update/examples/HTTP_Server_AES_OTA_Update⚠️ +17760⚠️ +378💚 -4⚠️ +912💚 -4⚠️ +5000⚠️ +1264⚠️ +12⚠️ +2180--⚠️ +6080
libraries/Update/examples/OTAWebUpdater⚠️ +17760⚠️ +440⚠️ +60⚠️ +932⚠️ +12⚠️ +4960⚠️ +1264⚠️ +12⚠️ +2180--⚠️ +6120
libraries/Update/examples/SD_Update⚠️ +6560⚠️ +436⚠️ +4💚 -1880💚 -1760💚 -2140💚 -2140💚 -206000
libraries/WebServer/examples/AdvancedWebServer⚠️ +19900⚠️ +5840⚠️ +1124⚠️ +4⚠️ +7240⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6240
libraries/WebServer/examples/ChunkWriting⚠️ +19900⚠️ +5840⚠️ +1124⚠️ +4⚠️ +7240⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6120
libraries/WebServer/examples/FSBrowser⚠️ +19900💚 -638💚 -128⚠️ +1100⚠️ +4⚠️ +6920⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6120
libraries/WebServer/examples/Filters⚠️ +19900⚠️ +5920⚠️ +1116⚠️ +4⚠️ +6920⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6240
libraries/WebServer/examples/HelloServer⚠️ +19900⚠️ +5840⚠️ +1124⚠️ +4⚠️ +7200⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6200
libraries/WebServer/examples/HttpAdvancedAuth⚠️ +17760⚠️ +378💚 -4⚠️ +924💚 -4⚠️ +4880⚠️ +1264⚠️ +12⚠️ +2180--⚠️ +6080
libraries/WebServer/examples/HttpAuthCallback⚠️ +17760⚠️ +370💚 -4⚠️ +932💚 -4⚠️ +4960⚠️ +1264⚠️ +12⚠️ +2180--⚠️ +6120
libraries/WebServer/examples/HttpAuthCallbackInline⚠️ +17760⚠️ +370💚 -4⚠️ +932💚 -4⚠️ +4960⚠️ +1264⚠️ +12⚠️ +2180--⚠️ +6080
libraries/WebServer/examples/HttpBasicAuth⚠️ +17760⚠️ +378💚 -4⚠️ +924💚 -4⚠️ +4880⚠️ +1264⚠️ +12⚠️ +2180--⚠️ +6080
libraries/WebServer/examples/HttpBasicAuthSHA1⚠️ +17760⚠️ +378💚 -4⚠️ +908💚 -4⚠️ +5000⚠️ +1264⚠️ +12⚠️ +2180--⚠️ +6320
libraries/WebServer/examples/HttpBasicAuthSHA1orBearerToken⚠️ +17760⚠️ +378💚 -4⚠️ +908💚 -4⚠️ +4840⚠️ +1264⚠️ +12⚠️ +2180--⚠️ +6320
libraries/WebServer/examples/Middleware⚠️ +19900--⚠️ +1128⚠️ +4⚠️ +7200⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6160
libraries/WebServer/examples/MultiHomedServers⚠️ +19900⚠️ +5920⚠️ +1120⚠️ +4⚠️ +7040⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6320
libraries/WebServer/examples/PathArgServer⚠️ +19900⚠️ +5960⚠️ +1156⚠️ +4⚠️ +6960⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6520
libraries/WebServer/examples/SDWebServer⚠️ +19900⚠️ +5880⚠️ +1096⚠️ +4⚠️ +6840⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6240
libraries/WebServer/examples/SimpleAuthentification⚠️ +19900⚠️ +468⚠️ +64⚠️ +1104⚠️ +4⚠️ +7160⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6160
libraries/WebServer/examples/UploadHugeFile⚠️ +19900⚠️ +4100⚠️ +1144⚠️ +4⚠️ +7400⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6560
libraries/WebServer/examples/WebServer⚠️ +19900⚠️ +4140⚠️ +1108⚠️ +4⚠️ +6960⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6200
libraries/WebServer/examples/WebUpdate⚠️ +17760⚠️ +378💚 -4⚠️ +896💚 -4⚠️ +5000⚠️ +1264⚠️ +12⚠️ +2180--⚠️ +6240
libraries/WiFi/examples/FTM/FTM_Initiator⚠️ +19900⚠️ +476⚠️ +64⚠️ +1140⚠️ +4⚠️ +6960⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6240
libraries/WiFi/examples/FTM/FTM_Responder⚠️ +19900⚠️ +468⚠️ +64⚠️ +1104⚠️ +4⚠️ +7000⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6280
libraries/WiFi/examples/SimpleWiFiServer⚠️ +19900⚠️ +468⚠️ +64⚠️ +1096⚠️ +4⚠️ +7080⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6160
libraries/WiFi/examples/WPS⚠️ +19900--⚠️ +1132⚠️ +4⚠️ +6960⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6360
libraries/WiFi/examples/WiFiAccessPoint⚠️ +19900⚠️ +468⚠️ +64⚠️ +1096⚠️ +4⚠️ +7080⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6160
libraries/WiFi/examples/WiFiBlueToothSwitch⚠️ +19900--⚠️ +1100💚 -4--⚠️ +1532⚠️ +4⚠️ +4320--⚠️ +6160
libraries/WiFi/examples/WiFiClient⚠️ +19900⚠️ +4120⚠️ +1100⚠️ +4⚠️ +6960⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6400
libraries/WiFi/examples/WiFiClientBasic⚠️ +19900⚠️ +468⚠️ +64⚠️ +1100⚠️ +4⚠️ +6800⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6360
libraries/WiFi/examples/WiFiClientConnect⚠️ +19900⚠️ +468⚠️ +64⚠️ +1112⚠️ +4⚠️ +7080⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6160
libraries/WiFi/examples/WiFiClientEnterprise⚠️ +20340--⚠️ +1120⚠️ +4⚠️ +7400⚠️ +1522⚠️ +12⚠️ +4760--⚠️ +6480
libraries/WiFi/examples/WiFiClientEvents⚠️ +19900⚠️ +468⚠️ +64⚠️ +1092⚠️ +4⚠️ +6960⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6160
libraries/WiFi/examples/WiFiClientStaticIP⚠️ +19900⚠️ +4120⚠️ +1100⚠️ +4⚠️ +6920⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6400
libraries/WiFi/examples/WiFiExtender⚠️ +19900⚠️ +4040⚠️ +1140⚠️ +4⚠️ +6960⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6160
libraries/WiFi/examples/WiFiIPv6⚠️ +19900⚠️ +4040⚠️ +1104⚠️ +4⚠️ +6960⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6320
libraries/WiFi/examples/WiFiMulti⚠️ +19900⚠️ +468⚠️ +64⚠️ +1112⚠️ +4⚠️ +7080⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6160
libraries/WiFi/examples/WiFiMultiAdvanced⚠️ +20340⚠️ +10000⚠️ +1136⚠️ +4⚠️ +7280⚠️ +1522⚠️ +12⚠️ +4760--⚠️ +6440
libraries/WiFi/examples/WiFiScan⚠️ +19900⚠️ +468⚠️ +64⚠️ +1108⚠️ +4⚠️ +7000⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6240
libraries/WiFi/examples/WiFiScanAsync⚠️ +19900⚠️ +468⚠️ +64⚠️ +1108⚠️ +4⚠️ +7000⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6240
libraries/WiFi/examples/WiFiScanDualAntenna⚠️ +19900⚠️ +468⚠️ +64⚠️ +1104⚠️ +4⚠️ +6960⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6160
libraries/WiFi/examples/WiFiScanTime⚠️ +19900⚠️ +468⚠️ +64⚠️ +1108⚠️ +4⚠️ +7000⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6240
libraries/WiFi/examples/WiFiSmartConfig⚠️ +19900--⚠️ +1124⚠️ +4⚠️ +6960⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6160
libraries/WiFi/examples/WiFiTelnetToSerial⚠️ +19900⚠️ +4120⚠️ +1096⚠️ +4⚠️ +6960⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6160
libraries/WiFi/examples/WiFiUDPClient⚠️ +19900⚠️ +476⚠️ +64⚠️ +1108⚠️ +4⚠️ +7160⚠️ +1478⚠️ +12⚠️ +4320--⚠️ +6360
libraries/WiFiProv/examples/WiFiProv⚠️ +19880--⚠️ +1128💚 -4⚠️ +7000⚠️ +1532⚠️ +4⚠️ +4320--⚠️ +6080
libraries/Wire/examples/WireMaster⚠️ +5820⚠️ +6560⚠️ +200⚠️ +20000000000
libraries/Wire/examples/WireScan⚠️ +5820⚠️ +6560⚠️ +200⚠️ +20000000000
libraries/Wire/examples/WireSlave⚠️ +5820⚠️ +6560⚠️ +200⚠️ +20000000000
libraries/Wire/examples/WireSlaveFunctionalCallback⚠️ +5820⚠️ +6560⚠️ +200⚠️ +20000000000
libraries/Zigbee/examples/Zigbee_Analog_Input_Output⚠️ +5780--⚠️ +200⚠️ +20000💚 -10800000
libraries/Zigbee/examples/Zigbee_Binary_Input_Output⚠️ +5780--------💚 -108000--
libraries/Zigbee/examples/Zigbee_CarbonDioxide_Sensor⚠️ +5780--------💚 -108000--
libraries/Zigbee/examples/Zigbee_Color_Dimmable_Light⚠️ +5780--------💚 -108000--
libraries/Zigbee/examples/Zigbee_Color_Dimmer_Switch⚠️ +5780--⚠️ +200⚠️ +20000💚 -10800000
libraries/Zigbee/examples/Zigbee_Contact_Switch⚠️ +5780--------💚 -108000--
libraries/Zigbee/examples/Zigbee_Dimmable_Light⚠️ +5780--------💚 -108000--
libraries/Zigbee/examples/Zigbee_Electrical_AC_Sensor⚠️ +5780--⚠️ +200⚠️ +20000💚 -10800000
libraries/Zigbee/examples/Zigbee_Electrical_AC_Sensor_MultiPhase⚠️ +5780--⚠️ +200⚠️ +20000💚 -10800000
libraries/Zigbee/examples/Zigbee_Electrical_DC_Sensor⚠️ +5780--------💚 -108000--
libraries/Zigbee/examples/Zigbee_Fan_Control⚠️ +5780--⚠️ +200⚠️ +20000💚 -10800000
libraries/Zigbee/examples/Zigbee_Gateway⚠️ +19860--⚠️ +1148⚠️ +4⚠️ +7080⚠️ +1482⚠️ +12----⚠️ +6160
libraries/Zigbee/examples/Zigbee_Illuminance_Sensor⚠️ +5780--------💚 -108000--
libraries/Zigbee/examples/Zigbee_Multistate_Input_Output⚠️ +5780--⚠️ +200⚠️ +20000💚 -10800000
libraries/Zigbee/examples/Zigbee_OTA_Client⚠️ +5780--------💚 -108000--
libraries/Zigbee/examples/Zigbee_Occupancy_Sensor⚠️ +5780--------💚 -108000--
libraries/Zigbee/examples/Zigbee_On_Off_Light⚠️ +5780--------💚 -108000--
libraries/Zigbee/examples/Zigbee_On_Off_MultiSwitch⚠️ +5780--⚠️ +200⚠️ +20000💚 -10800000
libraries/Zigbee/examples/Zigbee_On_Off_Switch⚠️ +5780--⚠️ +200⚠️ +20000💚 -10800000
libraries/Zigbee/examples/Zigbee_PM25_Sensor⚠️ +5780--------💚 -108000--
libraries/Zigbee/examples/Zigbee_Power_Outlet⚠️ +5780--⚠️ +200⚠️ +20000💚 -10800000
libraries/Zigbee/examples/Zigbee_Pressure_Flow_Sensor⚠️ +5780--------💚 -108000--
libraries/Zigbee/examples/Zigbee_Range_Extender⚠️ +5780--⚠️ +200⚠️ +20000💚 -10800000
libraries/Zigbee/examples/Zigbee_Scan_Networks⚠️ +5780--------💚 -108000--
libraries/Zigbee/examples/Zigbee_Temp_Hum_Sensor_Sleepy⚠️ +5780--------💚 -108000--
libraries/Zigbee/examples/Zigbee_Temperature_Sensor⚠️ +5780--------💚 -108000--
libraries/Zigbee/examples/Zigbee_Thermostat⚠️ +5780--⚠️ +200⚠️ +20000💚 -10800000
libraries/Zigbee/examples/Zigbee_Vibration_Sensor⚠️ +5780--------💚 -108000--
libraries/Zigbee/examples/Zigbee_Wind_Speed_Sensor⚠️ +5780--------💚 -108000--
libraries/Zigbee/examples/Zigbee_Window_Covering⚠️ +5780--------💚 -108000--
tests/validation/periman----------------
libraries/ESP32/examples/DeepSleep/TouchWakeUp--⚠️ +10040⚠️ +200⚠️ +200------00
libraries/ESP32/examples/TWAI/TWAIreceive--⚠️ +6440⚠️ +200⚠️ +20000000000
libraries/ESP32/examples/TWAI/TWAItransmit--⚠️ +6480⚠️ +200⚠️ +24000000000
libraries/ESP32/examples/Touch/TouchButton--⚠️ +6600⚠️ +200⚠️ +200------00
libraries/ESP32/examples/Touch/TouchInterrupt--⚠️ +6600⚠️ +200⚠️ +200------00
libraries/ESP32/examples/Touch/TouchRead--⚠️ +6600⚠️ +200⚠️ +200------00
libraries/ESP_I2S/examples/Record_to_WAV--⚠️ +706⚠️ +64⚠️ +200--------00
libraries/ESP_SR/examples/Basic--⚠️ +4100⚠️ +200----------
libraries/Ethernet/examples/ETH_TLK110--⚠️ +6460----------00
libraries/SD_MMC/examples/SD2USBMSC--⚠️ +114⚠️ +64💚 -168⚠️ +40----------
libraries/SD_MMC/examples/SDMMC_Test--⚠️ +6400⚠️ +200--------00
libraries/SD_MMC/examples/SDMMC_time--⚠️ +4080⚠️ +1096⚠️ +4--------⚠️ +6160
libraries/USB/examples/CompositeDevice--⚠️ +572⚠️ +72⚠️ +268⚠️ +40⚠️ +288⚠️ +40--------
libraries/USB/examples/ConsumerControl--⚠️ +158⚠️ +72💚 -152⚠️ +40💚 -128⚠️ +40--------
libraries/USB/examples/CustomHIDDevice--⚠️ +158⚠️ +72💚 -152⚠️ +40💚 -152⚠️ +40--------
libraries/USB/examples/FirmwareMSC--⚠️ +126⚠️ +72💚 -172⚠️ +40💚 -188⚠️ +40--------
libraries/USB/examples/Gamepad--⚠️ +158⚠️ +72💚 -152⚠️ +40💚 -144⚠️ +40--------
libraries/USB/examples/HIDVendor--⚠️ +156⚠️ +72💚 -152⚠️ +40💚 -132⚠️ +40--------
libraries/USB/examples/Keyboard/KeyboardLogout--⚠️ +158⚠️ +72💚 -152⚠️ +40💚 -128⚠️ +40--------
libraries/USB/examples/Keyboard/KeyboardMessage--⚠️ +158⚠️ +72💚 -152⚠️ +40💚 -128⚠️ +40--------
libraries/USB/examples/Keyboard/KeyboardReprogram--⚠️ +158⚠️ +72💚 -152⚠️ +40💚 -128⚠️ +40--------
libraries/USB/examples/Keyboard/KeyboardSerial--⚠️ +158⚠️ +72💚 -152⚠️ +40💚 -128⚠️ +40--------
libraries/USB/examples/KeyboardAndMouseControl--⚠️ +158⚠️ +72💚 -152⚠️ +40💚 -128⚠️ +40--------
libraries/USB/examples/MIDI/MidiController--💚 -2K💚 -104⚠️ +88⚠️ +40⚠️ +112⚠️ +40--------
libraries/USB/examples/MIDI/MidiInterface--⚠️ +500⚠️ +72⚠️ +100⚠️ +40⚠️ +124⚠️ +40--------
libraries/USB/examples/MIDI/MidiMusicBox--⚠️ +458⚠️ +72⚠️ +84⚠️ +40⚠️ +108⚠️ +40--------
libraries/USB/examples/MIDI/ReceiveMidi--⚠️ +170⚠️ +72💚 -176⚠️ +40💚 -152⚠️ +40--------
libraries/USB/examples/Mouse/ButtonMouseControl--⚠️ +158⚠️ +72💚 -152⚠️ +40💚 -128⚠️ +40--------
libraries/USB/examples/SystemControl--⚠️ +158⚠️ +72💚 -152⚠️ +40💚 -128⚠️ +40--------
libraries/USB/examples/USBMSC--⚠️ +114⚠️ +72💚 -172⚠️ +40💚 -148⚠️ +40--------
libraries/USB/examples/USBSerial--⚠️ +572⚠️ +72⚠️ +288⚠️ +40⚠️ +312⚠️ +40--------
libraries/USB/examples/USBVendor--⚠️ +124⚠️ +72💚 -196⚠️ +40💚 -172⚠️ +40--------
libraries/ESP32/examples/Camera/CameraWebServer----⚠️ +1128⚠️ +16⚠️ +6960------⚠️ +6280
ESP32/examples/Camera/CameraWebServer (2)----⚠️ +1128⚠️ +20⚠️ +6960------⚠️ +6160
ESP32/examples/Camera/CameraWebServer (3)----⚠️ +1112⚠️ +4----------
libraries/ESP32/examples/DeepSleep/ExternalWakeUp----⚠️ +200⚠️ +200------00
libraries/BluetoothSerial/examples/DiscoverConnect--------------⚠️ +1720
libraries/BluetoothSerial/examples/GetLocalMAC--------------⚠️ +1720
libraries/BluetoothSerial/examples/SerialToSerialBT--------------⚠️ +1720
libraries/BluetoothSerial/examples/SerialToSerialBTM--------------⚠️ +1680
libraries/BluetoothSerial/examples/SerialToSerialBT_Legacy--------------⚠️ +1720
libraries/BluetoothSerial/examples/SerialToSerialBT_SSP--------------⚠️ +1680
libraries/BluetoothSerial/examples/bt_classic_device_discovery--------------⚠️ +1720
libraries/BluetoothSerial/examples/bt_remove_paired_devices--------------⚠️ +1720
libraries/ESP32/examples/DeepSleep/SmoothBlink_ULP_Code--------------00
libraries/Ethernet/examples/ETH_LAN8720--------------00
libraries/SimpleBLE/examples/SimpleBleDevice--------------⚠️ +1720

@lucasssvaz lucasssvaz added the Status: Pending Merge Pull Request is ready to be merged label Nov 19, 2025
@me-no-dev me-no-dev merged commit a90a523 into master Nov 19, 2025
7 checks passed
@me-no-dev me-no-dev deleted the idf-release/v5.5 branch November 19, 2025 18:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Status: Pending Merge Pull Request is ready to be merged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants