Skip to content

Conversation

me-no-dev
Copy link
Member

lib-builder: master 87aa70c
esp-idf: release/v5.5 129cd0d247
arduino: master a39d1bdb9
tinyusb: master b6b22096d
chmorgan__esp-libhelix-mp3: 1.0.3
espressif__cbor: 0.6.0~1
espressif__esp-dsp: 1.7.0
espressif__esp-modbus: 1.0.18
espressif__esp-nn: 1.1.2
espressif__esp-serial-flasher: 0.0.11
espressif__esp-tflite-micro: 1.3.4
espressif__esp-zboss-lib: 1.6.4
espressif__esp-zigbee-lib: 1.6.7
espressif__esp_delta_ota: 1.1.2
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_matter: 1.4.1
espressif__esp_modem: 1.4.0
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.6.0
espressif__jsmn: 1.1.0
espressif__json_generator: 1.1.2
espressif__json_parser: 1.0.3
espressif__libsodium: 1.0.20~2
espressif__mdns: 1.8.2
espressif__network_provisioning: 1.0.2
espressif__qrcode: 0.1.0~2
espressif__rmaker_common: 1.4.6
joltwallet__littlefs: 1.20.1
espressif__dl_fft: 0.3.1
espressif__eppp_link: 1.1.1
espressif__esp-dsp: 1.6.0
espressif__esp-sr: 2.1.5
espressif__esp_hosted: 2.4.0
espressif__esp_serial_slave_link: 1.1.0~1
espressif__esp_wifi_remote: 0.13.0
espressif__esp32-camera:
espressif__esp_jpeg: 1.3.1

@lucasssvaz lucasssvaz added the 🚫 System PR Pull requests for internal use or lib updates label Sep 10, 2025
Copy link
Contributor

github-actions bot commented Sep 10, 2025

Warnings
⚠️

Some issues found for the commit messages in this PR:

  • the commit message "IDF release/v5.5 129cd0d2":
    • 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 985d53f

Copy link
Contributor

github-actions bot commented Sep 10, 2025

Test Results

 76 files   76 suites   13m 55s ⏱️
 38 tests  38 ✅ 0 💤 0 ❌
241 runs  241 ✅ 0 💤 0 ❌

Results for commit 985d53f.

♻️ This comment has been updated with latest results.

@lucasssvaz lucasssvaz self-requested a review as a code owner September 10, 2025 17:05
Copy link
Contributor

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
ESP32C50⚠️ +11260.00⚠️ +0.19000.000.00
ESP32P40‼️ +128K0.00‼️ +19.060⚠️ +12160.00‼️ +4.25
ESP32S30⚠️ +9760.00⚠️ +0.16000.000.00
ESP32S20⚠️ +10040.00⚠️ +0.18000.000.00
ESP32C30⚠️ +12560.00⚠️ +0.22000.000.00
ESP32C60⚠️ +12360.00⚠️ +0.24000.000.00
ESP32H20⚠️ +12840.00⚠️ +0.22000.000.00
ESP320⚠️ +11200.00⚠️ +0.20000.000.00
Click to expand the detailed deltas report [usage change in BYTES]
TargetESP32C5ESP32P4ESP32S3ESP32S2ESP32C3ESP32C6ESP32H2ESP32
ExampleFLASHRAMFLASHRAMFLASHRAMFLASHRAMFLASHRAMFLASHRAMFLASHRAMFLASHRAM
libraries/ArduinoOTA/examples/BasicOTA⚠️ +10780‼️ +124K⚠️ +1052⚠️ +9240⚠️ +9480⚠️ +12360⚠️ +12360--⚠️ +10720
libraries/AsyncUDP/examples/AsyncUDPClient⚠️ +10780‼️ +128K⚠️ +1152⚠️ +9440⚠️ +10040⚠️ +12360⚠️ +12360--⚠️ +10640
libraries/AsyncUDP/examples/AsyncUDPMulticastServer⚠️ +10780‼️ +128K⚠️ +1152⚠️ +9280⚠️ +9640⚠️ +12360⚠️ +12360--⚠️ +10520
libraries/AsyncUDP/examples/AsyncUDPServer⚠️ +10780‼️ +128K⚠️ +1152⚠️ +9440⚠️ +10040⚠️ +12360⚠️ +12360--⚠️ +10520
libraries/BLE/examples/Beacon_Scanner00--00--00000000
libraries/BLE/examples/Client00--00--00000000
libraries/BLE/examples/Client_secure_static_passkey00--00--00000000
libraries/BLE/examples/EddystoneTLM_Beacon00--00--00000000
libraries/BLE/examples/EddystoneURL_Beacon00--00--00000000
libraries/BLE/examples/Notify00--00--00000000
libraries/BLE/examples/Scan00--00--00000000
libraries/BLE/examples/Server00--00--00000000
libraries/BLE/examples/Server_multiconnect00--00--00000000
libraries/BLE/examples/Server_secure_static_passkey00--00--00000000
libraries/BLE/examples/UART00--00--00000000
libraries/BLE/examples/Write00--00--00000000
libraries/BLE/examples/iBeacon00--00--00000000
libraries/DNSServer/examples/CaptivePortal⚠️ +10780‼️ +128K⚠️ +1152⚠️ +9360⚠️ +9680⚠️ +12360⚠️ +12360--⚠️ +10760
libraries/EEPROM/examples/eeprom_class0000000000000000
libraries/EEPROM/examples/eeprom_extra0000000000000000
libraries/EEPROM/examples/eeprom_write0000000000000000
libraries/ESP32/examples/AnalogOut/LEDCFade0000000000000000
libraries/ESP32/examples/AnalogOut/LEDCGammaFade0000------0000--
libraries/ESP32/examples/AnalogOut/LEDCSingleChannel0000000000000000
libraries/ESP32/examples/AnalogOut/LEDCSoftwareFade0000000000000000
libraries/ESP32/examples/AnalogOut/SigmaDelta0000000000000000
libraries/ESP32/examples/AnalogOut/ledcFrequency0000000000000000
libraries/ESP32/examples/AnalogOut/ledcWrite_RGB0000000000000000
libraries/ESP32/examples/AnalogRead0000000000000000
libraries/ESP32/examples/AnalogReadContinuous0000000000000000
libraries/ESP32/examples/ArduinoStackSize0000000000000000
libraries/ESP32/examples/CI/CIBoardsTest0000000000000000
libraries/ESP32/examples/ChipID/GetChipID0000000000000000
libraries/ESP32/examples/DeepSleep/TimerWakeUp000000000000--00
libraries/ESP32/examples/FreeRTOS/BasicMultiThreading0000000000000000
libraries/ESP32/examples/FreeRTOS/Mutex0000000000000000
libraries/ESP32/examples/FreeRTOS/Queue0000000000000000
libraries/ESP32/examples/FreeRTOS/Semaphore0000000000000000
libraries/ESP32/examples/GPIO/BlinkRGB0000000000000000
libraries/ESP32/examples/GPIO/FunctionalInterrupt0000000000000000
libraries/ESP32/examples/GPIO/FunctionalInterruptLambda0000000000000000
libraries/ESP32/examples/GPIO/FunctionalInterruptStruct0000000000000000
libraries/ESP32/examples/GPIO/GPIOInterrupt0000000000000000
libraries/ESP32/examples/HWCDC_Events000000--000000--
libraries/ESP32/examples/MacAddress/GetMacAddress0000000000000000
libraries/ESP32/examples/RMT/Legacy_RMT_Driver_Compatible0000000000000000
libraries/ESP32/examples/RMT/RMTCallback0000000000000000
libraries/ESP32/examples/RMT/RMTLoopback0000000000000000
libraries/ESP32/examples/RMT/RMTReadXJT0000000000000000
libraries/ESP32/examples/RMT/RMTWrite_RGB_LED0000000000000000
libraries/ESP32/examples/RMT/RMT_CPUFreq_Test0000000000000000
libraries/ESP32/examples/RMT/RMT_EndOfTransmissionState0000000000000000
libraries/ESP32/examples/RMT/RMT_LED_Blink0000000000000000
libraries/ESP32/examples/ResetReason/ResetReason0000000000000000
libraries/ESP32/examples/ResetReason/ResetReason20000000000000000
libraries/ESP32/examples/Serial/BaudRateDetect_Demo0000000000000000
libraries/ESP32/examples/Serial/OnReceiveError_BREAK_Demo0000000000000000
libraries/ESP32/examples/Serial/OnReceive_Demo0000000000000000
libraries/ESP32/examples/Serial/RS485_Echo_Demo0000000000000000
libraries/ESP32/examples/Serial/RxFIFOFull_Demo0000000000000000
libraries/ESP32/examples/Serial/RxTimeout_Demo0000000000000000
libraries/ESP32/examples/Serial/Serial_All_CPU_Freqs0000000000000000
libraries/ESP32/examples/Serial/Serial_STD_Func_OnReceive0000000000000000
libraries/ESP32/examples/Serial/onReceiveExample0000000000000000
libraries/ESP32/examples/Template/ExampleTemplate0000000000000000
libraries/ESP32/examples/Time/SimpleTime⚠️ +10780‼️ +128K⚠️ +1152⚠️ +9120⚠️ +9240⚠️ +12360⚠️ +12360--⚠️ +10800
libraries/ESP32/examples/Timer/RepeatTimer0000000000000000
libraries/ESP32/examples/Timer/WatchdogTimer0000000000000000
libraries/ESP_I2S/examples/ES8388_loopback0000000000000000
libraries/ESP_I2S/examples/Simple_tone0000000000000000
libraries/ESP_NOW/examples/ESP_NOW_Broadcast_Master⚠️ +10780--⚠️ +8840⚠️ +9360⚠️ +12360⚠️ +12360--⚠️ +10640
libraries/ESP_NOW/examples/ESP_NOW_Broadcast_Slave⚠️ +10780--⚠️ +9440⚠️ +9720⚠️ +12360⚠️ +12360--⚠️ +10560
libraries/ESP_NOW/examples/ESP_NOW_Network⚠️ +10780--⚠️ +9040⚠️ +9360⚠️ +12360⚠️ +12360--⚠️ +10520
libraries/ESP_NOW/examples/ESP_NOW_Serial⚠️ +10780--⚠️ +9440⚠️ +9720⚠️ +12360⚠️ +12360--⚠️ +10640
libraries/ESPmDNS/examples/mDNS-SD_Extended⚠️ +10780‼️ +128K⚠️ +1152⚠️ +9520⚠️ +9160⚠️ +12360⚠️ +12360--⚠️ +10800
libraries/ESPmDNS/examples/mDNS_Web_Server⚠️ +10780‼️ +128K⚠️ +1152⚠️ +9160⚠️ +9280⚠️ +12360⚠️ +12360--⚠️ +10720
libraries/Ethernet/examples/ETH_W5500_Arduino_SPI⚠️ +1078000⚠️ +9480⚠️ +9400⚠️ +12360⚠️ +12360⚠️ +12360⚠️ +10520
libraries/Ethernet/examples/ETH_W5500_IDF_SPI⚠️ +1078000⚠️ +8920⚠️ +9600⚠️ +12360⚠️ +12360⚠️ +12360⚠️ +10120
libraries/Ethernet/examples/ETH_WIFI_BRIDGE⚠️ +10780‼️ +128K⚠️ +1216⚠️ +9320⚠️ +9440⚠️ +12360⚠️ +12360--⚠️ +10760
libraries/FFat/examples/FFat_Test0000000000000000
libraries/FFat/examples/FFat_time⚠️ +10780‼️ +128K⚠️ +1152⚠️ +8760⚠️ +9600⚠️ +12360⚠️ +12360--⚠️ +10640
libraries/HTTPClient/examples/Authorization⚠️ +10780‼️ +73K⚠️ +1004⚠️ +9160⚠️ +9480⚠️ +12360⚠️ +12360--⚠️ +10280
libraries/HTTPClient/examples/BasicHttpClient⚠️ +10780‼️ +73K⚠️ +1004⚠️ +9160⚠️ +9480⚠️ +12360⚠️ +12360--⚠️ +10280
libraries/HTTPClient/examples/BasicHttpsClient⚠️ +10780‼️ +73K⚠️ +940⚠️ +9240⚠️ +9240⚠️ +12360⚠️ +12360--⚠️ +10520
libraries/HTTPClient/examples/HTTPClientEnterprise⚠️ +10780--⚠️ +9000⚠️ +9040⚠️ +12360⚠️ +12360--⚠️ +10120
libraries/HTTPClient/examples/ReuseConnection⚠️ +10780‼️ +73K⚠️ +1004⚠️ +9040⚠️ +9920⚠️ +12360⚠️ +12360--⚠️ +10240
libraries/HTTPClient/examples/StreamHttpClient⚠️ +10780‼️ +73K⚠️ +1004⚠️ +9160⚠️ +9800⚠️ +12360⚠️ +12360--⚠️ +10520
libraries/HTTPUpdate/examples/httpUpdate⚠️ +10780‼️ +124K⚠️ +1116⚠️ +9280⚠️ +9480⚠️ +12360⚠️ +12360--⚠️ +10200
libraries/HTTPUpdate/examples/httpUpdateSPIFFS⚠️ +10780‼️ +124K⚠️ +1116⚠️ +9400⚠️ +9360⚠️ +12360⚠️ +12360--⚠️ +10400
libraries/HTTPUpdate/examples/httpUpdateSecure⚠️ +10780‼️ +73K⚠️ +940⚠️ +9320⚠️ +9240⚠️ +12360⚠️ +12360--⚠️ +10520
libraries/HTTPUpdateServer/examples/WebUpdater⚠️ +10780‼️ +124K⚠️ +1052⚠️ +9600⚠️ +9440⚠️ +12360⚠️ +12360--⚠️ +10240
libraries/Hash/examples/HEX0000000000000000
libraries/Hash/examples/MD50000000000000000
libraries/Hash/examples/PBKDF2_HMAC0000000000000000
libraries/Hash/examples/SHA10000000000000000
libraries/Hash/examples/SHA20000000000000000
libraries/Hash/examples/SHA30000000000000000
libraries/Hash/examples/SHA3Stream0000000000000000
libraries/Insights/examples/DiagnosticsSmokeTest⚠️ +10780--⚠️ +9360⚠️ +9680⚠️ +12360⚠️ +12360--⚠️ +10200
libraries/Insights/examples/MinimalDiagnostics⚠️ +10780--⚠️ +9480⚠️ +9520⚠️ +12360⚠️ +12360--⚠️ +10520
libraries/LittleFS/examples/LITTLEFS_test0000000000000000
libraries/LittleFS/examples/LITTLEFS_time⚠️ +10780‼️ +128K⚠️ +1152⚠️ +9120⚠️ +9560⚠️ +12360⚠️ +12360--⚠️ +10440
libraries/Matter/examples/MatterColorLight⚠️ +10900--⚠️ +9200⚠️ +9720⚠️ +12400⚠️ +12360⚠️ +12440⚠️ +10200
libraries/Matter/examples/MatterCommissionTest⚠️ +10860--⚠️ +9320⚠️ +9160⚠️ +12520⚠️ +12360⚠️ +12440⚠️ +11200
libraries/Matter/examples/MatterComposedLights⚠️ +10780--⚠️ +9080⚠️ +9400⚠️ +12400⚠️ +12360⚠️ +12440⚠️ +10800
libraries/Matter/examples/MatterContactSensor⚠️ +11260--⚠️ +9680⚠️ +9680⚠️ +12480⚠️ +12360⚠️ +12720⚠️ +10600
libraries/Matter/examples/MatterDimmableLight⚠️ +10820--⚠️ +9040⚠️ +9320⚠️ +12360⚠️ +12360⚠️ +12360⚠️ +10360
libraries/Matter/examples/MatterEnhancedColorLight⚠️ +10780--⚠️ +9200⚠️ +8960⚠️ +12560⚠️ +12360⚠️ +12360⚠️ +10840
libraries/Matter/examples/MatterEvents⚠️ +11140--⚠️ +9160⚠️ +9040⚠️ +12520⚠️ +12360⚠️ +12400⚠️ +10440
libraries/Matter/examples/MatterFan⚠️ +10940--⚠️ +9160⚠️ +9400⚠️ +12520⚠️ +12360⚠️ +12480⚠️ +11040
libraries/Matter/examples/MatterHumiditySensor⚠️ +11100--⚠️ +9600⚠️ +9360⚠️ +12520⚠️ +12360⚠️ +12840⚠️ +10640
libraries/Matter/examples/MatterLambdaSingleCallbackManyEPs⚠️ +10860--⚠️ +9440⚠️ +9400⚠️ +12520⚠️ +12360⚠️ +12440⚠️ +10680
libraries/Matter/examples/MatterMinimum⚠️ +10780--⚠️ +9240⚠️ +9560⚠️ +12520⚠️ +12360⚠️ +12400⚠️ +10680
libraries/Matter/examples/MatterOccupancySensor⚠️ +11220--⚠️ +9400⚠️ +9520⚠️ +12360⚠️ +12360⚠️ +12560⚠️ +10040
libraries/Matter/examples/MatterOnIdentify⚠️ +10780--⚠️ +9440⚠️ +9360⚠️ +12520⚠️ +12360⚠️ +12400⚠️ +10720
libraries/Matter/examples/MatterOnOffLight⚠️ +10780--⚠️ +9440⚠️ +9360⚠️ +12520⚠️ +12360⚠️ +12400⚠️ +10640
libraries/Matter/examples/MatterOnOffPlugin⚠️ +10780--⚠️ +9440⚠️ +9360⚠️ +12520⚠️ +12360⚠️ +12400⚠️ +10600
libraries/Matter/examples/MatterPressureSensor⚠️ +11100--⚠️ +9600⚠️ +9480⚠️ +12520⚠️ +12360⚠️ +12840⚠️ +10640
libraries/Matter/examples/MatterSmartButon⚠️ +10980--⚠️ +9400⚠️ +9520⚠️ +12400⚠️ +12360⚠️ +12480⚠️ +10640
libraries/Matter/examples/MatterTemperatureLight⚠️ +10780--⚠️ +9200⚠️ +9400⚠️ +12560⚠️ +12360⚠️ +12400⚠️ +11200
libraries/Matter/examples/MatterTemperatureSensor⚠️ +11100--⚠️ +9600⚠️ +9480⚠️ +12520⚠️ +12360⚠️ +12840⚠️ +10600
libraries/Matter/examples/MatterThermostat⚠️ +10820--⚠️ +9080⚠️ +9160⚠️ +12360⚠️ +12360⚠️ +12360⚠️ +10000
libraries/NetBIOS/examples/ESP_NBNST⚠️ +10780‼️ +128K⚠️ +1152⚠️ +9280⚠️ +9480⚠️ +12360⚠️ +12360--⚠️ +10520
libraries/NetworkClientSecure/examples/WiFiClientInsecure⚠️ +10780‼️ +73K⚠️ +940⚠️ +9440⚠️ +9360⚠️ +12360⚠️ +12360--⚠️ +11000
libraries/NetworkClientSecure/examples/WiFiClientPSK⚠️ +10780‼️ +73K⚠️ +940⚠️ +9080⚠️ +9360⚠️ +12360⚠️ +12360--⚠️ +11080
libraries/NetworkClientSecure/examples/WiFiClientSecure⚠️ +10780‼️ +73K⚠️ +940⚠️ +9400⚠️ +9320⚠️ +12360⚠️ +12360--⚠️ +11040
libraries/NetworkClientSecure/examples/WiFiClientSecureEnterprise⚠️ +10780--⚠️ +9040⚠️ +9200⚠️ +12360⚠️ +12360--⚠️ +10520
libraries/NetworkClientSecure/examples/WiFiClientSecureProtocolUpgrade⚠️ +10780‼️ +73K⚠️ +940⚠️ +9320⚠️ +9400⚠️ +12360⚠️ +12360--⚠️ +10960
libraries/NetworkClientSecure/examples/WiFiClientShowPeerCredentials⚠️ +10780‼️ +73K⚠️ +940⚠️ +9240⚠️ +9520⚠️ +12360⚠️ +12360--⚠️ +10640
libraries/NetworkClientSecure/examples/WiFiClientTrustOnFirstUse⚠️ +10780‼️ +73K⚠️ +940⚠️ +9280⚠️ +9520⚠️ +12360⚠️ +12360--⚠️ +10920
libraries/OpenThread/examples/CLI/COAP/coap_lamp⚠️ +10780--------⚠️ +12360⚠️ +12360--
libraries/OpenThread/examples/CLI/COAP/coap_switch⚠️ +10780--------⚠️ +12360⚠️ +12360--
libraries/OpenThread/examples/CLI/SimpleCLI⚠️ +10780--------⚠️ +12360⚠️ +12360--
libraries/OpenThread/examples/CLI/SimpleNode⚠️ +10780--------⚠️ +12360⚠️ +12360--
libraries/OpenThread/examples/CLI/SimpleThreadNetwork/ExtendedRouterNode⚠️ +10780--------⚠️ +12360⚠️ +12360--
libraries/OpenThread/examples/CLI/SimpleThreadNetwork/LeaderNode⚠️ +10780--------⚠️ +12360⚠️ +12360--
libraries/OpenThread/examples/CLI/SimpleThreadNetwork/RouterNode⚠️ +10780--------⚠️ +12360⚠️ +12360--
libraries/OpenThread/examples/CLI/ThreadScan⚠️ +10780--------⚠️ +12360⚠️ +12360--
libraries/OpenThread/examples/CLI/onReceive⚠️ +10780--------⚠️ +12360⚠️ +12360--
libraries/OpenThread/examples/Native/SimpleThreadNetwork/LeaderNode⚠️ +10780--------⚠️ +12360⚠️ +12360--
libraries/OpenThread/examples/Native/SimpleThreadNetwork/RouterNode⚠️ +10780--------⚠️ +12360⚠️ +12360--
libraries/PPP/examples/PPP_Basic⚠️ +1078000⚠️ +9080⚠️ +9160⚠️ +12360⚠️ +12360⚠️ +12360⚠️ +10640
libraries/PPP/examples/PPP_WIFI_BRIDGE⚠️ +10780‼️ +128K⚠️ +1152⚠️ +9040⚠️ +9400⚠️ +12360⚠️ +12360--⚠️ +10760
libraries/Preferences/examples/Prefs2Struct0000000000000000
libraries/Preferences/examples/StartCounter0000000000000000
libraries/RainMaker/examples/RMakerCustom⚠️ +10820--⚠️ +9560⚠️ +9240⚠️ +12360⚠️ +12360----
libraries/RainMaker/examples/RMakerCustomAirCooler⚠️ +10780--⚠️ +9760⚠️ +9200⚠️ +12360⚠️ +12360----
libraries/RainMaker/examples/RMakerSonoffDualR3⚠️ +10780--⚠️ +9440⚠️ +9240⚠️ +12360⚠️ +12360----
libraries/RainMaker/examples/RMakerSwitch⚠️ +10780--⚠️ +9440⚠️ +9280⚠️ +12360⚠️ +12360----
libraries/SD/examples/SD_Test0000000000000000
libraries/SD/examples/SD_time⚠️ +10780‼️ +128K⚠️ +1152⚠️ +9200⚠️ +9640⚠️ +12360⚠️ +12360--⚠️ +10720
libraries/SPI/examples/SPI_Multiple_Buses0000000000000000
libraries/SPIFFS/examples/SPIFFS_Test0000000000000000
libraries/SPIFFS/examples/SPIFFS_time⚠️ +10780‼️ +128K⚠️ +1152⚠️ +9320⚠️ +9280⚠️ +12360⚠️ +12360--⚠️ +10480
libraries/TFLiteMicro/examples/hello_world0000000000000000
libraries/Ticker/examples/Blinker0000000000000000
libraries/Ticker/examples/TickerBasic0000000000000000
libraries/Ticker/examples/TickerParameter0000000000000000
libraries/Update/examples/AWS_S3_OTA_Update⚠️ +10780‼️ +124K⚠️ +1060⚠️ +9200⚠️ +9520⚠️ +12360⚠️ +12360--⚠️ +10880
libraries/Update/examples/HTTPS_OTA_Update⚠️ +10780‼️ +73K⚠️ +940⚠️ +9160⚠️ +9160⚠️ +12360⚠️ +12360--⚠️ +10640
libraries/Update/examples/HTTP_Client_AES_OTA_Update⚠️ +10780‼️ +124K⚠️ +1052⚠️ +9360⚠️ +8880⚠️ +12360⚠️ +12360--⚠️ +10280
libraries/Update/examples/HTTP_Server_AES_OTA_Update⚠️ +10780‼️ +124K⚠️ +1052⚠️ +9280⚠️ +9440⚠️ +12360⚠️ +12360--⚠️ +10640
libraries/Update/examples/OTAWebUpdater⚠️ +10780‼️ +124K⚠️ +1052⚠️ +9200⚠️ +9440⚠️ +12360⚠️ +12360--⚠️ +10400
libraries/Update/examples/SD_Update0000000000000000
libraries/WebServer/examples/AdvancedWebServer⚠️ +10780‼️ +128K⚠️ +1152⚠️ +9240⚠️ +9200⚠️ +12360⚠️ +12360--⚠️ +11040
libraries/WebServer/examples/FSBrowser⚠️ +10780‼️ +128K⚠️ +1152⚠️ +9400⚠️ +9080⚠️ +12360⚠️ +12360--⚠️ +10480
libraries/WebServer/examples/Filters⚠️ +10780‼️ +128K⚠️ +1152⚠️ +9440⚠️ +9240⚠️ +12360⚠️ +12360--⚠️ +10680
libraries/WebServer/examples/HelloServer⚠️ +10780‼️ +128K⚠️ +1152⚠️ +9200⚠️ +9240⚠️ +12360⚠️ +12360--⚠️ +10840
libraries/WebServer/examples/HttpAdvancedAuth⚠️ +10780‼️ +124K⚠️ +1060⚠️ +9560⚠️ +9120⚠️ +12360⚠️ +12360--⚠️ +10760
libraries/WebServer/examples/HttpAuthCallback⚠️ +10780‼️ +124K⚠️ +1060⚠️ +9560⚠️ +9320⚠️ +12360⚠️ +12360--⚠️ +10480
libraries/WebServer/examples/HttpAuthCallbackInline⚠️ +10780‼️ +124K⚠️ +1124⚠️ +9600⚠️ +8960⚠️ +12360⚠️ +12360--⚠️ +10800
libraries/WebServer/examples/HttpBasicAuth⚠️ +10780‼️ +124K⚠️ +1060⚠️ +9560⚠️ +9320⚠️ +12360⚠️ +12360--⚠️ +10800
libraries/WebServer/examples/HttpBasicAuthSHA1⚠️ +10780‼️ +124K⚠️ +1060⚠️ +9520⚠️ +9480⚠️ +12360⚠️ +12360--⚠️ +10440
libraries/WebServer/examples/HttpBasicAuthSHA1orBearerToken⚠️ +10780‼️ +124K⚠️ +1060⚠️ +9680⚠️ +9560⚠️ +12360⚠️ +12360--⚠️ +10000
libraries/WebServer/examples/Middleware⚠️ +10780--⚠️ +9240⚠️ +9360⚠️ +12360⚠️ +12360--⚠️ +10280
libraries/WebServer/examples/MultiHomedServers⚠️ +10780‼️ +128K⚠️ +1152⚠️ +9280⚠️ +9160⚠️ +12360⚠️ +12360--⚠️ +10760
libraries/WebServer/examples/PathArgServer⚠️ +10780‼️ +128K⚠️ +1152⚠️ +8960⚠️ +9160⚠️ +12360⚠️ +12360--⚠️ +10840
libraries/WebServer/examples/SDWebServer⚠️ +10780‼️ +128K⚠️ +1152⚠️ +9280⚠️ +9360⚠️ +12360⚠️ +12360--⚠️ +10400
libraries/WebServer/examples/SimpleAuthentification⚠️ +10780‼️ +128K⚠️ +1152⚠️ +9080⚠️ +9920⚠️ +12360⚠️ +12360--⚠️ +10360
libraries/WebServer/examples/UploadHugeFile⚠️ +10780‼️ +128K⚠️ +1216⚠️ +9080⚠️ +9800⚠️ +12360⚠️ +12360--⚠️ +10680
libraries/WebServer/examples/WebServer⚠️ +10780‼️ +128K⚠️ +1152⚠️ +9240⚠️ +9400⚠️ +12360⚠️ +12360--⚠️ +10280
libraries/WebServer/examples/WebUpdate⚠️ +10780‼️ +124K⚠️ +1052⚠️ +9280⚠️ +9200⚠️ +12360⚠️ +12360--⚠️ +10480
libraries/WiFi/examples/FTM/FTM_Initiator⚠️ +10780‼️ +128K⚠️ +1152⚠️ +9240⚠️ +9360⚠️ +12360⚠️ +12360--⚠️ +10600
libraries/WiFi/examples/FTM/FTM_Responder⚠️ +10780‼️ +128K⚠️ +1152⚠️ +9360⚠️ +9760⚠️ +12360⚠️ +12360--⚠️ +10720
libraries/WiFi/examples/SimpleWiFiServer⚠️ +10780‼️ +128K⚠️ +1152⚠️ +9080⚠️ +9560⚠️ +12360⚠️ +12360--⚠️ +10760
libraries/WiFi/examples/WPS⚠️ +10780--⚠️ +9480⚠️ +9200⚠️ +12360⚠️ +12360--⚠️ +10480
libraries/WiFi/examples/WiFiAccessPoint⚠️ +10780‼️ +128K⚠️ +1152⚠️ +9360⚠️ +9480⚠️ +12360⚠️ +12360--⚠️ +10600
libraries/WiFi/examples/WiFiBlueToothSwitch⚠️ +10780--⚠️ +9440--⚠️ +12360⚠️ +12360--⚠️ +10680
libraries/WiFi/examples/WiFiClient⚠️ +10780‼️ +128K⚠️ +1152⚠️ +9040⚠️ +9520⚠️ +12360⚠️ +12360--⚠️ +10960
libraries/WiFi/examples/WiFiClientBasic⚠️ +10780‼️ +128K⚠️ +1152⚠️ +9400⚠️ +9000⚠️ +12360⚠️ +12360--⚠️ +10800
libraries/WiFi/examples/WiFiClientConnect⚠️ +10780‼️ +128K⚠️ +1152⚠️ +9640⚠️ +9920⚠️ +12360⚠️ +12360--⚠️ +10640
libraries/WiFi/examples/WiFiClientEnterprise⚠️ +10780--⚠️ +9160⚠️ +9560⚠️ +12360⚠️ +12360--⚠️ +10520
libraries/WiFi/examples/WiFiClientEvents⚠️ +10780‼️ +128K⚠️ +1152⚠️ +8960⚠️ +9280⚠️ +12360⚠️ +12360--⚠️ +10600
libraries/WiFi/examples/WiFiClientStaticIP⚠️ +10780‼️ +128K⚠️ +1152⚠️ +9200⚠️ +9760⚠️ +12360⚠️ +12360--⚠️ +11000
libraries/WiFi/examples/WiFiExtender⚠️ +10780‼️ +128K⚠️ +1152⚠️ +9200⚠️ +9400⚠️ +12360⚠️ +12360--⚠️ +10440
libraries/WiFi/examples/WiFiIPv6⚠️ +10780‼️ +128K⚠️ +1152⚠️ +9080⚠️ +8360⚠️ +12360⚠️ +12360--⚠️ +10880
libraries/WiFi/examples/WiFiMulti⚠️ +10780‼️ +128K⚠️ +1152⚠️ +9600⚠️ +9840⚠️ +12360⚠️ +12360--⚠️ +10320
libraries/WiFi/examples/WiFiMultiAdvanced⚠️ +10780‼️ +73K⚠️ +1004⚠️ +9040⚠️ +9880⚠️ +12360⚠️ +12360--⚠️ +10520
libraries/WiFi/examples/WiFiScan⚠️ +10780‼️ +128K⚠️ +1152⚠️ +9280⚠️ +9360⚠️ +12360⚠️ +12360--⚠️ +10720
libraries/WiFi/examples/WiFiScanAsync⚠️ +10780‼️ +128K⚠️ +1152⚠️ +9080⚠️ +9400⚠️ +12360⚠️ +12360--⚠️ +10800
libraries/WiFi/examples/WiFiScanDualAntenna⚠️ +10780‼️ +128K⚠️ +1152⚠️ +9440⚠️ +9800⚠️ +12360⚠️ +12360--⚠️ +10360
libraries/WiFi/examples/WiFiScanTime⚠️ +10780‼️ +128K⚠️ +1152⚠️ +9280⚠️ +9400⚠️ +12360⚠️ +12360--⚠️ +10720
libraries/WiFi/examples/WiFiSmartConfig⚠️ +10780--⚠️ +9160⚠️ +9560⚠️ +12360⚠️ +12360--⚠️ +10640
libraries/WiFi/examples/WiFiTelnetToSerial⚠️ +10780‼️ +128K⚠️ +1152⚠️ +9000⚠️ +8760⚠️ +12360⚠️ +12360--⚠️ +10600
libraries/WiFi/examples/WiFiUDPClient⚠️ +10780‼️ +128K⚠️ +1152⚠️ +9440⚠️ +9400⚠️ +12360⚠️ +12360--⚠️ +10600
libraries/WiFiProv/examples/WiFiProv⚠️ +10780--⚠️ +9560⚠️ +9640⚠️ +12360⚠️ +12320--⚠️ +10400
libraries/Wire/examples/WireMaster0000000000000000
libraries/Wire/examples/WireScan0000000000000000
libraries/Wire/examples/WireSlave0000000000000000
libraries/Wire/examples/WireSlaveFunctionalCallback0000000000000000
libraries/Zigbee/examples/Zigbee_Analog_Input_Output00--000000000000
libraries/Zigbee/examples/Zigbee_Binary_Input_Output00--------0000--
libraries/Zigbee/examples/Zigbee_CarbonDioxide_Sensor00--------0000--
libraries/Zigbee/examples/Zigbee_Color_Dimmable_Light00--------0000--
libraries/Zigbee/examples/Zigbee_Color_Dimmer_Switch00--000000000000
libraries/Zigbee/examples/Zigbee_Contact_Switch00--------0000--
libraries/Zigbee/examples/Zigbee_Dimmable_Light00--------0000--
libraries/Zigbee/examples/Zigbee_Electrical_AC_Sensor00--000000000000
libraries/Zigbee/examples/Zigbee_Electrical_AC_Sensor_MultiPhase00--000000000000
libraries/Zigbee/examples/Zigbee_Electrical_DC_Sensor00--------0000--
libraries/Zigbee/examples/Zigbee_Fan_Control00--000000000000
libraries/Zigbee/examples/Zigbee_Gateway⚠️ +10780--⚠️ +9240⚠️ +9040⚠️ +12440----⚠️ +10360
libraries/Zigbee/examples/Zigbee_Illuminance_Sensor00--------0000--
libraries/Zigbee/examples/Zigbee_Multistate_Input_Output00--000000000000
libraries/Zigbee/examples/Zigbee_OTA_Client00--------0000--
libraries/Zigbee/examples/Zigbee_Occupancy_Sensor00--------0000--
libraries/Zigbee/examples/Zigbee_On_Off_Light00--------0000--
libraries/Zigbee/examples/Zigbee_On_Off_MultiSwitch00--000000000000
libraries/Zigbee/examples/Zigbee_On_Off_Switch00--000000000000
libraries/Zigbee/examples/Zigbee_PM25_Sensor00--------0000--
libraries/Zigbee/examples/Zigbee_Power_Outlet00--000000000000
libraries/Zigbee/examples/Zigbee_Pressure_Flow_Sensor00--------0000--
libraries/Zigbee/examples/Zigbee_Range_Extender00--000000000000
libraries/Zigbee/examples/Zigbee_Scan_Networks00--------0000--
libraries/Zigbee/examples/Zigbee_Temp_Hum_Sensor_Sleepy00--------0000--
libraries/Zigbee/examples/Zigbee_Temperature_Sensor00--------0000--
libraries/Zigbee/examples/Zigbee_Thermostat00--000000000000
libraries/Zigbee/examples/Zigbee_Vibration_Sensor00--------0000--
libraries/Zigbee/examples/Zigbee_Wind_Speed_Sensor00--------0000--
libraries/Zigbee/examples/Zigbee_Window_Covering00--------0000--
libraries/ESP32/examples/DeepSleep/TouchWakeUp--000000------00
libraries/ESP32/examples/TWAI/TWAIreceive--00000000000000
libraries/ESP32/examples/TWAI/TWAItransmit--00000000000000
libraries/ESP32/examples/Touch/TouchButton--000000------00
libraries/ESP32/examples/Touch/TouchInterrupt--000000------00
libraries/ESP32/examples/Touch/TouchRead--000000------00
libraries/ESP_I2S/examples/Record_to_WAV--0000--------00
libraries/ESP_SR/examples/Basic--0000----------
libraries/Ethernet/examples/ETH_TLK110--00----------⚠️ +10560
libraries/SD_MMC/examples/SD2USBMSC--0000----------
libraries/SD_MMC/examples/SDMMC_Test--0000--------00
libraries/SD_MMC/examples/SDMMC_time--‼️ +128K⚠️ +1152⚠️ +9360--------⚠️ +10520
libraries/USB/examples/CompositeDevice--000000--------
libraries/USB/examples/ConsumerControl--000000--------
libraries/USB/examples/CustomHIDDevice--000000--------
libraries/USB/examples/FirmwareMSC--000000--------
libraries/USB/examples/Gamepad--000000--------
libraries/USB/examples/HIDVendor--000000--------
libraries/USB/examples/Keyboard/KeyboardLogout--000000--------
libraries/USB/examples/Keyboard/KeyboardMessage--000000--------
libraries/USB/examples/Keyboard/KeyboardReprogram--000000--------
libraries/USB/examples/Keyboard/KeyboardSerial--000000--------
libraries/USB/examples/KeyboardAndMouseControl--000000--------
libraries/USB/examples/MIDI/MidiController--000000--------
libraries/USB/examples/MIDI/MidiInterface--000000--------
libraries/USB/examples/MIDI/MidiMusicBox--000000--------
libraries/USB/examples/MIDI/ReceiveMidi--000000--------
libraries/USB/examples/Mouse/ButtonMouseControl--000000--------
libraries/USB/examples/SystemControl--000000--------
libraries/USB/examples/USBMSC--000000--------
libraries/USB/examples/USBSerial--000000--------
libraries/USB/examples/USBVendor--000000--------
libraries/ESP32/examples/Camera/CameraWebServer----⚠️ +9600⚠️ +9640------⚠️ +10760
ESP32/examples/Camera/CameraWebServer (2)----⚠️ +9600⚠️ +9680------⚠️ +10720
ESP32/examples/Camera/CameraWebServer (3)----⚠️ +9360----------
libraries/ESP32/examples/DeepSleep/ExternalWakeUp----0000------00
libraries/BluetoothSerial/examples/DiscoverConnect--------------00
libraries/BluetoothSerial/examples/GetLocalMAC--------------00
libraries/BluetoothSerial/examples/SerialToSerialBT--------------00
libraries/BluetoothSerial/examples/SerialToSerialBTM--------------00
libraries/BluetoothSerial/examples/SerialToSerialBT_Legacy--------------00
libraries/BluetoothSerial/examples/SerialToSerialBT_SSP--------------00
libraries/BluetoothSerial/examples/bt_classic_device_discovery--------------00
libraries/BluetoothSerial/examples/bt_remove_paired_devices--------------00
libraries/ESP32/examples/DeepSleep/SmoothBlink_ULP_Code--------------00
libraries/Ethernet/examples/ETH_LAN8720--------------⚠️ +10560
libraries/SimpleBLE/examples/SimpleBleDevice--------------00

@me-no-dev me-no-dev added the Status: Pending Merge Pull Request is ready to be merged label Sep 10, 2025
@me-no-dev me-no-dev merged commit 54ed29c into master Sep 10, 2025
67 checks passed
@me-no-dev me-no-dev deleted the idf-release/v5.5 branch September 10, 2025 21:36
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 🚫 System PR Pull requests for internal use or lib updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants