Skip to content

Conversation

SuGlider
Copy link
Collaborator

@SuGlider SuGlider commented Oct 3, 2025

Description of Change

Removed uart_init_PeriMan function and related comments.
Peripehral Manager detaching initialization was creating multiple DGB messages everytime that a UART Serial port was created.
It will now log once and only for the pins that are really used.

Test Scenarios

ESP32 - Basic UART Initilization - CI

Related links

None.

Removed uart_init_PeriMan function and related comments.
@SuGlider SuGlider self-assigned this Oct 3, 2025
@SuGlider SuGlider requested a review from a team as a code owner October 3, 2025 15:25
Copy link
Contributor

github-actions bot commented Oct 3, 2025

Messages
📖 🎉 Good Job! All checks are passing!

👋 Hello SuGlider, 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.
- 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 afc20fc

Removed unused uart_init_PeriMan function declaration.
Removed call to uart_init_PeriMan in HardwareSerial destructor.
Copy link
Contributor

github-actions bot commented Oct 3, 2025

Test Results

 76 files   76 suites   14m 3s ⏱️
 38 tests  38 ✅ 0 💤 0 ❌
241 runs  241 ✅ 0 💤 0 ❌

Results for commit afc20fc.

♻️ This comment has been updated with latest results.

@SuGlider SuGlider added the Peripheral: UART Related to the UART peripheral or its functionality. label Oct 3, 2025
@SuGlider SuGlider moved this from Todo to In Progress in Arduino ESP32 Core Project Roadmap Oct 3, 2025
@SuGlider SuGlider added this to the 3.3.0 milestone Oct 3, 2025
@SuGlider SuGlider moved this from In Progress to In Review in Arduino ESP32 Core Project Roadmap Oct 3, 2025
Copy link
Contributor

github-actions bot commented Oct 3, 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
ESP32C50⚠️ +500.00⚠️ +0.02000.000.00
ESP32P40⚠️ +460.00⚠️ +0.01000.000.00
ESP32S3💚 -32⚠️ +480.00⚠️ +0.01000.000.00
ESP32S20⚠️ +600.00⚠️ +0.01000.000.00
ESP32C30⚠️ +540.00⚠️ +0.02000.000.00
ESP32C60⚠️ +500.00⚠️ +0.02000.000.00
ESP32H20⚠️ +560.00⚠️ +0.02000.000.00
ESP320⚠️ +520.00⚠️ +0.02000.000.00
Click to expand the detailed deltas report [usage change in BYTES]
TargetESP32C5ESP32P4ESP32S3ESP32S2ESP32C3ESP32C6ESP32H2ESP32
ExampleFLASHRAMFLASHRAMFLASHRAMFLASHRAMFLASHRAMFLASHRAMFLASHRAMFLASHRAM
libraries/ArduinoOTA/examples/BasicOTA⚠️ +420⚠️ +420⚠️ +360⚠️ +360⚠️ +500⚠️ +420--⚠️ +480
libraries/AsyncUDP/examples/AsyncUDPClient⚠️ +420⚠️ +420⚠️ +360⚠️ +120⚠️ +500⚠️ +420--⚠️ +400
libraries/AsyncUDP/examples/AsyncUDPMulticastServer⚠️ +420⚠️ +420⚠️ +360⚠️ +360⚠️ +500⚠️ +420--⚠️ +360
libraries/AsyncUDP/examples/AsyncUDPServer⚠️ +420⚠️ +420⚠️ +360⚠️ +360⚠️ +500⚠️ +420--⚠️ +320
libraries/BLE/examples/Beacon_Scanner⚠️ +420⚠️ +420⚠️ +240--⚠️ +500⚠️ +420⚠️ +500⚠️ +480
libraries/BLE/examples/Client⚠️ +420⚠️ +420⚠️ +240--⚠️ +500⚠️ +420⚠️ +500⚠️ +400
libraries/BLE/examples/Client_secure_static_passkey⚠️ +420⚠️ +420⚠️ +240--⚠️ +500⚠️ +420⚠️ +500⚠️ +440
libraries/BLE/examples/EddystoneTLM_Beacon⚠️ +420⚠️ +420⚠️ +240--⚠️ +500⚠️ +420⚠️ +500⚠️ +400
libraries/BLE/examples/EddystoneURL_Beacon⚠️ +420⚠️ +420⚠️ +240--⚠️ +500⚠️ +420⚠️ +500⚠️ +400
libraries/BLE/examples/Notify⚠️ +420⚠️ +420⚠️ +240--⚠️ +500⚠️ +420⚠️ +500⚠️ +400
libraries/BLE/examples/Scan⚠️ +420⚠️ +420⚠️ +240--⚠️ +500⚠️ +420⚠️ +500⚠️ +400
libraries/BLE/examples/Server⚠️ +420⚠️ +420⚠️ +240--⚠️ +500⚠️ +420⚠️ +500⚠️ +400
libraries/BLE/examples/Server_multiconnect⚠️ +420⚠️ +420⚠️ +240--⚠️ +500⚠️ +420⚠️ +500⚠️ +400
libraries/BLE/examples/Server_secure_authorization⚠️ +420--⚠️ +240--⚠️ +500⚠️ +420⚠️ +500--
libraries/BLE/examples/Server_secure_static_passkey⚠️ +420⚠️ +420⚠️ +240--⚠️ +500⚠️ +420⚠️ +500⚠️ +400
libraries/BLE/examples/UART⚠️ +420⚠️ +420⚠️ +240--⚠️ +500⚠️ +420⚠️ +500⚠️ +400
libraries/BLE/examples/Write⚠️ +420⚠️ +420⚠️ +240--⚠️ +500⚠️ +420⚠️ +500⚠️ +400
libraries/BLE/examples/iBeacon⚠️ +420⚠️ +420⚠️ +240--⚠️ +500⚠️ +420⚠️ +500⚠️ +360
libraries/DNSServer/examples/CaptivePortal⚠️ +420⚠️ +420⚠️ +360⚠️ +480⚠️ +500⚠️ +420--⚠️ +280
libraries/EEPROM/examples/eeprom_class⚠️ +400⚠️ +400⚠️ +240⚠️ +320⚠️ +500⚠️ +400⚠️ +500⚠️ +320
libraries/EEPROM/examples/eeprom_extra⚠️ +400⚠️ +420⚠️ +240⚠️ +320⚠️ +520⚠️ +420⚠️ +500⚠️ +320
libraries/EEPROM/examples/eeprom_write⚠️ +440⚠️ +420⚠️ +240⚠️ +320⚠️ +540⚠️ +460⚠️ +520⚠️ +320
libraries/ESP32/examples/AnalogOut/LEDCFade⚠️ +460⚠️ +440⚠️ +240⚠️ +320⚠️ +500⚠️ +460⚠️ +480⚠️ +320
libraries/ESP32/examples/AnalogOut/LEDCGammaFade⚠️ +440⚠️ +440------⚠️ +440⚠️ +500--
libraries/ESP32/examples/AnalogOut/LEDCSingleChannel⚠️ +380⚠️ +420⚠️ +280⚠️ +360⚠️ +500⚠️ +380⚠️ +500⚠️ +360
libraries/ESP32/examples/AnalogOut/LEDCSoftwareFade⚠️ +380⚠️ +420⚠️ +280⚠️ +360⚠️ +500⚠️ +380⚠️ +500⚠️ +360
libraries/ESP32/examples/AnalogOut/SigmaDelta⚠️ +380⚠️ +460⚠️ +280⚠️ +360⚠️ +520⚠️ +400⚠️ +540⚠️ +360
libraries/ESP32/examples/AnalogOut/ledcFrequency⚠️ +480⚠️ +420⚠️ +280⚠️ +360⚠️ +500⚠️ +440⚠️ +540⚠️ +360
libraries/ESP32/examples/AnalogOut/ledcWrite_RGB⚠️ +460⚠️ +400⚠️ +240⚠️ +320⚠️ +460⚠️ +460⚠️ +500⚠️ +320
libraries/ESP32/examples/AnalogRead⚠️ +440⚠️ +460⚠️ +240⚠️ +320⚠️ +460⚠️ +440⚠️ +480⚠️ +320
libraries/ESP32/examples/AnalogReadContinuous⚠️ +460⚠️ +420⚠️ +240⚠️ +320⚠️ +480⚠️ +420⚠️ +460⚠️ +320
libraries/ESP32/examples/ArduinoStackSize⚠️ +420⚠️ +440⚠️ +240⚠️ +320⚠️ +500⚠️ +420⚠️ +520⚠️ +320
libraries/ESP32/examples/ArduinoWaitTimeBeforeStartingSketch⚠️ +440⚠️ +440⚠️ +240⚠️ +320⚠️ +500⚠️ +420⚠️ +500⚠️ +320
libraries/ESP32/examples/CI/CIBoardsTest⚠️ +420⚠️ +420⚠️ +240⚠️ +320⚠️ +500⚠️ +420⚠️ +480⚠️ +520
libraries/ESP32/examples/ChipID/GetChipID⚠️ +460⚠️ +440⚠️ +240⚠️ +320⚠️ +500⚠️ +440⚠️ +520⚠️ +320
libraries/ESP32/examples/DeepSleep/TimerWakeUp⚠️ +440⚠️ +420⚠️ +240⚠️ +320⚠️ +540⚠️ +440--⚠️ +320
libraries/ESP32/examples/FreeRTOS/BasicMultiThreading⚠️ +400⚠️ +440⚠️ +240⚠️ +320⚠️ +520⚠️ +400⚠️ +520⚠️ +320
libraries/ESP32/examples/FreeRTOS/Mutex⚠️ +460⚠️ +420⚠️ +240⚠️ +320⚠️ +500⚠️ +440⚠️ +520⚠️ +320
libraries/ESP32/examples/FreeRTOS/Queue⚠️ +460⚠️ +440⚠️ +240⚠️ +360⚠️ +500⚠️ +460⚠️ +520⚠️ +320
libraries/ESP32/examples/FreeRTOS/Semaphore⚠️ +440⚠️ +440⚠️ +240⚠️ +320⚠️ +500⚠️ +420⚠️ +520⚠️ +320
libraries/ESP32/examples/GPIO/BlinkRGB⚠️ +380⚠️ +380⚠️ +280⚠️ +360⚠️ +500⚠️ +400⚠️ +500⚠️ +360
libraries/ESP32/examples/GPIO/FunctionalInterrupt⚠️ +460⚠️ +440⚠️ +240⚠️ +320⚠️ +500⚠️ +460⚠️ +500⚠️ +320
libraries/ESP32/examples/GPIO/FunctionalInterruptLambda⚠️ +420⚠️ +400⚠️ +240⚠️ +320⚠️ +520⚠️ +400⚠️ +520⚠️ +320
libraries/ESP32/examples/GPIO/FunctionalInterruptStruct⚠️ +460⚠️ +460⚠️ +240⚠️ +320⚠️ +440⚠️ +460⚠️ +460⚠️ +320
libraries/ESP32/examples/GPIO/GPIOInterrupt⚠️ +460⚠️ +420⚠️ +240⚠️ +320⚠️ +460⚠️ +440⚠️ +480⚠️ +320
libraries/ESP32/examples/HWCDC_Events⚠️ +400⚠️ +38000--⚠️ +540⚠️ +400⚠️ +560--
libraries/ESP32/examples/MacAddress/GetMacAddress⚠️ +440⚠️ +420⚠️ +240⚠️ +320⚠️ +520⚠️ +440⚠️ +480⚠️ +320
libraries/ESP32/examples/RMT/Legacy_RMT_Driver_Compatible⚠️ +480⚠️ +440⚠️ +240⚠️ +320⚠️ +500⚠️ +460⚠️ +520⚠️ +320
libraries/ESP32/examples/RMT/RMTCallback⚠️ +440⚠️ +420⚠️ +240⚠️ +320⚠️ +520⚠️ +440⚠️ +540⚠️ +320
libraries/ESP32/examples/RMT/RMTLoopback⚠️ +460⚠️ +420⚠️ +240⚠️ +320⚠️ +520⚠️ +460⚠️ +520⚠️ +320
libraries/ESP32/examples/RMT/RMTReadXJT⚠️ +440⚠️ +420⚠️ +240⚠️ +320⚠️ +520⚠️ +420⚠️ +540⚠️ +320
libraries/ESP32/examples/RMT/RMTWrite_RGB_LED⚠️ +420⚠️ +420⚠️ +240⚠️ +320⚠️ +500⚠️ +420⚠️ +500⚠️ +320
libraries/ESP32/examples/RMT/RMT_CPUFreq_Test⚠️ +440⚠️ +400⚠️ +240⚠️ +320⚠️ +520⚠️ +460⚠️ +500⚠️ +320
libraries/ESP32/examples/RMT/RMT_EndOfTransmissionState⚠️ +460⚠️ +420⚠️ +240⚠️ +320⚠️ +520⚠️ +440⚠️ +520⚠️ +320
libraries/ESP32/examples/RMT/RMT_LED_Blink⚠️ +360⚠️ +420⚠️ +240⚠️ +320⚠️ +500⚠️ +360⚠️ +500⚠️ +320
libraries/ESP32/examples/ResetReason/ResetReason⚠️ +480⚠️ +420⚠️ +240⚠️ +320⚠️ +520⚠️ +460⚠️ +520⚠️ +320
libraries/ESP32/examples/ResetReason/ResetReason2⚠️ +460⚠️ +440⚠️ +240⚠️ +360⚠️ +540⚠️ +420⚠️ +520⚠️ +320
libraries/ESP32/examples/Serial/BaudRateDetect_Demo⚠️ +440⚠️ +420⚠️ +240⚠️ +320⚠️ +520⚠️ +420⚠️ +520⚠️ +320
libraries/ESP32/examples/Serial/OnReceiveError_BREAK_Demo⚠️ +460⚠️ +420⚠️ +200⚠️ +280⚠️ +520⚠️ +460⚠️ +520⚠️ +280
libraries/ESP32/examples/Serial/OnReceive_Demo⚠️ +440⚠️ +440⚠️ +200⚠️ +280⚠️ +500⚠️ +440⚠️ +520⚠️ +240
libraries/ESP32/examples/Serial/RS485_Echo_Demo⚠️ +460⚠️ +420⚠️ +240⚠️ +320⚠️ +520⚠️ +440⚠️ +520⚠️ +320
libraries/ESP32/examples/Serial/RxFIFOFull_Demo⚠️ +440⚠️ +420⚠️ +240⚠️ +320⚠️ +500⚠️ +460⚠️ +520⚠️ +320
libraries/ESP32/examples/Serial/RxTimeout_Demo⚠️ +440⚠️ +420⚠️ +240⚠️ +320⚠️ +500⚠️ +440⚠️ +500⚠️ +320
libraries/ESP32/examples/Serial/Serial_All_CPU_Freqs⚠️ +460⚠️ +420⚠️ +240⚠️ +320⚠️ +520⚠️ +460⚠️ +540⚠️ +320
libraries/ESP32/examples/Serial/Serial_STD_Func_OnReceive⚠️ +480⚠️ +460⚠️ +200⚠️ +280⚠️ +520⚠️ +480⚠️ +520⚠️ +280
libraries/ESP32/examples/Serial/onReceiveExample⚠️ +440⚠️ +420⚠️ +200⚠️ +280⚠️ +520⚠️ +440⚠️ +540⚠️ +240
libraries/ESP32/examples/Template/ExampleTemplate⚠️ +400⚠️ +380⚠️ +280⚠️ +360⚠️ +520⚠️ +380⚠️ +520⚠️ +360
libraries/ESP32/examples/Time/SimpleTime⚠️ +420⚠️ +420⚠️ +360⚠️ +360⚠️ +500⚠️ +420--⚠️ +400
libraries/ESP32/examples/Timer/RepeatTimer⚠️ +440⚠️ +420⚠️ +240⚠️ +320⚠️ +520⚠️ +440⚠️ +500⚠️ +320
libraries/ESP32/examples/Timer/WatchdogTimer⚠️ +500⚠️ +420⚠️ +240⚠️ +320⚠️ +540⚠️ +480⚠️ +520⚠️ +320
libraries/ESP_I2S/examples/ES8388_loopback⚠️ +400⚠️ +420⚠️ +240⚠️ +320⚠️ +480⚠️ +400⚠️ +500⚠️ +320
libraries/ESP_I2S/examples/Simple_tone⚠️ +420⚠️ +440⚠️ +240⚠️ +320⚠️ +520⚠️ +420⚠️ +540⚠️ +320
libraries/ESP_NOW/examples/ESP_NOW_Broadcast_Master⚠️ +420--⚠️ +360⚠️ +480⚠️ +460⚠️ +400--⚠️ +400
libraries/ESP_NOW/examples/ESP_NOW_Broadcast_Slave⚠️ +420--⚠️ +360⚠️ +360⚠️ +500⚠️ +420--⚠️ +440
libraries/ESP_NOW/examples/ESP_NOW_Network⚠️ +420--⚠️ +400⚠️ +360⚠️ +500⚠️ +420--⚠️ +440
libraries/ESP_NOW/examples/ESP_NOW_Serial⚠️ +420--⚠️ +360⚠️ +360⚠️ +500⚠️ +420--⚠️ +400
libraries/ESPmDNS/examples/mDNS-SD_Extended⚠️ +420⚠️ +420⚠️ +360⚠️ +360⚠️ +500⚠️ +420--⚠️ +400
libraries/ESPmDNS/examples/mDNS_Web_Server⚠️ +420⚠️ +420⚠️ +360⚠️ +400⚠️ +500⚠️ +420--⚠️ +400
libraries/Ethernet/examples/ETH_W5500_Arduino_SPI⚠️ +420⚠️ +420⚠️ +240⚠️ +320⚠️ +500⚠️ +420⚠️ +500⚠️ +320
libraries/Ethernet/examples/ETH_W5500_IDF_SPI⚠️ +420⚠️ +420⚠️ +240⚠️ +440⚠️ +500⚠️ +420⚠️ +500⚠️ +360
libraries/Ethernet/examples/ETH_WIFI_BRIDGE⚠️ +420⚠️ +420⚠️ +480⚠️ +360⚠️ +500⚠️ +420--⚠️ +320
libraries/FFat/examples/FFat_Test⚠️ +420⚠️ +400⚠️ +240⚠️ +320⚠️ +500⚠️ +400⚠️ +500⚠️ +320
libraries/FFat/examples/FFat_time⚠️ +420⚠️ +420⚠️ +360⚠️ +400⚠️ +500⚠️ +420--⚠️ +400
libraries/HTTPClient/examples/Authorization⚠️ +420⚠️ +420⚠️ +360⚠️ +400⚠️ +500⚠️ +420--⚠️ +400
libraries/HTTPClient/examples/BasicHttpClient⚠️ +420⚠️ +420⚠️ +360⚠️ +360⚠️ +500⚠️ +420--⚠️ +400
libraries/HTTPClient/examples/BasicHttpsClient⚠️ +420⚠️ +420⚠️ +360⚠️ +400⚠️ +500⚠️ +420--⚠️ +400
libraries/HTTPClient/examples/CustomHeaders⚠️ +420⚠️ +420⚠️ +360⚠️ +400⚠️ +500⚠️ +420--⚠️ +400
libraries/HTTPClient/examples/HTTPClientEnterprise⚠️ +420--⚠️ +360⚠️ +400⚠️ +500⚠️ +420--⚠️ +440
libraries/HTTPClient/examples/ReuseConnection⚠️ +420⚠️ +420⚠️ +360⚠️ +400⚠️ +500⚠️ +420--⚠️ +400
libraries/HTTPClient/examples/StreamHttpClient⚠️ +420⚠️ +420⚠️ +360⚠️ +360⚠️ +500⚠️ +420--⚠️ +400
libraries/HTTPUpdate/examples/httpUpdate⚠️ +420⚠️ +420⚠️ +360⚠️ +560⚠️ +500⚠️ +420--⚠️ +400
libraries/HTTPUpdate/examples/httpUpdateSPIFFS⚠️ +420⚠️ +420⚠️ +360⚠️ +400⚠️ +500⚠️ +420--⚠️ +400
libraries/HTTPUpdate/examples/httpUpdateSecure⚠️ +420⚠️ +420⚠️ +360⚠️ +360⚠️ +500⚠️ +420--⚠️ +400
libraries/HTTPUpdateServer/examples/WebUpdater⚠️ +420⚠️ +420⚠️ +400⚠️ +360⚠️ +500⚠️ +420--⚠️ +320
libraries/Hash/examples/HEX⚠️ +460⚠️ +420⚠️ +240⚠️ +320⚠️ +520⚠️ +500⚠️ +520⚠️ +320
libraries/Hash/examples/MD5⚠️ +460⚠️ +400⚠️ +240⚠️ +320⚠️ +540⚠️ +460⚠️ +540⚠️ +320
libraries/Hash/examples/PBKDF2_HMAC⚠️ +420⚠️ +400⚠️ +240⚠️ +320⚠️ +480⚠️ +440⚠️ +500⚠️ +320
libraries/Hash/examples/SHA1⚠️ +440⚠️ +400⚠️ +240⚠️ +320⚠️ +540⚠️ +460⚠️ +520⚠️ +320
libraries/Hash/examples/SHA2⚠️ +400⚠️ +440⚠️ +240⚠️ +320⚠️ +540⚠️ +420⚠️ +540⚠️ +320
libraries/Hash/examples/SHA3⚠️ +400⚠️ +420⚠️ +240⚠️ +320⚠️ +520⚠️ +400⚠️ +540⚠️ +320
libraries/Hash/examples/SHA3Stream⚠️ +380⚠️ +420⚠️ +240⚠️ +320⚠️ +500⚠️ +400⚠️ +500⚠️ +320
libraries/Insights/examples/DiagnosticsSmokeTest⚠️ +420--⚠️ +360⚠️ +360⚠️ +500⚠️ +420--⚠️ +280
libraries/Insights/examples/MinimalDiagnostics⚠️ +400--⚠️ +400⚠️ +320⚠️ +480⚠️ +420--⚠️ +200
libraries/LittleFS/examples/LITTLEFS_test⚠️ +420⚠️ +420⚠️ +240⚠️ +320⚠️ +480⚠️ +420⚠️ +480⚠️ +320
libraries/LittleFS/examples/LITTLEFS_time⚠️ +420⚠️ +420⚠️ +400⚠️ +400⚠️ +500⚠️ +420--⚠️ +400
libraries/Matter/examples/MatterColorLight⚠️ +440--⚠️ +400⚠️ +240⚠️ +500⚠️ +440⚠️ +500⚠️ +400
libraries/Matter/examples/MatterCommissionTest⚠️ +440--⚠️ +360⚠️ +360⚠️ +520⚠️ +440⚠️ +500⚠️ +400
libraries/Matter/examples/MatterComposedLights⚠️ +400--⚠️ +360⚠️ +360⚠️ +500⚠️ +400⚠️ +520⚠️ +400
libraries/Matter/examples/MatterContactSensor⚠️ +400--⚠️ +360⚠️ +360⚠️ +520⚠️ +400⚠️ +500⚠️ +440
libraries/Matter/examples/MatterDimmableLight⚠️ +440--⚠️ +360⚠️ +400⚠️ +500⚠️ +440⚠️ +500⚠️ +440
libraries/Matter/examples/MatterEnhancedColorLight⚠️ +420--⚠️ +360⚠️ +360⚠️ +500⚠️ +420⚠️ +500⚠️ +400
libraries/Matter/examples/MatterEvents⚠️ +420--⚠️ +360⚠️ +400⚠️ +520⚠️ +420⚠️ +520⚠️ +520
libraries/Matter/examples/MatterFan⚠️ +400--⚠️ +320⚠️ +360⚠️ +540⚠️ +400⚠️ +520⚠️ +400
libraries/Matter/examples/MatterHumiditySensor⚠️ +480--⚠️ +400⚠️ +480⚠️ +500⚠️ +480⚠️ +500⚠️ +400
libraries/Matter/examples/MatterLambdaSingleCallbackManyEPs⚠️ +480--⚠️ +360⚠️ +400⚠️ +500⚠️ +480⚠️ +500⚠️ +360
libraries/Matter/examples/MatterMinimum⚠️ +380--💚 -320⚠️ +400⚠️ +520⚠️ +380⚠️ +500⚠️ +400
libraries/Matter/examples/MatterOccupancySensor⚠️ +440--⚠️ +400⚠️ +360⚠️ +500⚠️ +440⚠️ +500⚠️ +440
libraries/Matter/examples/MatterOnIdentify⚠️ +420--⚠️ +360⚠️ +360⚠️ +520⚠️ +420⚠️ +520⚠️ +480
libraries/Matter/examples/MatterOnOffLight⚠️ +380--⚠️ +360⚠️ +360⚠️ +500⚠️ +380⚠️ +500⚠️ +400
libraries/Matter/examples/MatterOnOffPlugin⚠️ +380--⚠️ +400⚠️ +320⚠️ +500⚠️ +380⚠️ +500⚠️ +400
libraries/Matter/examples/MatterPressureSensor⚠️ +480--⚠️ +400⚠️ +360⚠️ +500⚠️ +480⚠️ +500⚠️ +400
libraries/Matter/examples/MatterSmartButon⚠️ +460--⚠️ +360⚠️ +400⚠️ +520⚠️ +460⚠️ +500⚠️ +480
libraries/Matter/examples/MatterTemperatureLight⚠️ +420--⚠️ +360⚠️ +400⚠️ +500⚠️ +420⚠️ +500⚠️ +400
libraries/Matter/examples/MatterTemperatureSensor⚠️ +480--⚠️ +400⚠️ +400⚠️ +500⚠️ +480⚠️ +500⚠️ +400
libraries/Matter/examples/MatterThermostat⚠️ +400--⚠️ +360⚠️ +360⚠️ +520⚠️ +380⚠️ +500⚠️ +400
libraries/NetBIOS/examples/ESP_NBNST⚠️ +420⚠️ +420⚠️ +360⚠️ +400⚠️ +500⚠️ +420--⚠️ +400
libraries/NetworkClientSecure/examples/WiFiClientInsecure⚠️ +420⚠️ +420⚠️ +360⚠️ +400⚠️ +500⚠️ +420--⚠️ +400
libraries/NetworkClientSecure/examples/WiFiClientPSK⚠️ +420⚠️ +420⚠️ +400⚠️ +400⚠️ +500⚠️ +420--⚠️ +400
libraries/NetworkClientSecure/examples/WiFiClientSecure⚠️ +420⚠️ +420⚠️ +360⚠️ +400⚠️ +500⚠️ +420--⚠️ +400
libraries/NetworkClientSecure/examples/WiFiClientSecureEnterprise⚠️ +420--⚠️ +360⚠️ +400⚠️ +500⚠️ +420--⚠️ +400
libraries/NetworkClientSecure/examples/WiFiClientSecureProtocolUpgrade⚠️ +420⚠️ +420⚠️ +36000⚠️ +500⚠️ +420--⚠️ +400
libraries/NetworkClientSecure/examples/WiFiClientShowPeerCredentials⚠️ +420⚠️ +420⚠️ +360⚠️ +360⚠️ +500⚠️ +420--⚠️ +400
libraries/NetworkClientSecure/examples/WiFiClientTrustOnFirstUse⚠️ +420⚠️ +420⚠️ +360⚠️ +400⚠️ +500⚠️ +420--⚠️ +400
libraries/OpenThread/examples/CLI/COAP/coap_lamp⚠️ +420--------⚠️ +400⚠️ +480--
libraries/OpenThread/examples/CLI/COAP/coap_switch⚠️ +460--------⚠️ +420⚠️ +500--
libraries/OpenThread/examples/CLI/SimpleCLI⚠️ +400--------⚠️ +380⚠️ +500--
libraries/OpenThread/examples/CLI/SimpleNode⚠️ +380--------⚠️ +380⚠️ +520--
libraries/OpenThread/examples/CLI/SimpleThreadNetwork/ExtendedRouterNode⚠️ +420--------⚠️ +420⚠️ +500--
libraries/OpenThread/examples/CLI/SimpleThreadNetwork/LeaderNode⚠️ +420--------⚠️ +400⚠️ +500--
libraries/OpenThread/examples/CLI/SimpleThreadNetwork/RouterNode⚠️ +420--------⚠️ +400⚠️ +520--
libraries/OpenThread/examples/CLI/ThreadScan⚠️ +380--------⚠️ +380⚠️ +500--
libraries/OpenThread/examples/CLI/onReceive⚠️ +400--------⚠️ +400⚠️ +500--
libraries/OpenThread/examples/Native/SimpleThreadNetwork/LeaderNode⚠️ +400--------⚠️ +380⚠️ +500--
libraries/OpenThread/examples/Native/SimpleThreadNetwork/RouterNode⚠️ +400--------⚠️ +420⚠️ +500--
libraries/PPP/examples/PPP_Basic⚠️ +420⚠️ +420⚠️ +240⚠️ +400⚠️ +500⚠️ +420⚠️ +500⚠️ +320
libraries/PPP/examples/PPP_WIFI_BRIDGE⚠️ +420⚠️ +420⚠️ +360⚠️ +280⚠️ +500⚠️ +420--⚠️ +440
libraries/Preferences/examples/Prefs2Struct⚠️ +440⚠️ +420⚠️ +240⚠️ +320⚠️ +520⚠️ +460⚠️ +540⚠️ +320
libraries/Preferences/examples/StartCounter⚠️ +440⚠️ +420⚠️ +240⚠️ +320⚠️ +520⚠️ +460⚠️ +540⚠️ +320
libraries/RainMaker/examples/RMakerCustom⚠️ +420--⚠️ +360⚠️ +240⚠️ +500⚠️ +420----
libraries/RainMaker/examples/RMakerCustomAirCooler⚠️ +420--⚠️ +360⚠️ +400⚠️ +500⚠️ +420----
libraries/RainMaker/examples/RMakerSonoffDualR3⚠️ +420--⚠️ +360⚠️ +400⚠️ +500⚠️ +420----
libraries/RainMaker/examples/RMakerSwitch⚠️ +420--⚠️ +360⚠️ +440⚠️ +500⚠️ +420----
libraries/SD/examples/SD_Test⚠️ +420⚠️ +420⚠️ +240⚠️ +320⚠️ +500⚠️ +420⚠️ +500⚠️ +320
libraries/SD/examples/SD_time⚠️ +420⚠️ +420⚠️ +200⚠️ +400⚠️ +500⚠️ +420--⚠️ +440
libraries/SPI/examples/SPI_Multiple_Buses⚠️ +420⚠️ +420⚠️ +280⚠️ +360⚠️ +500⚠️ +420⚠️ +500⚠️ +360
libraries/SPIFFS/examples/SPIFFS_Test⚠️ +420⚠️ +400⚠️ +240⚠️ +320⚠️ +500⚠️ +420⚠️ +480⚠️ +320
libraries/SPIFFS/examples/SPIFFS_time⚠️ +420⚠️ +420⚠️ +360⚠️ +400⚠️ +500⚠️ +420--⚠️ +400
libraries/TFLiteMicro/examples/hello_world⚠️ +400⚠️ +460⚠️ +280⚠️ +360⚠️ +500⚠️ +380⚠️ +500⚠️ +360
libraries/Ticker/examples/Blinker⚠️ +420⚠️ +420⚠️ +280⚠️ +400⚠️ +500⚠️ +440⚠️ +500⚠️ +360
libraries/Ticker/examples/TickerBasic⚠️ +420⚠️ +440⚠️ +280⚠️ +360⚠️ +520⚠️ +420⚠️ +520⚠️ +360
libraries/Ticker/examples/TickerParameter⚠️ +420⚠️ +420⚠️ +280⚠️ +360⚠️ +520⚠️ +420⚠️ +540⚠️ +360
libraries/Update/examples/AWS_S3_OTA_Update⚠️ +420⚠️ +420⚠️ +440⚠️ +400⚠️ +500⚠️ +420--⚠️ +440
libraries/Update/examples/HTTPS_OTA_Update⚠️ +420⚠️ +420⚠️ +360⚠️ +400⚠️ +500⚠️ +420--⚠️ +400
libraries/Update/examples/HTTP_Client_AES_OTA_Update⚠️ +420⚠️ +420⚠️ +360⚠️ +520⚠️ +500⚠️ +420--⚠️ +400
libraries/Update/examples/HTTP_Server_AES_OTA_Update⚠️ +420⚠️ +420⚠️ +360⚠️ +320⚠️ +500⚠️ +420--⚠️ +400
libraries/Update/examples/OTAWebUpdater⚠️ +420⚠️ +420⚠️ +360⚠️ +360⚠️ +500⚠️ +420--⚠️ +400
libraries/Update/examples/SD_Update⚠️ +420⚠️ +420⚠️ +240⚠️ +320⚠️ +500⚠️ +420⚠️ +500⚠️ +320
libraries/WebServer/examples/AdvancedWebServer⚠️ +420⚠️ +420⚠️ +360⚠️ +480⚠️ +500⚠️ +420--⚠️ +400
libraries/WebServer/examples/ChunkWriting⚠️ +420⚠️ +420⚠️ +360⚠️ +440⚠️ +500⚠️ +420--⚠️ +400
libraries/WebServer/examples/FSBrowser⚠️ +420⚠️ +420⚠️ +360⚠️ +360⚠️ +500⚠️ +420--⚠️ +400
libraries/WebServer/examples/Filters⚠️ +420⚠️ +420⚠️ +360⚠️ +440⚠️ +500⚠️ +420--⚠️ +440
libraries/WebServer/examples/HelloServer⚠️ +420⚠️ +420⚠️ +360⚠️ +360⚠️ +500⚠️ +420--⚠️ +400
libraries/WebServer/examples/HttpAdvancedAuth⚠️ +420⚠️ +420⚠️ +360⚠️ +400⚠️ +500⚠️ +420--⚠️ +400
libraries/WebServer/examples/HttpAuthCallback⚠️ +420⚠️ +420⚠️ +360⚠️ +360⚠️ +500⚠️ +420--⚠️ +400
libraries/WebServer/examples/HttpAuthCallbackInline⚠️ +420⚠️ +420⚠️ +360⚠️ +360⚠️ +500⚠️ +420--⚠️ +400
libraries/WebServer/examples/HttpBasicAuth⚠️ +420⚠️ +420⚠️ +360⚠️ +360⚠️ +500⚠️ +420--⚠️ +480
libraries/WebServer/examples/HttpBasicAuthSHA1⚠️ +420⚠️ +420⚠️ +360⚠️ +200⚠️ +500⚠️ +420--⚠️ +480
libraries/WebServer/examples/HttpBasicAuthSHA1orBearerToken⚠️ +420⚠️ +420⚠️ +400⚠️ +400⚠️ +500⚠️ +420--⚠️ +440
libraries/WebServer/examples/Middleware⚠️ +420--⚠️ +360⚠️ +360⚠️ +500⚠️ +420--⚠️ +440
libraries/WebServer/examples/MultiHomedServers⚠️ +420⚠️ +420⚠️ +360⚠️ +400⚠️ +500⚠️ +420--⚠️ +480
libraries/WebServer/examples/PathArgServer⚠️ +420⚠️ +420⚠️ +400⚠️ +400⚠️ +500⚠️ +420--⚠️ +400
libraries/WebServer/examples/SDWebServer⚠️ +420⚠️ +420⚠️ +400⚠️ +440⚠️ +500⚠️ +420--⚠️ +400
libraries/WebServer/examples/SimpleAuthentification⚠️ +420⚠️ +420⚠️ +360⚠️ +440⚠️ +500⚠️ +420--⚠️ +400
libraries/WebServer/examples/UploadHugeFile⚠️ +420⚠️ +420⚠️ +280⚠️ +400⚠️ +500⚠️ +420--⚠️ +400
libraries/WebServer/examples/WebServer⚠️ +420⚠️ +420⚠️ +360⚠️ +360⚠️ +500⚠️ +420--⚠️ +480
libraries/WebServer/examples/WebUpdate⚠️ +420⚠️ +420⚠️ +360⚠️ +160⚠️ +500⚠️ +420--⚠️ +480
libraries/WiFi/examples/FTM/FTM_Initiator⚠️ +420⚠️ +420⚠️ +360⚠️ +520⚠️ +500⚠️ +420--⚠️ +400
libraries/WiFi/examples/FTM/FTM_Responder⚠️ +420⚠️ +420⚠️ +400⚠️ +280⚠️ +500⚠️ +420--⚠️ +400
libraries/WiFi/examples/SimpleWiFiServer⚠️ +420⚠️ +420⚠️ +400⚠️ +360⚠️ +500⚠️ +420--⚠️ +400
libraries/WiFi/examples/WPS⚠️ +420--⚠️ +360⚠️ +520⚠️ +500⚠️ +420--⚠️ +400
libraries/WiFi/examples/WiFiAccessPoint⚠️ +420⚠️ +420⚠️ +360⚠️ +360⚠️ +500⚠️ +420--⚠️ +480
libraries/WiFi/examples/WiFiBlueToothSwitch⚠️ +420--⚠️ +360--⚠️ +500⚠️ +420--⚠️ +480
libraries/WiFi/examples/WiFiClient⚠️ +420⚠️ +420⚠️ +400⚠️ +360⚠️ +500⚠️ +420--⚠️ +400
libraries/WiFi/examples/WiFiClientBasic⚠️ +420⚠️ +420⚠️ +320⚠️ +280⚠️ +500⚠️ +420--⚠️ +400
libraries/WiFi/examples/WiFiClientConnect⚠️ +400⚠️ +420⚠️ +360⚠️ +320⚠️ +500⚠️ +420--⚠️ +400
libraries/WiFi/examples/WiFiClientEnterprise⚠️ +420--⚠️ +360⚠️ +400⚠️ +500⚠️ +420--⚠️ +400
libraries/WiFi/examples/WiFiClientEvents⚠️ +420⚠️ +420⚠️ +400⚠️ +480⚠️ +500⚠️ +420--⚠️ +400
libraries/WiFi/examples/WiFiClientStaticIP⚠️ +420⚠️ +420⚠️ +44000⚠️ +500⚠️ +420--⚠️ +400
libraries/WiFi/examples/WiFiExtender⚠️ +420⚠️ +420⚠️ +360⚠️ +440⚠️ +500⚠️ +420--⚠️ +440
libraries/WiFi/examples/WiFiIPv6⚠️ +420⚠️ +420⚠️ +400⚠️ +400⚠️ +500⚠️ +420--⚠️ +400
libraries/WiFi/examples/WiFiMulti⚠️ +420⚠️ +420⚠️ +360⚠️ +400⚠️ +500⚠️ +420--⚠️ +360
libraries/WiFi/examples/WiFiMultiAdvanced⚠️ +420⚠️ +420⚠️ +360⚠️ +360⚠️ +500⚠️ +420--⚠️ +200
libraries/WiFi/examples/WiFiScan⚠️ +420⚠️ +420⚠️ +360⚠️ +400⚠️ +500⚠️ +420--⚠️ +440
libraries/WiFi/examples/WiFiScanAsync⚠️ +420⚠️ +420⚠️ +200⚠️ +360⚠️ +500⚠️ +420--⚠️ +400
libraries/WiFi/examples/WiFiScanDualAntenna⚠️ +420⚠️ +420⚠️ +360⚠️ +360⚠️ +500⚠️ +420--⚠️ +280
libraries/WiFi/examples/WiFiScanTime⚠️ +420⚠️ +420⚠️ +160⚠️ +400⚠️ +500⚠️ +420--⚠️ +480
libraries/WiFi/examples/WiFiSmartConfig⚠️ +420--⚠️ +360⚠️ +600⚠️ +500⚠️ +420--⚠️ +440
libraries/WiFi/examples/WiFiTelnetToSerial⚠️ +420⚠️ +420⚠️ +240⚠️ +360⚠️ +500⚠️ +420--⚠️ +440
libraries/WiFi/examples/WiFiUDPClient⚠️ +420⚠️ +420⚠️ +360⚠️ +360⚠️ +500⚠️ +420--⚠️ +400
libraries/WiFiProv/examples/WiFiProv⚠️ +400--⚠️ +360⚠️ +360⚠️ +500⚠️ +420--⚠️ +400
libraries/Wire/examples/WireMaster⚠️ +380⚠️ +420⚠️ +240⚠️ +320⚠️ +520⚠️ +400⚠️ +520⚠️ +320
libraries/Wire/examples/WireScan⚠️ +400⚠️ +420⚠️ +240⚠️ +320⚠️ +520⚠️ +400⚠️ +540⚠️ +320
libraries/Wire/examples/WireSlave⚠️ +400⚠️ +420⚠️ +240⚠️ +320⚠️ +540⚠️ +440⚠️ +520⚠️ +320
libraries/Wire/examples/WireSlaveFunctionalCallback⚠️ +400⚠️ +420⚠️ +240⚠️ +320⚠️ +540⚠️ +440⚠️ +520⚠️ +320
libraries/Zigbee/examples/Zigbee_Analog_Input_Output⚠️ +420--⚠️ +200⚠️ +320⚠️ +500⚠️ +420⚠️ +500⚠️ +360
libraries/Zigbee/examples/Zigbee_Binary_Input_Output⚠️ +420--------⚠️ +400⚠️ +520--
libraries/Zigbee/examples/Zigbee_CarbonDioxide_Sensor⚠️ +420--------⚠️ +420⚠️ +520--
libraries/Zigbee/examples/Zigbee_Color_Dimmable_Light⚠️ +420--------⚠️ +440⚠️ +500--
libraries/Zigbee/examples/Zigbee_Color_Dimmer_Switch⚠️ +440--⚠️ +240⚠️ +320⚠️ +480⚠️ +440⚠️ +480⚠️ +320
libraries/Zigbee/examples/Zigbee_Contact_Switch⚠️ +400--------⚠️ +400⚠️ +540--
libraries/Zigbee/examples/Zigbee_Dimmable_Light⚠️ +420--------⚠️ +420⚠️ +500--
libraries/Zigbee/examples/Zigbee_Electrical_AC_Sensor⚠️ +420--00⚠️ +320⚠️ +500⚠️ +420⚠️ +480⚠️ +320
libraries/Zigbee/examples/Zigbee_Electrical_AC_Sensor_MultiPhase⚠️ +420--⚠️ +240⚠️ +400⚠️ +500⚠️ +420⚠️ +480⚠️ +320
libraries/Zigbee/examples/Zigbee_Electrical_DC_Sensor⚠️ +420--------⚠️ +440⚠️ +520--
libraries/Zigbee/examples/Zigbee_Fan_Control⚠️ +420--⚠️ +240⚠️ +320⚠️ +500⚠️ +440⚠️ +500⚠️ +320
libraries/Zigbee/examples/Zigbee_Gateway⚠️ +420--⚠️ +360⚠️ +400⚠️ +500----⚠️ +360
libraries/Zigbee/examples/Zigbee_Illuminance_Sensor⚠️ +440--------⚠️ +400⚠️ +500--
libraries/Zigbee/examples/Zigbee_Multistate_Input_Output⚠️ +420--⚠️ +280⚠️ +320⚠️ +480⚠️ +420⚠️ +480⚠️ +320
libraries/Zigbee/examples/Zigbee_OTA_Client⚠️ +420--------⚠️ +420⚠️ +500--
libraries/Zigbee/examples/Zigbee_Occupancy_Sensor⚠️ +440--------⚠️ +440⚠️ +500--
libraries/Zigbee/examples/Zigbee_On_Off_Light⚠️ +460--------⚠️ +420⚠️ +500--
libraries/Zigbee/examples/Zigbee_On_Off_MultiSwitch⚠️ +420--00⚠️ +400⚠️ +500⚠️ +420⚠️ +500⚠️ +120
libraries/Zigbee/examples/Zigbee_On_Off_Switch⚠️ +420--⚠️ +240⚠️ +200⚠️ +500⚠️ +420⚠️ +500⚠️ +360
libraries/Zigbee/examples/Zigbee_PM25_Sensor⚠️ +400--------⚠️ +400⚠️ +500--
libraries/Zigbee/examples/Zigbee_Power_Outlet⚠️ +460--⚠️ +240⚠️ +360⚠️ +500⚠️ +420⚠️ +500⚠️ +320
libraries/Zigbee/examples/Zigbee_Pressure_Flow_Sensor⚠️ +420--------⚠️ +420⚠️ +480--
libraries/Zigbee/examples/Zigbee_Range_Extender⚠️ +440--⚠️ +240⚠️ +360⚠️ +500⚠️ +420⚠️ +500⚠️ +360
libraries/Zigbee/examples/Zigbee_Scan_Networks⚠️ +420--------⚠️ +420⚠️ +520--
libraries/Zigbee/examples/Zigbee_Temp_Hum_Sensor_Sleepy⚠️ +420--------⚠️ +420⚠️ +520--
libraries/Zigbee/examples/Zigbee_Temperature_Sensor⚠️ +420--------⚠️ +420⚠️ +500--
libraries/Zigbee/examples/Zigbee_Thermostat⚠️ +420--⚠️ +240⚠️ +320⚠️ +480⚠️ +440⚠️ +480⚠️ +400
libraries/Zigbee/examples/Zigbee_Vibration_Sensor⚠️ +440--------⚠️ +440⚠️ +520--
libraries/Zigbee/examples/Zigbee_Wind_Speed_Sensor⚠️ +400--------⚠️ +400⚠️ +520--
libraries/Zigbee/examples/Zigbee_Window_Covering⚠️ +420--------⚠️ +420⚠️ +520--
libraries/ESP32/examples/DeepSleep/TouchWakeUp--⚠️ +380⚠️ +240⚠️ +320------⚠️ +320
libraries/ESP32/examples/TWAI/TWAIreceive--⚠️ +420⚠️ +240⚠️ +320⚠️ +500⚠️ +460⚠️ +520⚠️ +320
libraries/ESP32/examples/TWAI/TWAItransmit--⚠️ +420⚠️ +240⚠️ +320⚠️ +500⚠️ +460⚠️ +540⚠️ +320
libraries/ESP32/examples/Touch/TouchButton--⚠️ +420⚠️ +240⚠️ +320------⚠️ +320
libraries/ESP32/examples/Touch/TouchInterrupt--⚠️ +440⚠️ +240⚠️ +320------⚠️ +320
libraries/ESP32/examples/Touch/TouchRead--⚠️ +400⚠️ +240⚠️ +320------⚠️ +320
libraries/ESP_I2S/examples/Record_to_WAV--⚠️ +400⚠️ +280--------⚠️ +320
libraries/ESP_SR/examples/Basic--⚠️ +320⚠️ +360----------
libraries/Ethernet/examples/ETH_TLK110--⚠️ +420----------⚠️ +320
libraries/SD_MMC/examples/SD2USBMSC--⚠️ +420⚠️ +280----------
libraries/SD_MMC/examples/SDMMC_Test--⚠️ +420⚠️ +240--------⚠️ +320
libraries/SD_MMC/examples/SDMMC_time--⚠️ +420⚠️ +360--------⚠️ +400
libraries/USB/examples/CompositeDevice--⚠️ +420⚠️ +280⚠️ +320--------
libraries/USB/examples/ConsumerControl--⚠️ +420⚠️ +280⚠️ +360--------
libraries/USB/examples/CustomHIDDevice--⚠️ +400⚠️ +240⚠️ +320--------
libraries/USB/examples/FirmwareMSC--⚠️ +420⚠️ +240⚠️ +320--------
libraries/USB/examples/Gamepad--⚠️ +420⚠️ +240⚠️ +360--------
libraries/USB/examples/HIDVendor--⚠️ +420⚠️ +240⚠️ +320--------
libraries/USB/examples/Keyboard/KeyboardLogout--⚠️ +440⚠️ +280⚠️ +360--------
libraries/USB/examples/Keyboard/KeyboardMessage--⚠️ +420⚠️ +280⚠️ +360--------
libraries/USB/examples/Keyboard/KeyboardReprogram--⚠️ +420⚠️ +280⚠️ +360--------
libraries/USB/examples/Keyboard/KeyboardSerial--⚠️ +400⚠️ +240⚠️ +320--------
libraries/USB/examples/KeyboardAndMouseControl--⚠️ +420⚠️ +240⚠️ +320--------
libraries/USB/examples/MIDI/MidiController--⚠️ +420⚠️ +240⚠️ +320--------
libraries/USB/examples/MIDI/MidiInterface--⚠️ +380⚠️ +240⚠️ +320--------
libraries/USB/examples/MIDI/MidiMusicBox--⚠️ +420⚠️ +240⚠️ +320--------
libraries/USB/examples/MIDI/ReceiveMidi--⚠️ +400⚠️ +240⚠️ +320--------
libraries/USB/examples/Mouse/ButtonMouseControl--⚠️ +420⚠️ +280⚠️ +360--------
libraries/USB/examples/SystemControl--⚠️ +420⚠️ +280⚠️ +360--------
libraries/USB/examples/USBMSC--⚠️ +380⚠️ +240⚠️ +320--------
libraries/USB/examples/USBSerial--⚠️ +420⚠️ +240⚠️ +320--------
libraries/USB/examples/USBVendor--⚠️ +420⚠️ +240⚠️ +320--------
libraries/ESP32/examples/Camera/CameraWebServer----⚠️ +400⚠️ +360------⚠️ +320
ESP32/examples/Camera/CameraWebServer (2)----⚠️ +360⚠️ +440------⚠️ +400
ESP32/examples/Camera/CameraWebServer (3)----⚠️ +360----------
libraries/ESP32/examples/DeepSleep/ExternalWakeUp----⚠️ +240⚠️ +320------⚠️ +320
libraries/BluetoothSerial/examples/DiscoverConnect--------------⚠️ +440
libraries/BluetoothSerial/examples/GetLocalMAC--------------⚠️ +440
libraries/BluetoothSerial/examples/SerialToSerialBT--------------⚠️ +400
libraries/BluetoothSerial/examples/SerialToSerialBTM--------------⚠️ +400
libraries/BluetoothSerial/examples/SerialToSerialBT_Legacy--------------⚠️ +400
libraries/BluetoothSerial/examples/SerialToSerialBT_SSP--------------⚠️ +480
libraries/BluetoothSerial/examples/bt_classic_device_discovery--------------⚠️ +400
libraries/BluetoothSerial/examples/bt_remove_paired_devices--------------⚠️ +400
libraries/ESP32/examples/DeepSleep/SmoothBlink_ULP_Code--------------⚠️ +320
libraries/Ethernet/examples/ETH_LAN8720--------------⚠️ +320
libraries/SimpleBLE/examples/SimpleBleDevice--------------⚠️ +280

@me-no-dev me-no-dev added the Status: Pending Merge Pull Request is ready to be merged label Oct 7, 2025
@me-no-dev me-no-dev merged commit b8b32ea into master Oct 7, 2025
78 checks passed
@me-no-dev me-no-dev deleted the uart_periman_init branch October 7, 2025 22:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Peripheral: UART Related to the UART peripheral or its functionality. Status: Pending Merge Pull Request is ready to be merged
Projects
Development

Successfully merging this pull request may close these issues.

4 participants