-
Notifications
You must be signed in to change notification settings - Fork 7.4k
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
base: master
Are you sure you want to change the base?
ESP32 Arduino v3.1.x #10202
Commits on Aug 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e1673e4 - Browse repository at this point
Copy the full SHA e1673e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f77ce04 - Browse repository at this point
Copy the full SHA f77ce04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54f1c22 - Browse repository at this point
Copy the full SHA 54f1c22View commit details
Commits on Aug 20, 2024
-
add(build): Add initial ESP32-P4 skeleton
Required to start compilation. Board is currently hidden and many options are removed
Configuration menu - View commit details
-
Copy full SHA for c7e01e7 - Browse repository at this point
Copy the full SHA c7e01e7View commit details
Commits on Aug 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7fe4aa6 - Browse repository at this point
Copy the full SHA 7fe4aa6View commit details
Commits on Aug 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0a8888d - Browse repository at this point
Copy the full SHA 0a8888dView commit details
Commits on Aug 28, 2024
-
fix(uart): sleep retention (#10248)
* 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>
Configuration menu - View commit details
-
Copy full SHA for 4c4906f - Browse repository at this point
Copy the full SHA 4c4906fView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa67115 - Browse repository at this point
Copy the full SHA fa67115View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75b29fd - Browse repository at this point
Copy the full SHA 75b29fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b84244 - Browse repository at this point
Copy the full SHA 0b84244View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6dc9db - Browse repository at this point
Copy the full SHA e6dc9dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 57518b8 - Browse repository at this point
Copy the full SHA 57518b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8352caf - Browse repository at this point
Copy the full SHA 8352cafView commit details -
Configuration menu - View commit details
-
Copy full SHA for a8677a0 - Browse repository at this point
Copy the full SHA a8677a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 564612d - Browse repository at this point
Copy the full SHA 564612dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 22fb402 - Browse repository at this point
Copy the full SHA 22fb402View commit details
Commits on Sep 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 855da42 - Browse repository at this point
Copy the full SHA 855da42View commit details
Commits on Sep 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e68b1cc - Browse repository at this point
Copy the full SHA e68b1ccView commit details -
* IDF release/v5.3 2c46030b * IDF release/v5.3 cc3203dc * IDF release/v5.3 4d0db704
Configuration menu - View commit details
-
Copy full SHA for 6768208 - Browse repository at this point
Copy the full SHA 6768208View commit details
Commits on Sep 24, 2024
-
feat(esp32p4): Add initial ESP32-P4 support (#10358)
* feat(esp32p4): Initial changes required for ESP32-P4 * esp32-p4: Initial changes to build with Arduino Signed-off-by: Lucas Saavedra Vaz <[email protected]> * fix(esp32p4): Fix lib builder errors * change(esp32p4): Unhide board * ci(esp32p4): Add ESP32-P4 to workflow * change(esptool): Update esptool to 4.8.0 * fix(build): Fix redefinition errors * fix(build): Remove old commands * change(esptool): Remove unsupported 32-bit tools * fix(get.py): Force exe generation * Revert "fix(get.py): Force exe generation" This reverts commit 979b16b. * fix(get.py): Fix system check * change(tools): Push generated binaries to PR * ci(esp32p4): Add missing ESP32-P4 entries * fix(esp32p4): Add chip info * fix(esp32p4): Fix build commands * docs(esp32p4): Add missing references to P4 * fix(esp32p4): Fix clock sources definitions * fix(esp32p4): Set CPU frequency to 360 MHz so it is stable in all chips * refactor(esp32p4): Change preprocessor conditionals for maintainability Co-authored-by: me-no-dev <[email protected]> * fix(esp32p4): Add missing menu options * fix(esp32p4): Mark as not in development json in readme * fix(esp32p4): Add P4 to ci.json files * ci(pre-commit): Apply automatic fixes * fix(get.py): Remove unused include * ci(pre-commit): Apply automatic fixes * change(tools): Push generated binaries to PR * ci(pre-commit): Apply automatic fixes * fix(ci.json): Fix formatting --------- Signed-off-by: Lucas Saavedra Vaz <[email protected]> Co-authored-by: Jason2866 <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: me-no-dev <[email protected]> Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a4c33e3 - Browse repository at this point
Copy the full SHA a4c33e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87c0e77 - Browse repository at this point
Copy the full SHA 87c0e77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9398d52 - Browse repository at this point
Copy the full SHA 9398d52View commit details
Commits on Sep 25, 2024
-
fix(esp32p4): Fix compilation errors (#10371)
* fix(esp32p4): Add missing touchpad definitions * fix(esp32p4): Add missing target in SPI example * fix(esp32p4): Start touch driver fix * fix(esp32p4): Skip touch examples while it is not implemented * fix(esp32p4): Add missing analog pin definitions * refactor(formatting): Fix formatting that was broken in P4 PR * fix(openthread): Add missing targets to skip * fix(esp32p4): Skip ethernet sketches * fix(esp32p4): Disable periman test while touch is not implemented * fix(esp32p4): Disable touch test while touch is not implemented * fix(esp32p4): Fix UART test * fix(esp32p4): Skip Wi-Fi test * fix(esp32): Skip unsupported example * fix(esp32p4): Fix skip files * ci(pre-commit): Apply automatic fixes --------- Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4bb287e - Browse repository at this point
Copy the full SHA 4bb287eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a01384 - Browse repository at this point
Copy the full SHA 7a01384View commit details
Commits on Sep 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6935131 - Browse repository at this point
Copy the full SHA 6935131View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8422b74 - Browse repository at this point
Copy the full SHA 8422b74View commit details -
Configuration menu - View commit details
-
Copy full SHA for a76b228 - Browse repository at this point
Copy the full SHA a76b228View commit details
Commits on Oct 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a5a5809 - Browse repository at this point
Copy the full SHA a5a5809View commit details -
Configuration menu - View commit details
-
Copy full SHA for c980fdc - Browse repository at this point
Copy the full SHA c980fdcView commit details -
fix(psram): Do not abort if PSRAM is not found
Also add to heap in app_main
Configuration menu - View commit details
-
Copy full SHA for 482c0a3 - Browse repository at this point
Copy the full SHA 482c0a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 753e203 - Browse repository at this point
Copy the full SHA 753e203View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0db5bef - Browse repository at this point
Copy the full SHA 0db5befView commit details
Commits on Oct 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e3499bc - Browse repository at this point
Copy the full SHA e3499bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8af91fb - Browse repository at this point
Copy the full SHA 8af91fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 58c0bbc - Browse repository at this point
Copy the full SHA 58c0bbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 264c858 - Browse repository at this point
Copy the full SHA 264c858View commit details -
Configuration menu - View commit details
-
Copy full SHA for b067cd6 - Browse repository at this point
Copy the full SHA b067cd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c504728 - Browse repository at this point
Copy the full SHA c504728View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3aa74f - Browse repository at this point
Copy the full SHA c3aa74fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 01b256c - Browse repository at this point
Copy the full SHA 01b256cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c99740 - Browse repository at this point
Copy the full SHA 6c99740View commit details -
Configuration menu - View commit details
-
Copy full SHA for 157b4c8 - Browse repository at this point
Copy the full SHA 157b4c8View commit details
Commits on Oct 3, 2024
-
fix(usb): Add support for HighSpeed USB
This commit adds support for HighSpeed USB as present on ESP32-P4
Configuration menu - View commit details
-
Copy full SHA for 341dc18 - Browse repository at this point
Copy the full SHA 341dc18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d6a8f8 - Browse repository at this point
Copy the full SHA 6d6a8f8View commit details
Commits on Oct 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e12e33c - Browse repository at this point
Copy the full SHA e12e33cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7651733 - Browse repository at this point
Copy the full SHA 7651733View commit details
Commits on Oct 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4d1c9bc - Browse repository at this point
Copy the full SHA 4d1c9bcView commit details -
fix(arduino): adds ESP32-P4 to the package description (#10426)
* fix(arduino): adds ESP32-P4 to the package description Updates the Package description to add the P4 in 3.1.0 * fix(arduino): update readme title to add the P4 Adds ESP32-P$ to the list of supported SoC in README.md for Core 3.1.0
Configuration menu - View commit details
-
Copy full SHA for ba9a3a1 - Browse repository at this point
Copy the full SHA ba9a3a1View commit details
Commits on Oct 10, 2024
-
* IDF release/v5.3 707d097b * fix(camera): Remove support for face detection and recognition
Configuration menu - View commit details
-
Copy full SHA for af40992 - Browse repository at this point
Copy the full SHA af40992View commit details -
2
Configuration menu - View commit details
-
Copy full SHA for 774f275 - Browse repository at this point
Copy the full SHA 774f275View commit details -
fix(uart): Add missing HP UARTs for ESP32-P4 (#10447)
* fix(uart): Add missing HP UARTs for ESP32-P4 * fix(comment): Fix macro in comment * fix(uart): Fix macro guard
Configuration menu - View commit details
-
Copy full SHA for 81d2cbc - Browse repository at this point
Copy the full SHA 81d2cbcView commit details
Commits on Oct 11, 2024
-
replace outdated wrong
SOC_I2C_NUM
and useSOC_HP_I2C_NUM
(#10452)* SOC_HP_I2C_NUM * SOC_HP_I2C_NUM
Configuration menu - View commit details
-
Copy full SHA for 3733c87 - Browse repository at this point
Copy the full SHA 3733c87View commit details
Commits on Oct 15, 2024
-
Add support for WiFi to ESP32-P4 (#10463)
* feat(p4): Add support for WiFi to ESP32-P4 Implements support for external MCU connected through SDIO * fix(p4): Init SDIO host properly on Network boot esp-hosted has one function marked as "constructor" that did not run in the boot phase of the chip. This calls the function when network is started
Configuration menu - View commit details
-
Copy full SHA for 3edf518 - Browse repository at this point
Copy the full SHA 3edf518View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6bf1b4 - Browse repository at this point
Copy the full SHA c6bf1b4View commit details -
* fix(usb): Update tinyusb init call * Update esp-insights version (#10456) * Add support for WiFi to ESP32-P4 (#10463) * feat(p4): Add support for WiFi to ESP32-P4 Implements support for external MCU connected through SDIO * fix(p4): Init SDIO host properly on Network boot esp-hosted has one function marked as "constructor" that did not run in the boot phase of the chip. This calls the function when network is started * Fix RainMaker dependent versions because Matter requires Insights 1.0.1 * IDF release/v5.3 707d097b * ci(pre-commit): Apply automatic fixes --------- Co-authored-by: Mahesh Tupe <[email protected]> Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a3f2568 - Browse repository at this point
Copy the full SHA a3f2568View commit details -
Configuration menu - View commit details
-
Copy full SHA for 592c994 - Browse repository at this point
Copy the full SHA 592c994View commit details -
Configuration menu - View commit details
-
Copy full SHA for f706c27 - Browse repository at this point
Copy the full SHA f706c27View commit details -
fix(p4): Move ESP-HOSTED init to WiFiGeneric
@P-R-O-C-H-Y will add the configured pins to periman, so that they can not be assigned to anything else
Configuration menu - View commit details
-
Copy full SHA for c676ce7 - Browse repository at this point
Copy the full SHA c676ce7View commit details
Commits on Oct 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9dea05b - Browse repository at this point
Copy the full SHA 9dea05bView commit details
Commits on Oct 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 612fc4c - Browse repository at this point
Copy the full SHA 612fc4cView commit details -
Add RMII Ethernet support for ESP32-P4 (#10479)
* fix(eth): Add ETH support for ESP32-P4 Also adds configuration to pins_arduino.h * fix(eth): Enable TLK110 Example on P4 * fix(eth): Fix Ethernet examples * ci(pre-commit): Apply automatic fixes --------- Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ee1bc6b - Browse repository at this point
Copy the full SHA ee1bc6bView commit details -
fix(spi): Fix P4 SPI Pin definitions
Use GPIOs 36 or lower to avoid LDO power issues
Configuration menu - View commit details
-
Copy full SHA for 9e48d9f - Browse repository at this point
Copy the full SHA 9e48d9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8570b3d - Browse repository at this point
Copy the full SHA 8570b3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for edb4ee1 - Browse repository at this point
Copy the full SHA edb4ee1View commit details
Commits on Oct 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 59ca4e2 - Browse repository at this point
Copy the full SHA 59ca4e2View commit details
Commits on Oct 21, 2024
-
feat(touch): Support NG touch driver for P4 (#10448)
* feat(touch): Support NG touch driver for P4 * fix(ci): Touch test + IDF compilation fixes * fix(ci): remove debug prints from touch test * fix(ci): Fix touch test for esp32 * ci(pre-commit): Apply automatic fixes --------- Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7cfe470 - Browse repository at this point
Copy the full SHA 7cfe470View commit details -
feat(sdmmc): Add SDMMC support for P4 + remove BUILTIN LED (#10460)
* feat(sdmmc): Add support for P4 * fix(board): Remove builtin led * Update libraries/SD_MMC/examples/SDMMC_Test/SDMMC_Test.ino Add missing note about power pin for P4 Co-authored-by: Lucas Saavedra Vaz <[email protected]> * ci(pre-commit): Apply automatic fixes * feat(sdmmc): Option to set power channel * feat(sdmmc): Update pins_arduino.h * feat(sdmmc): remove sdmmc power from periman * fix(sdmmc): use corrent variable * fix(sdmmc): Remove periman * feat(sdmmc): Toggle power pin if defined * feat(sdmmc): setPowerChannel available only when supported * feat(sdmmc): Toggle sd power pin for 200ms * fix(example): Remove p4 pins as they are listed already * feat(sdmmc): Check if power channel is specified * ci(pre-commit): Apply automatic fixes * fix(ci): codespell fix --------- Co-authored-by: Lucas Saavedra Vaz <[email protected]> Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 83d3568 - Browse repository at this point
Copy the full SHA 83d3568View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03bfa52 - Browse repository at this point
Copy the full SHA 03bfa52View commit details -
Configuration menu - View commit details
-
Copy full SHA for f668557 - Browse repository at this point
Copy the full SHA f668557View commit details -
feat(matter): initial commit with arduino matter lib (#10467)
* feat(matter): initial commit with arduino matter lib * feat(matter): add matter library to cmakelists.txt * fix(matter): add correct guard for ci * fix(matter): using correct ci requirements in ci.json * fix(matter): using correct ci requirements in header files * fix(matter): using correct ci requirements header and examples * fix(typo): typo and commentaries * fix(typo): typo and commentaries * fix(typo): typo and commentaries * fix(commentary): longer explanation * feat(matter): api simplification with begin * feat(matter): testing flashmode=qio in CI * feat(matter): testing flashmode=qio in CI * fix(matter): changes CI FQBN * fix(matte): include all fqbn in ci.json using qio * fix(matter): revert ci and guard changes * fix(matter): typo and commentaties * feat(matter): adds a light toggle switch button * feat(matter): improved the button control * feat(matter): using switch instead of if() for attibute change * fix(matter): switch/case scope * fix(matter): problems found after pressing reset * feat(matter): improve example using preferences * fix(pre-commit): Fix and apply pre-commit hooks --------- Co-authored-by: Lucas Saavedra Vaz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c40444a - Browse repository at this point
Copy the full SHA c40444aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f1f0e4d - Browse repository at this point
Copy the full SHA f1f0e4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0045cfa - Browse repository at this point
Copy the full SHA 0045cfaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a33a9e - Browse repository at this point
Copy the full SHA 7a33a9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ac076c - Browse repository at this point
Copy the full SHA 8ac076cView commit details
Commits on Oct 22, 2024
-
fix(net): Do not use netif_index_to_name
Causes error on recent IDF builds
Configuration menu - View commit details
-
Copy full SHA for 20a28b5 - Browse repository at this point
Copy the full SHA 20a28b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 774201a - Browse repository at this point
Copy the full SHA 774201aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1631466 - Browse repository at this point
Copy the full SHA 1631466View commit details -
Configuration menu - View commit details
-
Copy full SHA for aefe8a5 - Browse repository at this point
Copy the full SHA aefe8a5View commit details -
fix(arduino): Move extra_flags to flags (#10493)
This will help external library developers
Configuration menu - View commit details
-
Copy full SHA for 0eee5c4 - Browse repository at this point
Copy the full SHA 0eee5c4View commit details -
* fix(psram): Do not disable PSRAM when used as component Information: #10500 * IDF release/v5.3 59550599
Configuration menu - View commit details
-
Copy full SHA for dc1a49e - Browse repository at this point
Copy the full SHA dc1a49eView commit details
Commits on Oct 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6e88445 - Browse repository at this point
Copy the full SHA 6e88445View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3554927 - Browse repository at this point
Copy the full SHA 3554927View commit details -
fix(eth): Set default clock in pin value to zero (#10513)
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.
Configuration menu - View commit details
-
Copy full SHA for 6dfd958 - Browse repository at this point
Copy the full SHA 6dfd958View commit details
Commits on Oct 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9fd1bf3 - Browse repository at this point
Copy the full SHA 9fd1bf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3ee376 - Browse repository at this point
Copy the full SHA a3ee376View commit details
Commits on Oct 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9ac705e - Browse repository at this point
Copy the full SHA 9ac705eView commit details -
feature(rtos): Add Tasks status print function (#10515)
* 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>
Configuration menu - View commit details
-
Copy full SHA for 38a4c29 - Browse repository at this point
Copy the full SHA 38a4c29View commit details -
ESP32-P4 UART Pin Definitions (#10521)
* 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>
Configuration menu - View commit details
-
Copy full SHA for 9aeb1ba - Browse repository at this point
Copy the full SHA 9aeb1baView commit details -
feat(esptool): Update esptool to v4.8.1 (#10524)
* feat(esptool): Update esptool to v4.8.1 * fix(archives): Fix checksums
Configuration menu - View commit details
-
Copy full SHA for a805e06 - Browse repository at this point
Copy the full SHA a805e06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 804ee12 - Browse repository at this point
Copy the full SHA 804ee12View commit details
Commits on Oct 29, 2024
-
fix(bm): Board Manager install will fail on Windows (#10533)
* 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
Configuration menu - View commit details
-
Copy full SHA for 87ad78d - Browse repository at this point
Copy the full SHA 87ad78dView commit details
Commits on Nov 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f1e1f5a - Browse repository at this point
Copy the full SHA f1e1f5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for de93e6e - Browse repository at this point
Copy the full SHA de93e6eView commit details
Commits on Nov 5, 2024
-
fix(IPaddress): IPv6 restore zone id (#10546)
* 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>
Configuration menu - View commit details
-
Copy full SHA for a80b03e - Browse repository at this point
Copy the full SHA a80b03eView commit details -
feat(Matter): New Matter Endpoint - Dimmable Light (#10543)
* 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>
Configuration menu - View commit details
-
Copy full SHA for 69825a9 - Browse repository at this point
Copy the full SHA 69825a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 501f8a9 - Browse repository at this point
Copy the full SHA 501f8a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3dad918 - Browse repository at this point
Copy the full SHA 3dad918View commit details
Commits on Nov 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for adcbc2a - Browse repository at this point
Copy the full SHA adcbc2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 61d5c49 - Browse repository at this point
Copy the full SHA 61d5c49View commit details -
Configuration menu - View commit details
-
Copy full SHA for c009220 - Browse repository at this point
Copy the full SHA c009220View commit details -
fix(wifi): Fix requirements and guards for hosted Wi-Fi (#10579)
* 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]>
Configuration menu - View commit details
-
Copy full SHA for 32e2230 - Browse repository at this point
Copy the full SHA 32e2230View commit details
Commits on Nov 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1ecbbae - Browse repository at this point
Copy the full SHA 1ecbbaeView commit details
Commits on Nov 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d561685 - Browse repository at this point
Copy the full SHA d561685View commit details -
fix(net): Allow to compile without IPv6 enabled (#10582)
* 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>
Configuration menu - View commit details
-
Copy full SHA for f8d9ffb - Browse repository at this point
Copy the full SHA f8d9ffbView commit details -
fix(build): Allow Arduino to compile in IDF without components (#10597)
* 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>
Configuration menu - View commit details
-
Copy full SHA for cc40718 - Browse repository at this point
Copy the full SHA cc40718View commit details
Commits on Nov 13, 2024
-
* 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]>
Configuration menu - View commit details
-
Copy full SHA for 3822a68 - Browse repository at this point
Copy the full SHA 3822a68View commit details
Commits on Nov 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e9b3f26 - Browse repository at this point
Copy the full SHA e9b3f26View commit details
Commits on Nov 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3a5dbf2 - Browse repository at this point
Copy the full SHA 3a5dbf2View commit details -
fix weird formatting, no code change (#10617)
* fix formatting * Disable formatter for these lines --------- Co-authored-by: Lucas Saavedra Vaz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4a8ba42 - Browse repository at this point
Copy the full SHA 4a8ba42View commit details -
* 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
Configuration menu - View commit details
-
Copy full SHA for fe0f016 - Browse repository at this point
Copy the full SHA fe0f016View commit details -
feat(uart): adds Serial4 as a keyword - used by ESP32-P4 (#10619)
* feat(uart): adds Serial4 as a keyword - used by ESP32-P4 * fix(keywords): added 2 new lines to keep consistancy
Configuration menu - View commit details
-
Copy full SHA for 2b6b5c7 - Browse repository at this point
Copy the full SHA 2b6b5c7View commit details -
Guard ethernet parts to make it possible to use without (#10609)
* 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>
Configuration menu - View commit details
-
Copy full SHA for f5ce3f7 - Browse repository at this point
Copy the full SHA f5ce3f7View commit details
Commits on Nov 20, 2024
-
Guard WPA Enterprise support (#10616)
* Guard WPA Enterprise support * guard `WIFI_ENTERPRISE_SUPPORT` * wrong part guarded * fix guard start and end * add guard enterprise
Configuration menu - View commit details
-
Copy full SHA for d7b5bb1 - Browse repository at this point
Copy the full SHA d7b5bb1View commit details -
fix(Zigbee): Add missing direction to report commands (#10623)
* fix(Zigbee): Add missing direction to report commands * ci(pre-commit): Apply automatic fixes --------- Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 442679d - Browse repository at this point
Copy the full SHA 442679dView commit details -
feat(zigbee): Add setLight APIs to manually operate lights (#10626)
* feat(zigbee): Add setLight APIs to manually operate lights * ci(pre-commit): Apply automatic fixes --------- Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 268b31c - Browse repository at this point
Copy the full SHA 268b31cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 66f7c93 - Browse repository at this point
Copy the full SHA 66f7c93View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff613b3 - Browse repository at this point
Copy the full SHA ff613b3View commit details -
feat(matter): New Matter Endpoint (#10628)
* feat(matter): add new endpoint - color temperature light --------- Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6bc3ce6 - Browse repository at this point
Copy the full SHA 6bc3ce6View commit details
Commits on Nov 24, 2024
-
Adds a Minimum Code Matter Example (#10639)
* feat(matter): add a new example for a minimum matter device ---------
Configuration menu - View commit details
-
Copy full SHA for 962ab3a - Browse repository at this point
Copy the full SHA 962ab3aView commit details
Commits on Nov 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6e57662 - Browse repository at this point
Copy the full SHA 6e57662View commit details -
feat(uart): [IDF 5.3] fixes HardwareSerial::updateBaudRate() using a …
…baud rate higher 230400 - checks UART Clock Source (#10643) * fix(uart): fixes issue with update baudrate higher than 250000 * ci(pre-commit): Apply automatic fixes --------- Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9417a84 - Browse repository at this point
Copy the full SHA 9417a84View commit details -
fix(zigbee): Add connected(), minor fixes, example update (#10636)
* fix(zigbee): Add connected and minor fixes, example update * fix(example): Use correct API call for connected * fix(zigbee): Increase timeout and add semaphore to begin * feat(zigbee): Add option to select debug libs for zigbee * fix(example): fix warning by double percentage symbol * fix(example): Fix serial prints for Windows os Co-authored-by: Rodrigo Garcia <[email protected]> * ci(pre-commit): Apply automatic fixes * fix(example): Fix precommit spelling --------- Co-authored-by: Rodrigo Garcia <[email protected]> Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1730e4e - Browse repository at this point
Copy the full SHA 1730e4eView commit details -
Guard crypto parts in "Update" to save resources (#10630)
* guard crypt update * guard update crypt * Update Updater.cpp * revert logic to disable * change disable logic * formatting * formatting * remove trailing space
Configuration menu - View commit details
-
Copy full SHA for eb1933f - Browse repository at this point
Copy the full SHA eb1933fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bcdd2c - Browse repository at this point
Copy the full SHA 0bcdd2cView commit details -
fix(zigbee): Increase timeout, commision again on failure + setScanDu…
…ration (#10651) * fix(zigbee): Increase timeout, commision again on failure * fix(zigbee): Update library keywords
Configuration menu - View commit details
-
Copy full SHA for 0f3191e - Browse repository at this point
Copy the full SHA 0f3191eView commit details
Commits on Nov 26, 2024
-
feat(Matter): add new MatterColorLight endpoint (#10654)
* feat(matter): adds Matter Color Light endpoint
Configuration menu - View commit details
-
Copy full SHA for 414e4f3 - Browse repository at this point
Copy the full SHA 414e4f3View commit details