Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESP32 Arduino v3.1.x #10202

Open
wants to merge 112 commits into
base: master
Choose a base branch
from
Open

ESP32 Arduino v3.1.x #10202

wants to merge 112 commits into from

Conversation

me-no-dev
Copy link
Member

@me-no-dev me-no-dev commented Aug 19, 2024

This PR is to be used for development and testing Arduino v3.1 based on IDF v5.3

ESP32-P4 tasks

  • Make RMII Ethernet work
  • Define and test the HP SPI ports
  • Implement Touch driver V3
  • Fix getFlashChipMode
  • Fix PSRAM
  • Make WiFi work with ESP32C6 over SDIO
  • Fix I2C Slave
  • HighSpeed USB Host (TinyUSB)
  • SDMMC Power support

@me-no-dev me-no-dev added the 🚫 System PR Pull requests for internal use or lib updates label Aug 19, 2024
Copy link
Contributor

github-actions bot commented Aug 19, 2024

Warnings
⚠️

Some issues found for the commit messages in this PR:

  • the commit message "Add P4 to chip info":
    • summary looks empty
    • type/action looks empty
  • the commit message "Add RMII Ethernet support for ESP32-P4 (#10479)":
    • summary looks empty
    • type/action looks empty
  • the commit message "Add support for WiFi to ESP32-P4 (#10463)":
    • body's lines must not be longer than 100 characters
    • summary looks empty
    • type/action looks empty
  • the commit message "ESP32-P4 UART Pin Definitions (#10521)":
    • body's lines must not be longer than 100 characters
    • summary looks empty
    • type/action looks empty
  • the commit message "Enable tests for ESP32P4":
    • summary looks empty
    • type/action looks empty
  • the commit message "Fix build of camera web server":
    • summary looks empty
    • type/action looks empty
  • the commit message "Fix ethernet examples JSON for P4":
    • summary looks empty
    • type/action looks empty
  • the commit message "Fix formatting in ETH and USB":
    • summary looks empty
    • type/action looks empty
  • the commit message "Fix partitions for examples":
    • summary looks empty
    • type/action looks empty
  • the commit message "Fix touch examples JSON for P4":
    • summary looks empty
    • type/action looks empty
  • the commit message "Guard ethernet parts to make it possible to use without (#10609)":
    • summary looks empty
    • type/action looks empty
  • the commit message "IDF release/v5.3 (#10272)":
    • summary looks empty
    • type/action looks empty
  • the commit message "IDF release/v5.3 (#10403)":
    • summary looks empty
    • type/action looks empty
  • the commit message "IDF release/v5.3 (#10444)":
    • summary looks empty
    • type/action looks empty
  • the commit message "IDF release/v5.3 (#10465)":
    • footer's lines must not be longer than 100 characters
    • summary looks empty
    • type/action looks empty
  • the commit message "IDF release/v5.3 (#10503)":
    • summary looks empty
    • type/action looks empty
  • the commit message "IDF release/v5.3 (#10599)":
    • summary looks empty
    • type/action looks empty
  • the commit message "IDF release/v5.3 0bbd7281 (#10258)":
    • summary looks empty
    • type/action looks empty
  • the commit message "IDF release/v5.3 59550599 (#10498)":
    • summary looks empty
    • type/action looks empty
  • the commit message "IDF release/v5.3 707d097b (#10416)":
    • summary looks empty
    • type/action looks empty
  • the commit message "IDF release/v5.3 707d097b (#10473)":
    • summary looks empty
    • type/action looks empty
  • the commit message "IDF release/v5.3 707d097b (#10480)":
    • summary looks empty
    • type/action looks empty
  • the commit message "IDF release/v5.3 a0f798cf (#10522)":
    • summary looks empty
    • type/action looks empty
  • the commit message "Matter example patch (#10618)":
    • summary looks empty
    • type/action looks empty
  • the commit message "Update MatterOnOffLight.ino":
    • summary looks empty
    • type/action looks empty
  • the commit message "Update TinyUSB init method":
    • summary looks empty
    • type/action looks empty
  • the commit message "Update core version to 3.1.0":
    • summary looks empty
    • type/action looks empty
  • the commit message "Update early system init function declaration":
    • summary looks empty
    • type/action looks empty
  • the commit message "Update esp-insights version (#10456)":
    • summary looks empty
    • type/action looks empty
  • the commit message "Update package_esp32_index.template.json":
    • summary looks empty
    • type/action looks empty
  • the commit message "Update readme":
    • summary looks empty
    • type/action looks empty
  • the commit message "add(build): Add initial ESP32-P4 skeleton":
    • type/action should be one of [change, ci, docs, feat, fix, refactor, remove, revert, test]
  • the commit message "feat(Matter): New Matter Endpoint - Dimmable Light (#10543)":
    • scope/component should be lowercase without whitespace, allowed special characters are _ / . , * - .
  • the commit message "feature(rtos): Add Tasks status print function (#10515)":
    • type/action should be one of [change, ci, docs, feat, fix, refactor, remove, revert, test]
  • the commit message "fix weird formatting, no code change (#10617)":
    • summary looks empty
    • type/action looks empty
  • the commit message "fix(IPaddress): IPv6 restore zone id (#10546)":
    • body's lines must not be longer than 100 characters
    • scope/component should be lowercase without whitespace, allowed special characters are _ / . , * - .
  • the commit message "fix(bm): Board Manager install will fail on Windows (#10533)":
    • body's lines must not be longer than 100 characters
  • the commit message "fix(build): Fix many warnings":
    • summary looks too short
  • the commit message "fix(build): Fix warning in FFat":
    • summary looks too short
  • the commit message "fix(eth): Set default clock in pin value to zero (#10513)":
    • body's lines must not be longer than 100 characters
  • the commit message "fix(p4): Move ESP-HOSTED init to WiFiGeneric":
    • body's lines must not be longer than 100 characters
  • the commit message "fix(spiram): Fix OPI PSRAM init":
    • summary looks too short
  • the commit message "replace outdated wrong SOC_I2C_NUMand useSOC_HP_I2C_NUM (#10452)":
    • 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 20 to 72 characters and start with upper case letter
  • avoid Jira references in commit messages (unavailable/irrelevant for our customers)

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

⚠️ Please consider squashing your 112 commits (simplifying branch history).
Messages
📖 This PR seems to be quite large (total lines of code: 5760), you might consider splitting it into smaller PRs

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


Click to see more instructions ...


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

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

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

Review and merge process you can expect ...


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

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

Generated by 🚫 dangerJS against f5ce3f7

Copy link
Contributor

github-actions bot commented Aug 19, 2024

Test Results

 62 files   62 suites   7m 24s ⏱️
 22 tests  21 ✅ 0 💤 1 ❌
144 runs  143 ✅ 0 💤 1 ❌

For more details on these failures, see this check.

Results for commit f5ce3f7.

♻️ This comment has been updated with latest results.

Copy link
Contributor

github-actions bot commented Aug 19, 2024

Memory usage test (comparing PR against master branch)

The table below shows the summary of memory usage change (decrease - increase) in bytes and percentage for each target.

MemoryFLASH [bytes]FLASH [%]RAM [bytes]RAM [%]
TargetDECINCDECINCDECINCDECINC
ESP32P4000.000.00000.000.00
ESP32S30‼️ +38K0.00‼️ +7.590‼️ +8K0.00‼️ +27.50
ESP32S20‼️ +19K0.00‼️ +6.390‼️ +8K0.00‼️ +32.43
ESP32C30‼️ +53K0.00‼️ +5.250‼️ +3K0.00‼️ +13.53
ESP32C60‼️ +67K0.00‼️ +7.210‼️ +25K0.00‼️ +129.87
ESP32H20‼️ +29K0.00‼️ +4.850‼️ +22K0.00‼️ +128.25
ESP320‼️ +837K0.00‼️ +293.370‼️ +20K0.00‼️ +101.55
Click to expand the detailed deltas report [usage change in BYTES]
TargetESP32P4ESP32S3ESP32S2ESP32C3ESP32C6ESP32H2ESP32
ExampleFLASHRAMFLASHRAMFLASHRAMFLASHRAMFLASHRAMFLASHRAMFLASHRAM
EEPROM/examples/eeprom_class--‼️ +20K‼️ +2K‼️ +15K⚠️ +1768‼️ +12K⚠️ +1204‼️ +14K⚠️ +1260‼️ +11K⚠️ +1176‼️ +16K⚠️ +988
EEPROM/examples/eeprom_extra--‼️ +20K‼️ +2K‼️ +15K⚠️ +1768‼️ +12K⚠️ +1204‼️ +14K⚠️ +1244‼️ +11K⚠️ +1160‼️ +16K⚠️ +988
EEPROM/examples/eeprom_write--‼️ +20K‼️ +2K‼️ +15K⚠️ +1760‼️ +12K⚠️ +1204‼️ +14K⚠️ +1244‼️ +11K⚠️ +1168‼️ +16K⚠️ +964
ESP32/examples/AnalogOut/LEDCFade--‼️ +21K‼️ +2K‼️ +16K⚠️ +1848‼️ +13K⚠️ +1264‼️ +15K⚠️ +1344‼️ +12K⚠️ +1268‼️ +17K⚠️ +1044
ESP32/examples/AnalogOut/LEDCSingleChannel--‼️ +20K‼️ +2K‼️ +15K⚠️ +1840‼️ +13K⚠️ +1264‼️ +14K⚠️ +1344‼️ +12K⚠️ +1268‼️ +17K⚠️ +1044
ESP32/examples/AnalogOut/LEDCSoftwareFade--‼️ +20K‼️ +2K‼️ +15K⚠️ +1840‼️ +13K⚠️ +1264‼️ +14K⚠️ +1344‼️ +12K⚠️ +1268‼️ +17K⚠️ +1044
ESP32/examples/AnalogOut/SigmaDelta--‼️ +20K‼️ +2K‼️ +14K⚠️ +1760‼️ +12K⚠️ +1212‼️ +13K⚠️ +1268‼️ +11K⚠️ +1176‼️ +16K⚠️ +980
ESP32/examples/AnalogOut/ledcFrequency--‼️ +11K‼️ +2K‼️ +6K⚠️ +1824‼️ +12K⚠️ +1248‼️ +12K⚠️ +1296‼️ +9K⚠️ +1212‼️ +7K⚠️ +1012
ESP32/examples/AnalogOut/ledcWrite_RGB--‼️ +21K‼️ +2K‼️ +16K⚠️ +1848‼️ +13K⚠️ +1272‼️ +15K⚠️ +1344‼️ +12K⚠️ +1260‼️ +17K⚠️ +1052
ESP32/examples/AnalogRead--‼️ +20K‼️ +2K‼️ +15K⚠️ +1776‼️ +12K⚠️ +1196‼️ +12K⚠️ +1244‼️ +9K⚠️ +1176‼️ +16K⚠️ +980
ESP32/examples/AnalogReadContinuous--‼️ +20K‼️ +2K‼️ +15K⚠️ +1648‼️ +13K⚠️ +1196‼️ +14K⚠️ +1244‼️ +12K⚠️ +1184‼️ +16K⚠️ +980
ESP32/examples/ArduinoStackSize--‼️ +20K‼️ +2K‼️ +15K⚠️ +1776‼️ +12K⚠️ +1204‼️ +14K⚠️ +1260‼️ +11K⚠️ +1168‼️ +16K⚠️ +980
ESP32/examples/CI/CIBoardsTest--‼️ +20K⚠️ +1872‼️ +14K⚠️ +1524‼️ +13K⚠️ +1648‼️ +15K⚠️ +1696‼️ +12K⚠️ +1620‼️ +15K⚠️ +964
ESP32/examples/ChipID/GetChipID--‼️ +20K‼️ +2K‼️ +15K⚠️ +1776‼️ +12K⚠️ +1192‼️ +14K⚠️ +1268‼️ +11K⚠️ +1176‼️ +16K⚠️ +988
ESP32/examples/DeepSleep/TimerWakeUp--‼️ +20K‼️ +2K‼️ +15K⚠️ +1760‼️ +12K⚠️ +1192‼️ +14K⚠️ +1288--‼️ +16K⚠️ +964
ESP32/examples/DeepSleep/TouchWakeUp--‼️ +18K⚠️ +1740‼️ +13K⚠️ +1456------‼️ +16K⚠️ +972
ESP32/examples/FreeRTOS/BasicMultiThreading--‼️ +21K⚠️ +1904‼️ +15K⚠️ +1524‼️ +13K⚠️ +1648‼️ +13K⚠️ +1664‼️ +10K⚠️ +1588‼️ +16K⚠️ +988
ESP32/examples/FreeRTOS/Mutex--‼️ +20K‼️ +2K‼️ +15K⚠️ +1760‼️ +12K⚠️ +1212‼️ +14K⚠️ +1260‼️ +11K⚠️ +1160‼️ +16K⚠️ +972
ESP32/examples/FreeRTOS/Queue--‼️ +20K‼️ +2K‼️ +15K⚠️ +1776‼️ +12K⚠️ +1212‼️ +14K⚠️ +1260‼️ +11K⚠️ +1160‼️ +16K⚠️ +988
ESP32/examples/FreeRTOS/Semaphore--‼️ +20K‼️ +2K‼️ +15K⚠️ +1776‼️ +12K⚠️ +1212‼️ +14K⚠️ +1260‼️ +11K⚠️ +1160‼️ +16K⚠️ +988
ESP32/examples/GPIO/BlinkRGB--‼️ +20K⚠️ +1888‼️ +14K⚠️ +1524‼️ +12K⚠️ +1632‼️ +14K⚠️ +1688‼️ +11K⚠️ +1612‼️ +16K⚠️ +980
ESP32/examples/GPIO/FunctionalInterrupt--‼️ +18K⚠️ +1756‼️ +13K⚠️ +1472‼️ +10K⚠️ +912‼️ +12K⚠️ +928‼️ +9K⚠️ +868‼️ +15K⚠️ +988
ESP32/examples/GPIO/FunctionalInterruptStruct--‼️ +18K⚠️ +1740‼️ +13K⚠️ +1456‼️ +10K⚠️ +912‼️ +12K⚠️ +944‼️ +10K⚠️ +884‼️ +16K⚠️ +988
ESP32/examples/GPIO/GPIOInterrupt--‼️ +18K⚠️ +1732‼️ +13K⚠️ +1456‼️ +10K⚠️ +904‼️ +12K⚠️ +944‼️ +10K⚠️ +884‼️ +16K⚠️ +980
ESP32/examples/HWCDC_Events--‼️ +20K⚠️ +1644--‼️ +13K⚠️ +1624‼️ +15K⚠️ +1672‼️ +12K⚠️ +1604--
ESP32/examples/MacAddress/GetMacAddress--‼️ +20K‼️ +2K‼️ +15K⚠️ +1776‼️ +12K⚠️ +1192‼️ +14K⚠️ +1260‼️ +11K⚠️ +1168‼️ +16K⚠️ +972
ESP32/examples/RMT/Legacy_RMT_Driver_Compatible--‼️ +20K⚠️ +2044‼️ +15K⚠️ +1764‼️ +12K⚠️ +1204‼️ +14K⚠️ +1260‼️ +11K⚠️ +1168‼️ +16K⚠️ +964
ESP32/examples/RMT/RMTCallback--‼️ +21K⚠️ +1872‼️ +15K⚠️ +1500‼️ +13K⚠️ +1636‼️ +15K⚠️ +1692‼️ +12K⚠️ +1608‼️ +18K⚠️ +1300
ESP32/examples/RMT/RMTLoopback--‼️ +21K⚠️ +1872‼️ +15K⚠️ +1500‼️ +13K⚠️ +1636‼️ +15K⚠️ +1692‼️ +12K⚠️ +1608‼️ +18K⚠️ +1300
ESP32/examples/RMT/RMTReadXJT--‼️ +21K⚠️ +1872‼️ +15K⚠️ +1500‼️ +13K⚠️ +1652‼️ +15K⚠️ +1692‼️ +12K⚠️ +1608‼️ +18K⚠️ +1284
ESP32/examples/RMT/RMTWrite_RGB_LED--‼️ +21K⚠️ +1872‼️ +15K⚠️ +1500‼️ +13K⚠️ +1628‼️ +15K⚠️ +1684‼️ +12K⚠️ +1616‼️ +17K⚠️ +1300
ESP32/examples/RMT/RMT_CPUFreq_Test--‼️ +21K⚠️ +1872‼️ +15K⚠️ +1508‼️ +13K⚠️ +1628‼️ +15K⚠️ +1692‼️ +12K⚠️ +1608‼️ +17K⚠️ +1300
ESP32/examples/RMT/RMT_EndOfTransmissionState--‼️ +21K⚠️ +1872‼️ +15K⚠️ +1500‼️ +13K⚠️ +1628‼️ +15K⚠️ +1692‼️ +12K⚠️ +1616‼️ +17K⚠️ +1284
ESP32/examples/RMT/RMT_LED_Blink--‼️ +21K⚠️ +1872‼️ +15K⚠️ +1500‼️ +13K⚠️ +1628‼️ +15K⚠️ +1692‼️ +12K⚠️ +1616‼️ +17K⚠️ +1300
ESP32/examples/ResetReason/ResetReason--‼️ +20K‼️ +2K‼️ +15K⚠️ +1760‼️ +12K⚠️ +1192‼️ +14K⚠️ +1288‼️ +11K⚠️ +1168‼️ +16K⚠️ +964
ESP32/examples/ResetReason/ResetReason2--‼️ +20K‼️ +2K‼️ +15K⚠️ +1768‼️ +12K⚠️ +1196‼️ +14K⚠️ +1268‼️ +11K⚠️ +1176‼️ +16K⚠️ +996
ESP32/examples/Serial/BaudRateDetect_Demo--‼️ +20K‼️ +2K‼️ +15K⚠️ +1776‼️ +12K⚠️ +1204‼️ +14K⚠️ +1260‼️ +11K⚠️ +1168‼️ +16K⚠️ +980
ESP32/examples/Serial/OnReceiveError_BREAK_Demo--‼️ +20K‼️ +2K‼️ +15K⚠️ +1776‼️ +12K⚠️ +1204‼️ +14K⚠️ +1260‼️ +11K⚠️ +1176‼️ +16K⚠️ +980
ESP32/examples/Serial/OnReceive_Demo--‼️ +20K‼️ +2K‼️ +15K⚠️ +1760‼️ +12K⚠️ +1204‼️ +14K⚠️ +1260‼️ +11K⚠️ +1176‼️ +16K⚠️ +964
ESP32/examples/Serial/RS485_Echo_Demo--‼️ +20K‼️ +2K‼️ +15K⚠️ +1776‼️ +12K⚠️ +1204‼️ +14K⚠️ +1260‼️ +11K⚠️ +1168‼️ +16K⚠️ +980
ESP32/examples/Serial/RxFIFOFull_Demo--‼️ +20K‼️ +2K‼️ +15K⚠️ +1760‼️ +12K⚠️ +1204‼️ +14K⚠️ +1260‼️ +11K⚠️ +1176‼️ +16K⚠️ +964
ESP32/examples/Serial/RxTimeout_Demo--‼️ +20K‼️ +2K‼️ +15K⚠️ +1760‼️ +12K⚠️ +1204‼️ +14K⚠️ +1260‼️ +11K⚠️ +1168‼️ +16K⚠️ +964
ESP32/examples/Serial/Serial_All_CPU_Freqs--‼️ +20K‼️ +2K‼️ +15K⚠️ +1760‼️ +12K⚠️ +1204‼️ +14K⚠️ +1268‼️ +11K⚠️ +1168‼️ +16K⚠️ +964
ESP32/examples/Serial/Serial_STD_Func_OnReceive--‼️ +20K‼️ +2K‼️ +15K⚠️ +1760‼️ +12K⚠️ +1204‼️ +14K⚠️ +1260‼️ +11K⚠️ +1176‼️ +16K⚠️ +964
ESP32/examples/Serial/onReceiveExample--‼️ +20K‼️ +2K‼️ +15K⚠️ +1776‼️ +12K⚠️ +1204‼️ +14K⚠️ +1260‼️ +11K⚠️ +1168‼️ +16K⚠️ +980
ESP32/examples/TWAI/TWAIreceive--‼️ +20K⚠️ +2044‼️ +15K⚠️ +1760‼️ +12K⚠️ +1196‼️ +14K⚠️ +1252‼️ +11K⚠️ +1176‼️ +16K⚠️ +924
ESP32/examples/TWAI/TWAItransmit--‼️ +20K‼️ +2K‼️ +15K⚠️ +1760‼️ +12K⚠️ +1188‼️ +14K⚠️ +1252‼️ +11K⚠️ +1176‼️ +16K⚠️ +916
ESP32/examples/Template/ExampleTemplate--‼️ +20K‼️ +2K‼️ +15K⚠️ +1768‼️ +12K⚠️ +1212‼️ +14K⚠️ +1260‼️ +11K⚠️ +1168‼️ +16K⚠️ +980
ESP32/examples/Timer/RepeatTimer--‼️ +19K⚠️ +1740‼️ +14K⚠️ +1456‼️ +11K⚠️ +912‼️ +13K⚠️ +936‼️ +10K⚠️ +868‼️ +17K⚠️ +980
ESP32/examples/Timer/WatchdogTimer--‼️ +19K⚠️ +1756‼️ +14K⚠️ +1472‼️ +11K⚠️ +912‼️ +13K⚠️ +936‼️ +10K⚠️ +876‼️ +17K⚠️ +980
ESP32/examples/Touch/TouchInterrupt--‼️ +19K⚠️ +1740‼️ +14K⚠️ +1456------‼️ +16K⚠️ +988
ESP32/examples/Touch/TouchRead--‼️ +19K⚠️ +1740‼️ +14K⚠️ +1456------‼️ +16K⚠️ +980
ESP32/examples/Utilities/HEXBuilder--‼️ +20K‼️ +2K‼️ +15K⚠️ +1776‼️ +12K⚠️ +1204‼️ +14K⚠️ +1260‼️ +11K⚠️ +1168‼️ +16K⚠️ +980
ESP32/examples/Utilities/MD5Builder--‼️ +20K‼️ +2K‼️ +15K⚠️ +1776‼️ +12K⚠️ +1204‼️ +14K⚠️ +1260‼️ +11K⚠️ +1168‼️ +16K⚠️ +980
ESP32/examples/Utilities/SHA1Builder--‼️ +20K‼️ +2K‼️ +15K⚠️ +1776‼️ +12K⚠️ +1204‼️ +14K⚠️ +1260‼️ +11K⚠️ +1168‼️ +16K⚠️ +980
ESP_I2S/examples/ES8388_loopback--‼️ +22K⚠️ +1872‼️ +15K⚠️ +1508‼️ +14K⚠️ +1648‼️ +16K⚠️ +1696‼️ +13K⚠️ +1620‼️ +18K⚠️ +1100
ESP_I2S/examples/Record_to_WAV--‼️ +24K‼️ +2K--------‼️ +20K⚠️ +1124
ESP_I2S/examples/Simple_tone--‼️ +21K‼️ +2K‼️ +16K⚠️ +1760‼️ +13K⚠️ +1204‼️ +15K⚠️ +1244‼️ +12K⚠️ +1160‼️ +18K⚠️ +1092
Ethernet/examples/ETH_TLK110------------‼️ +13K⚠️ +1188
Ethernet/examples/ETH_W5500_Arduino_SPI--‼️ +15K⚠️ +2024‼️ +12K⚠️ +1700‼️ +18K⚠️ +1780‼️ +20K‼️ +22K‼️ +12K‼️ +22K‼️ +10K⚠️ +1124
Ethernet/examples/ETH_W5500_IDF_SPI--‼️ +14K⚠️ +1992‼️ +11K⚠️ +1652‼️ +18K⚠️ +1780‼️ +20K‼️ +22K‼️ +12K‼️ +22K‼️ +9K⚠️ +1060
FFat/examples/FFat_Test--‼️ +19K‼️ +2K‼️ +14K⚠️ +1776‼️ +12K⚠️ +1212‼️ +12K⚠️ +1212‼️ +9K⚠️ +1120‼️ +15K⚠️ +972
LittleFS/examples/LITTLEFS_test--‼️ +19K‼️ +2K‼️ +14K⚠️ +1752‼️ +11K⚠️ +1220‼️ +12K⚠️ +1212‼️ +8K⚠️ +1120‼️ +15K⚠️ +972
PPP/examples/PPP_Basic--‼️ +14K⚠️ +2040‼️ +7K⚠️ +1660‼️ +13K⚠️ +1816‼️ +16K‼️ +22K‼️ +8K‼️ +22K‼️ +9K⚠️ +1108
Preferences/examples/Prefs2Struct--‼️ +20K‼️ +2K‼️ +15K⚠️ +1776‼️ +12K⚠️ +1212‼️ +14K⚠️ +1260‼️ +11K⚠️ +1168‼️ +16K⚠️ +980
Preferences/examples/StartCounter--‼️ +20K‼️ +2K‼️ +15K⚠️ +1768‼️ +12K⚠️ +1204‼️ +14K⚠️ +1260‼️ +11K⚠️ +1176‼️ +16K⚠️ +988
SD/examples/SD_Test--‼️ +19K⚠️ +1888‼️ +13K⚠️ +1524‼️ +12K⚠️ +1636‼️ +12K⚠️ +1628‼️ +9K⚠️ +1560‼️ +14K⚠️ +996
SD_MMC/examples/SD2USBMSC--‼️ +24K‼️ +8K----------
SD_MMC/examples/SDMMC_Test--‼️ +22K‼️ +2K--------‼️ +18K⚠️ +988
SPI/examples/SPI_Multiple_Buses--‼️ +19K⚠️ +1888‼️ +13K⚠️ +1524‼️ +12K⚠️ +1632‼️ +14K⚠️ +1688‼️ +11K⚠️ +1604‼️ +15K⚠️ +980
SPIFFS/examples/SPIFFS_Test--‼️ +19K‼️ +2K‼️ +14K⚠️ +1776‼️ +11K⚠️ +1220‼️ +12K⚠️ +1220‼️ +9K⚠️ +1120‼️ +15K⚠️ +996
TFLiteMicro/examples/hello_world--‼️ +20K‼️ +2K‼️ +15K⚠️ +1760‼️ +13K⚠️ +1196‼️ +15K⚠️ +1404‼️ +12K⚠️ +1312‼️ +16K⚠️ +1124
Ticker/examples/Blinker--‼️ +20K⚠️ +1872‼️ +16K⚠️ +1556‼️ +12K⚠️ +1624‼️ +14K⚠️ +1680‼️ +11K⚠️ +1588‼️ +16K⚠️ +964
Ticker/examples/TickerBasic--‼️ +20K⚠️ +1872‼️ +16K⚠️ +1572‼️ +12K⚠️ +1648‼️ +14K⚠️ +1680‼️ +11K⚠️ +1604‼️ +16K⚠️ +964
Ticker/examples/TickerParameter--‼️ +20K⚠️ +1864‼️ +16K⚠️ +1572‼️ +12K⚠️ +1632‼️ +14K⚠️ +1672‼️ +11K⚠️ +1596‼️ +16K⚠️ +964
USB/examples/CompositeDevice--‼️ +21K‼️ +8K‼️ +13K‼️ +8K--------
USB/examples/ConsumerControl--‼️ +21K‼️ +8K‼️ +14K‼️ +8K--------
USB/examples/CustomHIDDevice--‼️ +21K‼️ +8K‼️ +14K‼️ +8K--------
USB/examples/FirmwareMSC--‼️ +21K‼️ +8K‼️ +15K‼️ +8K--------
USB/examples/Gamepad--‼️ +22K‼️ +8K‼️ +14K‼️ +8K--------
USB/examples/HIDVendor--‼️ +22K‼️ +8K‼️ +14K‼️ +8K--------
USB/examples/Keyboard/KeyboardLogout--‼️ +21K‼️ +8K‼️ +14K‼️ +8K--------
USB/examples/Keyboard/KeyboardMessage--‼️ +21K‼️ +8K‼️ +14K‼️ +8K--------
USB/examples/Keyboard/KeyboardReprogram--‼️ +21K‼️ +8K‼️ +14K‼️ +8K--------
USB/examples/Keyboard/KeyboardSerial--‼️ +22K‼️ +8K‼️ +16K‼️ +8K--------
USB/examples/KeyboardAndMouseControl--‼️ +22K‼️ +8K‼️ +14K‼️ +8K--------
USB/examples/MIDI/MidiController--‼️ +22K‼️ +8K‼️ +14K‼️ +8K--------
USB/examples/MIDI/MidiInterface--‼️ +21K‼️ +8K‼️ +16K‼️ +8K--------
USB/examples/MIDI/MidiMusicBox--‼️ +21K‼️ +8K‼️ +14K‼️ +8K--------
USB/examples/MIDI/ReceiveMidi--‼️ +21K‼️ +8K‼️ +16K‼️ +8K--------
USB/examples/Mouse/ButtonMouseControl--‼️ +21K‼️ +8K‼️ +14K‼️ +8K--------
USB/examples/SystemControl--‼️ +21K‼️ +8K‼️ +14K‼️ +8K--------
USB/examples/USBMSC--‼️ +21K‼️ +8K‼️ +16K‼️ +8K--------
USB/examples/USBSerial--‼️ +21K‼️ +8K‼️ +16K‼️ +8K--------
USB/examples/USBVendor--‼️ +22K‼️ +8K‼️ +14K‼️ +8K--------
Update/examples/SD_Update--‼️ +19K⚠️ +1896‼️ +13K⚠️ +1524‼️ +12K⚠️ +1644‼️ +13K⚠️ +1644‼️ +9K⚠️ +1584‼️ +14K⚠️ +972
Wire/examples/WireMaster--‼️ +20K‼️ +2K‼️ +15K⚠️ +1768‼️ +13K⚠️ +1216‼️ +14K⚠️ +1256‼️ +11K⚠️ +1180‼️ +16K⚠️ +964
Wire/examples/WireScan--‼️ +20K‼️ +2K‼️ +15K⚠️ +1768‼️ +13K⚠️ +1208‼️ +14K⚠️ +1248‼️ +11K⚠️ +1180‼️ +16K⚠️ +964
Wire/examples/WireSlave--‼️ +20K‼️ +2K‼️ +15K⚠️ +1768‼️ +13K⚠️ +1216‼️ +14K⚠️ +1256‼️ +11K⚠️ +1180‼️ +16K⚠️ +964
ArduinoOTA/examples/BasicOTA--‼️ +19K‼️ +3K‼️ +14K‼️ +2K‼️ +22K‼️ +2K‼️ +42K‼️ +25K--‼️ +18K⚠️ +1784
AsyncUDP/examples/AsyncUDPClient--‼️ +19K‼️ +3K‼️ +16K‼️ +3K‼️ +22K⚠️ +2040‼️ +38K‼️ +3K--‼️ +19K⚠️ +1808
AsyncUDP/examples/AsyncUDPMulticastServer--‼️ +19K‼️ +3K‼️ +16K‼️ +3K‼️ +22K⚠️ +2040‼️ +38K‼️ +3K--‼️ +19K⚠️ +1808
AsyncUDP/examples/AsyncUDPServer--‼️ +19K‼️ +3K‼️ +16K‼️ +3K‼️ +22K⚠️ +2040‼️ +38K‼️ +3K--‼️ +19K⚠️ +1808
BLE/examples/BLE5_extended_scan--‼️ +27K‼️ +3K--‼️ +32K‼️ +2K‼️ +31K‼️ +2K‼️ +28K‼️ +2K--
BLE/examples/BLE5_multi_advertising--‼️ +27K‼️ +3K--‼️ +32K‼️ +2K‼️ +31K‼️ +2K‼️ +28K‼️ +2K--
BLE/examples/BLE5_periodic_advertising--‼️ +27K‼️ +3K--‼️ +32K‼️ +2K‼️ +31K‼️ +2K‼️ +28K‼️ +2K--
BLE/examples/BLE5_periodic_sync--‼️ +27K‼️ +3K--‼️ +32K‼️ +2K‼️ +31K‼️ +2K‼️ +28K‼️ +2K--
BLE/examples/Beacon_Scanner--‼️ +27K‼️ +3K--‼️ +32K‼️ +2K‼️ +31K‼️ +2K‼️ +27K‼️ +2K‼️ +29K⚠️ +1616
BLE/examples/Client--‼️ +27K‼️ +3K--‼️ +30K‼️ +2K‼️ +30K‼️ +2K‼️ +26K‼️ +2K‼️ +29K⚠️ +1632
BLE/examples/EddystoneTLM_Beacon--‼️ +27K‼️ +3K--‼️ +32K‼️ +2K‼️ +31K‼️ +2K‼️ +27K‼️ +2K‼️ +29K⚠️ +1600
BLE/examples/EddystoneURL_Beacon--‼️ +27K‼️ +3K--‼️ +32K‼️ +2K‼️ +31K‼️ +2K‼️ +27K‼️ +2K‼️ +29K⚠️ +1616
BLE/examples/Notify--‼️ +28K‼️ +3K--‼️ +31K‼️ +2K‼️ +30K‼️ +2K‼️ +27K‼️ +2K‼️ +29K⚠️ +1616
BLE/examples/Scan--‼️ +27K‼️ +3K--‼️ +32K‼️ +2K‼️ +31K‼️ +2K‼️ +27K‼️ +2K‼️ +29K⚠️ +1616
BLE/examples/Server--‼️ +27K‼️ +3K--‼️ +31K‼️ +2K‼️ +31K‼️ +2K‼️ +27K‼️ +2K‼️ +29K⚠️ +1616
BLE/examples/Server_multiconnect--‼️ +27K‼️ +3K--‼️ +31K‼️ +2K‼️ +30K‼️ +2K‼️ +27K‼️ +2K‼️ +29K⚠️ +1616
BLE/examples/UART--‼️ +27K‼️ +3K--‼️ +31K‼️ +2K‼️ +30K‼️ +2K‼️ +27K‼️ +2K‼️ +29K⚠️ +1616
BLE/examples/Write--‼️ +28K‼️ +3K--‼️ +31K‼️ +2K‼️ +31K‼️ +2K‼️ +27K‼️ +2K‼️ +29K⚠️ +1616
BLE/examples/iBeacon--‼️ +28K‼️ +3K--‼️ +31K‼️ +2K‼️ +30K‼️ +2K‼️ +27K‼️ +2K‼️ +30K⚠️ +1616
DNSServer/examples/CaptivePortal--‼️ +20K‼️ +3K‼️ +17K‼️ +3K‼️ +21K⚠️ +2040‼️ +41K‼️ +24K--‼️ +20K⚠️ +1792
ESP32/examples/Camera/CameraWebServer--‼️ +21K‼️ +3K‼️ +16K‼️ +2K------‼️ +29K⚠️ +1920
ESP32/examples/DeepSleep/ExternalWakeUp--‼️ +20K‼️ +2K‼️ +15K⚠️ +1760------‼️ +16K⚠️ +964
ESP32/examples/Time/SimpleTime--‼️ +19K‼️ +3K‼️ +15K‼️ +3K‼️ +23K‼️ +2K‼️ +42K‼️ +24K--‼️ +18K⚠️ +1800
ESP_NOW/examples/ESP_NOW_Broadcast_Master--‼️ +19K‼️ +3K‼️ +16K‼️ +3K‼️ +22K‼️ +2048‼️ +38K‼️ +3K--‼️ +19K⚠️ +1776
ESP_NOW/examples/ESP_NOW_Broadcast_Slave--‼️ +19K‼️ +3K‼️ +16K‼️ +3K‼️ +22K‼️ +2048‼️ +38K‼️ +3K--‼️ +19K⚠️ +1784
ESP_NOW/examples/ESP_NOW_Network--‼️ +19K‼️ +3K‼️ +16K‼️ +3K‼️ +22K‼️ +2048‼️ +38K‼️ +3K--‼️ +19K⚠️ +1784
ESP_NOW/examples/ESP_NOW_Serial--‼️ +19K‼️ +3K‼️ +16K‼️ +3K‼️ +22K‼️ +2K‼️ +38K‼️ +3K--‼️ +19K⚠️ +1760
ESP_SR/examples/Basic--‼️ +19K⚠️ +1660----------
ESPmDNS/examples/mDNS-SD_Extended--‼️ +18K‼️ +3K‼️ +14K‼️ +3K‼️ +22K⚠️ +2040‼️ +38K‼️ +3K--‼️ +17K⚠️ +1808
ESPmDNS/examples/mDNS_Web_Server--‼️ +19K‼️ +3K‼️ +15K‼️ +3K‼️ +22K⚠️ +2040‼️ +42K‼️ +24K--‼️ +18K⚠️ +1808
Ethernet/examples/ETH_WIFI_BRIDGE--‼️ +21K‼️ +3K‼️ +17K‼️ +2K‼️ +24K‼️ +2K‼️ +39K‼️ +4K--‼️ +19K⚠️ +1800
FFat/examples/FFat_time--‼️ +19K‼️ +3K‼️ +14K‼️ +3K‼️ +22K‼️ +2048‼️ +41K‼️ +24K--‼️ +17K⚠️ +1764
HTTPClient/examples/Authorization--‼️ +22K‼️ +3K‼️ +18K‼️ +3K‼️ +25K⚠️ +2032‼️ +41K‼️ +24K--‼️ +21K⚠️ +1788
HTTPClient/examples/BasicHttpClient--‼️ +22K‼️ +3K‼️ +18K‼️ +3K‼️ +25K⚠️ +2032‼️ +41K‼️ +24K--‼️ +21K⚠️ +1788
HTTPClient/examples/BasicHttpsClient--‼️ +22K‼️ +3K‼️ +18K‼️ +3K‼️ +25K⚠️ +2040‼️ +41K‼️ +24K--‼️ +21K⚠️ +1780
HTTPClient/examples/HTTPClientEnterprise--‼️ +23K‼️ +3K‼️ +19K‼️ +3K‼️ +27K⚠️ +2016‼️ +42K‼️ +24K--‼️ +22K⚠️ +1788
HTTPClient/examples/ReuseConnection--‼️ +22K‼️ +3K‼️ +17K‼️ +3K‼️ +25K⚠️ +2032‼️ +41K‼️ +24K--‼️ +21K⚠️ +1788
HTTPClient/examples/StreamHttpClient--‼️ +22K‼️ +3K‼️ +18K‼️ +3K‼️ +25K⚠️ +2032‼️ +41K‼️ +24K--‼️ +21K⚠️ +1788
HTTPUpdate/examples/httpUpdate--‼️ +19K‼️ +3K‼️ +15K‼️ +2K‼️ +21K‼️ +2K‼️ +42K‼️ +25K--‼️ +19K⚠️ +1908
HTTPUpdate/examples/httpUpdateSPIFFS--‼️ +19K‼️ +3K‼️ +15K‼️ +2K‼️ +21K‼️ +2K‼️ +42K‼️ +25K--‼️ +19K⚠️ +1908
HTTPUpdate/examples/httpUpdateSecure--‼️ +22K‼️ +3K‼️ +17K‼️ +2K‼️ +25K‼️ +2K‼️ +42K‼️ +25K--‼️ +21K⚠️ +1932
HTTPUpdateServer/examples/WebUpdater--‼️ +18K‼️ +3K‼️ +14K‼️ +2K‼️ +20K‼️ +2K‼️ +39K‼️ +24K--‼️ +18K⚠️ +1792
Insights/examples/DiagnosticsSmokeTest--‼️ +19K‼️ +2K‼️ +15K‼️ +2K‼️ +25K⚠️ +1576‼️ +40K‼️ +24K--‼️ +18K⚠️ +1304
Insights/examples/MinimalDiagnostics--‼️ +19K‼️ +2K‼️ +15K‼️ +2K‼️ +25K⚠️ +1568‼️ +40K‼️ +24K--‼️ +18K⚠️ +1296
LittleFS/examples/LITTLEFS_time--‼️ +18K‼️ +3K‼️ +14K‼️ +3K‼️ +21K‼️ +2048‼️ +41K‼️ +24K--‼️ +17K⚠️ +1772
Matter/examples/MatterCommissionTest--------------
Matter/examples/MatterComposedLights--------------
Matter/examples/MatterOnOffLight--------------
NetBIOS/examples/ESP_NBNST--‼️ +19K‼️ +3K‼️ +16K‼️ +3K‼️ +22K⚠️ +2040‼️ +38K‼️ +3K--‼️ +19K⚠️ +1808
NetworkClientSecure/examples/WiFiClientInsecure--‼️ +22K‼️ +3K‼️ +18K‼️ +3K‼️ +26K‼️ +2048‼️ +42K‼️ +24K--‼️ +22K⚠️ +1792
NetworkClientSecure/examples/WiFiClientPSK--‼️ +22K‼️ +3K‼️ +18K‼️ +3K‼️ +26K‼️ +2048‼️ +42K‼️ +24K--‼️ +22K⚠️ +1808
NetworkClientSecure/examples/WiFiClientSecure--‼️ +22K‼️ +3K‼️ +18K‼️ +3K‼️ +26K‼️ +2048‼️ +42K‼️ +24K--‼️ +22K⚠️ +1808
NetworkClientSecure/examples/WiFiClientSecureEnterprise--‼️ +23K‼️ +3K‼️ +19K‼️ +3K‼️ +28K⚠️ +2024‼️ +43K‼️ +24K--‼️ +22K⚠️ +1800
NetworkClientSecure/examples/WiFiClientSecureProtocolUpgrade--‼️ +22K‼️ +3K‼️ +18K‼️ +3K‼️ +26K‼️ +2048‼️ +42K‼️ +24K--‼️ +22K⚠️ +1792
NetworkClientSecure/examples/WiFiClientShowPeerCredentials--‼️ +22K‼️ +3K‼️ +18K‼️ +3K‼️ +25K⚠️ +2024‼️ +41K‼️ +24K--‼️ +21K⚠️ +1780
NetworkClientSecure/examples/WiFiClientTrustOnFirstUse--‼️ +20K‼️ +3K‼️ +16K‼️ +2K‼️ +25K⚠️ +1728‼️ +40K‼️ +24K--‼️ +22K⚠️ +1800
PPP/examples/PPP_WIFI_BRIDGE--‼️ +19K‼️ +3K‼️ +14K‼️ +2K‼️ +19K‼️ +2K‼️ +35K‼️ +4K--‼️ +18K⚠️ +1792
RainMaker/examples/RMakerCustom--‼️ +30K⚠️ +1868‼️ +10K⚠️ +492‼️ +52K‼️ +3K‼️ +67K‼️ +25K--‼️ +28K⚠️ +216
RainMaker/examples/RMakerCustomAirCooler--‼️ +31K⚠️ +1940‼️ +11K⚠️ +564‼️ +53K‼️ +3K‼️ +67K‼️ +25K--‼️ +29K⚠️ +320
RainMaker/examples/RMakerSonoffDualR3--‼️ +30K⚠️ +1852‼️ +10K⚠️ +508‼️ +52K‼️ +3K‼️ +67K‼️ +25K--‼️ +28K⚠️ +240
RainMaker/examples/RMakerSwitch--‼️ +38K‼️ +3K‼️ +19K⚠️ +1804‼️ +53K‼️ +3K‼️ +67K‼️ +25K--‼️ +37K⚠️ +1536
SD/examples/SD_time--‼️ +18K‼️ +3K‼️ +13K‼️ +2K‼️ +22K‼️ +2K‼️ +41K‼️ +25K--‼️ +17K⚠️ +1788
SD_MMC/examples/SDMMC_time--‼️ +18K‼️ +3K--------‼️ +19K⚠️ +1756
SPIFFS/examples/SPIFFS_time--‼️ +18K‼️ +3K‼️ +14K‼️ +3K‼️ +21K‼️ +2048‼️ +41K‼️ +24K--‼️ +17K⚠️ +1780
SimpleBLE/examples/SimpleBleDevice--‼️ +33K‼️ +3K--‼️ +32K⚠️ +1936‼️ +33K⚠️ +2012‼️ +29K⚠️ +1928‼️ +37K⚠️ +1640
Update/examples/AWS_S3_OTA_Update--‼️ +20K‼️ +3K‼️ +15K‼️ +2K‼️ +22K‼️ +2K‼️ +42K‼️ +24K--‼️ +19K⚠️ +1784
Update/examples/HTTPS_OTA_Update--‼️ +19K‼️ +3K‼️ +15K‼️ +2K‼️ +24K⚠️ +1728‼️ +40K‼️ +24K--‼️ +20K⚠️ +1792
Update/examples/HTTP_Client_AES_OTA_Update--‼️ +19K‼️ +3K‼️ +15K‼️ +2K‼️ +21K‼️ +2K‼️ +40K‼️ +25K--‼️ +18K⚠️ +1780
Update/examples/HTTP_Server_AES_OTA_Update--‼️ +18K‼️ +3K‼️ +14K‼️ +2K‼️ +20K‼️ +2K‼️ +40K‼️ +24K--‼️ +18K⚠️ +1792
Update/examples/OTAWebUpdater--‼️ +19K‼️ +3K‼️ +15K‼️ +2K‼️ +21K‼️ +2K‼️ +40K‼️ +25K--‼️ +18K⚠️ +1768
WebServer/examples/AdvancedWebServer--‼️ +19K‼️ +3K‼️ +15K‼️ +2K‼️ +21K‼️ +2K‼️ +40K‼️ +25K--‼️ +18K⚠️ +1792
WebServer/examples/FSBrowser--‼️ +18K‼️ +3K‼️ +15K‼️ +3K‼️ +19K⚠️ +2040‼️ +37K‼️ +24K--‼️ +18K⚠️ +1816
WebServer/examples/Filters--‼️ +19K‼️ +3K‼️ +15K‼️ +2K‼️ +21K‼️ +2K‼️ +40K‼️ +25K--‼️ +18K⚠️ +1792
WebServer/examples/HelloServer--‼️ +19K‼️ +3K‼️ +15K‼️ +2K‼️ +21K‼️ +2K‼️ +40K‼️ +25K--‼️ +18K⚠️ +1792
WebServer/examples/HttpAdvancedAuth--‼️ +19K‼️ +3K‼️ +15K‼️ +2K‼️ +20K‼️ +2K‼️ +40K‼️ +24K--‼️ +18K⚠️ +1784
WebServer/examples/HttpAuthCallback--‼️ +19K‼️ +3K‼️ +15K‼️ +2K‼️ +20K‼️ +2K‼️ +40K‼️ +24K--‼️ +18K⚠️ +1784
WebServer/examples/HttpAuthCallbackInline--‼️ +19K‼️ +3K‼️ +15K‼️ +2K‼️ +20K‼️ +2K‼️ +40K‼️ +24K--‼️ +18K⚠️ +1784
WebServer/examples/HttpBasicAuth--‼️ +19K‼️ +3K‼️ +15K‼️ +2K‼️ +20K‼️ +2K‼️ +40K‼️ +24K--‼️ +18K⚠️ +1784
WebServer/examples/HttpBasicAuthSHA1--‼️ +19K‼️ +3K‼️ +15K‼️ +2K‼️ +20K‼️ +2K‼️ +40K‼️ +24K--‼️ +19K⚠️ +1784
WebServer/examples/HttpBasicAuthSHA1orBearerToken--‼️ +19K‼️ +3K‼️ +15K‼️ +2K‼️ +20K‼️ +2K‼️ +40K‼️ +25K--‼️ +19K⚠️ +1792
WebServer/examples/MultiHomedServers--‼️ +19K‼️ +3K‼️ +15K‼️ +2K‼️ +21K‼️ +2K‼️ +40K‼️ +25K--‼️ +18K⚠️ +1792
WebServer/examples/PathArgServer--‼️ +16K‼️ +3K‼️ +12K‼️ +3K‼️ +12K‼️ +2048‼️ +33K‼️ +24K--‼️ +15K⚠️ +1960
WebServer/examples/SDWebServer--‼️ +17K‼️ +3K‼️ +12K‼️ +2K‼️ +20K‼️ +2K‼️ +40K‼️ +24K--‼️ +16K⚠️ +1768
WebServer/examples/SimpleAuthentification--‼️ +20K‼️ +3K‼️ +16K‼️ +3K‼️ +20K⚠️ +2040‼️ +40K‼️ +24K--‼️ +20K⚠️ +1808
WebServer/examples/UploadHugeFile--‼️ +15K‼️ +3K‼️ +10K‼️ +2K‼️ +12K‼️ +2K‼️ +33K‼️ +25K--‼️ +15K⚠️ +1960
WebServer/examples/WebServer--‼️ +19K‼️ +3K‼️ +15K‼️ +3K‼️ +20K‼️ +2048‼️ +39K‼️ +24K--‼️ +18K⚠️ +1776
WebServer/examples/WebUpdate--‼️ +19K‼️ +3K‼️ +15K‼️ +2K‼️ +21K‼️ +2K‼️ +41K‼️ +25K--‼️ +18K⚠️ +1784
WiFi/examples/FTM/FTM_Initiator--‼️ +19K‼️ +3K‼️ +16K‼️ +3K‼️ +22K⚠️ +2040‼️ +38K‼️ +3K--‼️ +19K⚠️ +1808
WiFi/examples/FTM/FTM_Responder--‼️ +19K‼️ +3K‼️ +15K‼️ +3K‼️ +22K⚠️ +2040‼️ +38K‼️ +3K--‼️ +19K⚠️ +1808
WiFi/examples/SimpleWiFiServer--‼️ +20K‼️ +3K‼️ +15K‼️ +2K‼️ +23K‼️ +2K‼️ +42K‼️ +25K--‼️ +19K⚠️ +1792
WiFi/examples/WPS--‼️ +19K‼️ +3K‼️ +15K‼️ +3K‼️ +22K⚠️ +2040‼️ +38K‼️ +3K--‼️ +18K⚠️ +1792
WiFi/examples/WiFiAccessPoint--‼️ +20K‼️ +3K‼️ +15K‼️ +2K‼️ +23K‼️ +2K‼️ +42K‼️ +25K--‼️ +19K⚠️ +1792
WiFi/examples/WiFiBlueToothSwitch--‼️ +18K‼️ +3K--‼️ +21K⚠️ +1728‼️ +37K‼️ +3K--‼️ +19K⚠️ +1788
WiFi/examples/WiFiClient--‼️ +20K‼️ +3K‼️ +16K‼️ +3K‼️ +22K⚠️ +2040‼️ +42K‼️ +24K--‼️ +19K⚠️ +1808
WiFi/examples/WiFiClientBasic--‼️ +20K‼️ +3K‼️ +16K‼️ +3K‼️ +22K⚠️ +2040‼️ +42K‼️ +24K--‼️ +19K⚠️ +1808
WiFi/examples/WiFiClientConnect--‼️ +18K‼️ +3K‼️ +14K‼️ +2K‼️ +20K⚠️ +1736‼️ +36K‼️ +3K--‼️ +18K⚠️ +1792
WiFi/examples/WiFiClientEnterprise--‼️ +23K‼️ +3K‼️ +19K‼️ +3K‼️ +28K⚠️ +2040‼️ +43K‼️ +24K--‼️ +23K⚠️ +1792
WiFi/examples/WiFiClientEvents--‼️ +20K‼️ +3K‼️ +16K‼️ +3K‼️ +22K⚠️ +2040‼️ +38K‼️ +3K--‼️ +19K⚠️ +1808
WiFi/examples/WiFiClientStaticIP--‼️ +20K‼️ +3K‼️ +16K‼️ +3K‼️ +22K⚠️ +2040‼️ +42K‼️ +24K--‼️ +19K⚠️ +1792
WiFi/examples/WiFiExtender--‼️ +19K‼️ +3K‼️ +16K‼️ +3K‼️ +22K⚠️ +2040‼️ +38K‼️ +3K--‼️ +19K⚠️ +1792
WiFi/examples/WiFiIPv6--‼️ +20K‼️ +3K‼️ +16K‼️ +3K‼️ +22K‼️ +2048‼️ +42K‼️ +24K--‼️ +19K⚠️ +1792
WiFi/examples/WiFiMulti--‼️ +19K‼️ +3K‼️ +15K‼️ +3K‼️ +22K⚠️ +2040‼️ +38K‼️ +3K--‼️ +18K⚠️ +1808
WiFi/examples/WiFiMultiAdvanced--‼️ +22K‼️ +3K‼️ +18K‼️ +3K‼️ +25K⚠️ +2032‼️ +41K‼️ +24K--‼️ +21K⚠️ +1788
WiFi/examples/WiFiScan--‼️ +19K‼️ +3K‼️ +15K‼️ +3K‼️ +22K⚠️ +2040‼️ +38K‼️ +3K--‼️ +19K⚠️ +1808
WiFi/examples/WiFiScanAsync--‼️ +19K‼️ +3K‼️ +15K‼️ +3K‼️ +22K⚠️ +2040‼️ +38K‼️ +3K--‼️ +19K⚠️ +1808
WiFi/examples/WiFiScanDualAntenna--‼️ +20K‼️ +3K‼️ +17K‼️ +3K‼️ +23K⚠️ +2040‼️ +39K‼️ +3K--‼️ +19K⚠️ +1816
WiFi/examples/WiFiScanTime--‼️ +19K‼️ +3K‼️ +15K‼️ +3K‼️ +22K⚠️ +2040‼️ +38K‼️ +3K--‼️ +19K⚠️ +1808
WiFi/examples/WiFiSmartConfig--‼️ +19K‼️ +3K‼️ +15K‼️ +3K‼️ +22K⚠️ +2040‼️ +38K‼️ +3K--‼️ +18K⚠️ +1792
WiFi/examples/WiFiTelnetToSerial--‼️ +20K‼️ +3K‼️ +16K‼️ +3K‼️ +22K⚠️ +2024‼️ +42K‼️ +24K--‼️ +19K⚠️ +1776
WiFi/examples/WiFiUDPClient--‼️ +20K‼️ +3K‼️ +16K‼️ +3K‼️ +22K‼️ +2048‼️ +42K‼️ +24K--‼️ +19K⚠️ +1808
WiFiProv/examples/WiFiProv--‼️ +33K‼️ +4K‼️ +14K‼️ +3K‼️ +43K‼️ +3K‼️ +59K‼️ +4K--‼️ +32K‼️ +2K
OpenThread/examples/COAP/coap_lamp--------‼️ +17K‼️ +3K‼️ +11K‼️ +3K--
OpenThread/examples/COAP/coap_switch--------‼️ +17K‼️ +3K‼️ +11K‼️ +3K--
OpenThread/examples/SimpleCLI--------‼️ +17K‼️ +2K‼️ +11K‼️ +2K--
OpenThread/examples/SimpleNode--------‼️ +17K‼️ +2K‼️ +11K‼️ +2K--
OpenThread/examples/SimpleThreadNetwork/ExtendedRouterNode--------‼️ +17K‼️ +2K‼️ +11K‼️ +2K--
OpenThread/examples/SimpleThreadNetwork/LeaderNode--------‼️ +17K‼️ +2K‼️ +11K‼️ +2K--
OpenThread/examples/SimpleThreadNetwork/RouterNode--------‼️ +17K‼️ +2K‼️ +11K‼️ +2K--
OpenThread/examples/ThreadScan--------‼️ +17K‼️ +2K‼️ +11K‼️ +2K--
OpenThread/examples/onReceive--------‼️ +17K‼️ +2K‼️ +11K‼️ +2K--
Zigbee/examples/Zigbee_Color_Dimmable_Light--------‼️ +15K⚠️ +1704‼️ +12K⚠️ +1628--
Zigbee/examples/Zigbee_Color_Dimmer_Switch--------‼️ +13K⚠️ +968‼️ +10K⚠️ +876--
Zigbee/examples/Zigbee_On_Off_Light--------‼️ +15K⚠️ +1704‼️ +12K⚠️ +1612--
Zigbee/examples/Zigbee_On_Off_Switch--------‼️ +13K⚠️ +968‼️ +10K⚠️ +876--
Zigbee/examples/Zigbee_Scan_Networks--------‼️ +15K⚠️ +1268‼️ +11K⚠️ +1160--
Zigbee/examples/Zigbee_Temperature_Sensor--------‼️ +13K⚠️ +976‼️ +9K⚠️ +868--
Zigbee/examples/Zigbee_Thermostat--------‼️ +15K⚠️ +656‼️ +11K⚠️ +556--
BluetoothSerial/examples/DiscoverConnect------------‼️ +29K⚠️ +1624
BluetoothSerial/examples/GetLocalMAC------------‼️ +29K⚠️ +1624
BluetoothSerial/examples/SerialToSerialBT------------‼️ +29K⚠️ +1624
BluetoothSerial/examples/SerialToSerialBTM------------‼️ +29K⚠️ +1624
BluetoothSerial/examples/SerialToSerialBT_Legacy------------‼️ +837K‼️ +20K
BluetoothSerial/examples/SerialToSerialBT_SSP------------‼️ +29K⚠️ +1624
BluetoothSerial/examples/bt_classic_device_discovery------------‼️ +29K⚠️ +1624
BluetoothSerial/examples/bt_remove_paired_devices------------‼️ +29K⚠️ +1624
ESP32/examples/DeepSleep/SmoothBlink_ULP_Code------------‼️ +16K⚠️ +948
Ethernet/examples/ETH_LAN8720------------‼️ +13K⚠️ +1188

@me-no-dev me-no-dev added the Status: Pending Merge Pull Request is ready to be merged label Aug 19, 2024
@me-no-dev me-no-dev removed the Status: Pending Merge Pull Request is ready to be merged label Aug 19, 2024
Required to start compilation. Board is currently hidden and many options are removed
@VojtechBartoska VojtechBartoska added this to the 3.1.0 milestone Aug 21, 2024
@VojtechBartoska
Copy link
Contributor

To be tested mainly: Wifi, USB, Serial, I2C

me-no-dev and others added 7 commits August 21, 2024 22:38
* fix(uart): sleep retention

sets new flag from IDF 5.3 that causes error with Serial.begin(115200).

* fix(typo): typo and commentaries

* feat(uart): adds memset to make structure empty

* fix(uart): missing parentesis - typo

* ci(pre-commit): Apply automatic fixes

---------

Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
@me-no-dev me-no-dev added the Status: Pending Merge Pull Request is ready to be merged label Aug 28, 2024
@me-no-dev me-no-dev removed the Status: Pending Merge Pull Request is ready to be merged label Aug 28, 2024
me-no-dev and others added 30 commits October 24, 2024 00:46
When Arduino is used as component, `CONFIG_ETH_RMII_CLK_IN_GPIO` might not be defined, so we set it to const `0` to clear the issue.
* feature(rtos): Add Tasks status print function

* fix(cmake): Add the new cpp file to CMakeLists

* fix(stats): Adjust size of Load column

* fix(format): Fix print of runtime formatting

* fix(stats): Add license, usage note and C++ guards

* fix(stats): Fix formatting and variable names

* ci(pre-commit): Apply automatic fixes

---------

Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
* feat(uart): allow pins_arduino.h to define esp32-p4 uart pins

ESP32-P4 has UART default pins only for UART0 and UART1.
This PR allows the board definition from pins_arduino.h to define RX2 ... RX4 and TX2 ... TX4 if necessary.
It also solves the issue of begin(baud) with no pins for UART2...4 by just sending a error message and returning.

* feat(uart): removes the uart2 pin definitions - not existant

* fix(uart): solves the case when uart has already been initialized

* ci(pre-commit): Apply automatic fixes

* fix(ci): uart definition for esp32-p4 uart2 rx,tx pins

---------

Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
* feat(esptool): Update esptool to v4.8.1

* fix(archives): Fix checksums
* fix(bm): Board Manager install will fail on Windows

On some Windows installations, Board Manager will fail to install the RC2 core, because it could not find esptool for the given OS.

* fix(package): EspTool for Mac is only ARM64 version

cc: @lucasssvaz
* IPv6 restore zone id

This PR restores the IPv6 zone-id in String representation of IPv6 address as well as parsing. This follows 20a28b5 that disabled it due to a crash in `netif_index_to_name()`.

The fixed code scans through `netif_list` to find the `netif` name and id.

Note: zone-id are incremented by 1 compared to `netif` id.

For example internal zoneid value `3` actually translates to `%st2`

* ci(pre-commit): Apply automatic fixes

---------

Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
* feat(matter): source code folder organization

* feat(matter): new matter endpoint dimmable light

* feat(matter): dimmable friend class and adjusts log levels

* feat(matter): adds new folder and source code to cmakelists.txt

* fix(matter): identation in cmakelists.txt

* feat(matter): adds license disclaimer to all source code

* feat(matter): example code simplification

* feat(matter): make it work with rgb and analog led

* feat(matter): single user callback based on lambda function

* feat(matter): commentaries and code improvement. update() and callbacks added.

* feat(matter): adde new keywords to arduino settings

* feat(matter): example code adjustment to use improved api

* fix(matter): it shuold work even when no callback is set

* feat(matter): matter.h includes all possible endpoint header files

* feat(matter): adjusts all examples to only include matter.h

* fix(matter): double declaration of ret - var scope issue

* ci(pre-commit): Apply automatic fixes

---------

Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
* fix(wifi): Fix requirements and guards for hosted Wi-Fi

* ci(pre-commit): Apply automatic fixes

---------

Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: Me No Dev <[email protected]>
* fix(net): Allow to compile without IPv6 enabled

cc: @Jason2866

* ci(pre-commit): Apply automatic fixes

---------

Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
* fix(build): Allow Arduino to compile in IDF without components

This adds guards for the rest of the extra components

* ci(pre-commit): Apply automatic fixes

---------

Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
* fix(zigbee): Bump zigbee version and use 1.6.0 (#10563)

Co-authored-by: Me No Dev <[email protected]>

* fix(zigbee): Add require public for zigbee libs

* fix(zigbee): Guard the Zigbee library

* fix(zigbee): Fix removed cluster_role attribute (#10576)

* fix(hosted): Update hosted configuration

* fix(hosted): Fix Hosted deinit and protect reinit for now

* IDF release/v5.3 a0f798cf

* IDF release/v5.3 a0f798cf

---------

Co-authored-by: Jan Procházka <[email protected]>
* fix formatting

* Disable formatter for these lines

---------

Co-authored-by: Lucas Saavedra Vaz <[email protected]>
* feat(matter): adjust preferences labels in matter examples

* feat(matter): adjust preferences labels in matter examples

* fix(matter_example): extra blank space in code added by mistake

* feat(matter_example): use const char * instead of #define

* feat(matter_example): use const char * instead of #define

* feat(matter_example): change Preferences names

* fix(matter_example): missing semicolon in code
* feat(uart): adds Serial4 as a keyword - used by ESP32-P4

* fix(keywords): added 2 new lines to keep consistancy
* Update ETH.cpp

* Update ETH.h

* Update WiFiGeneric.h

* Update NetworkEvents.h

* remove unnecessary include "sdkconfig.h"

* ci(pre-commit): Apply automatic fixes

---------

Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚫 System PR Pull requests for internal use or lib updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants