-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Comparing changes
Open a pull request
base repository: espressif/arduino-esp32
base: 3.0.0
head repository: espressif/arduino-esp32
compare: 3.0.1
Commits on May 27, 2024
-
feat(reports): Update Issue-report.yml with new versions (#9699)
Adding missing versions from Issue Report form
Configuration menu - View commit details
-
Copy full SHA for 2b0404b - Browse repository at this point
Copy the full SHA 2b0404bView commit details -
Configuration menu - View commit details
-
Copy full SHA for dcfb257 - Browse repository at this point
Copy the full SHA dcfb257View commit details -
fix(release): install missing 'packaging' package (#9698)
* fix(release): install missing 'packaging' package Necessary to combine the json files * Update .github/workflows/release.yml Co-authored-by: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com> --------- Co-authored-by: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3925d51 - Browse repository at this point
Copy the full SHA 3925d51View commit details -
ci(wokwi): Self host Wokwi CLI server (#9701)
* ci(wokwi): Self host Wokwi CLI server * ci(event_file): Fix file upload * change(tests): Re-run once on test failure
Configuration menu - View commit details
-
Copy full SHA for d45f35a - Browse repository at this point
Copy the full SHA d45f35aView commit details
Commits on May 28, 2024
-
fix(IDF): Define max IDF version for the component (#9703)
Fixes the issue, where the component is shown as compatible with ESP-IDF 5.2, while in fact isn't. cc: @igrr
Configuration menu - View commit details
-
Copy full SHA for 62bf719 - Browse repository at this point
Copy the full SHA 62bf719View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3267469 - Browse repository at this point
Copy the full SHA 3267469View commit details -
ci(external_libs): Add ZACwire to External libraries compilation test (…
…#9705) * Add ZACwire to External libraries compilation test * fix example path * fix(lib): fixed link to right examples The previously linked example wasn't working, so I linked two other examples, which are more up to date
Configuration menu - View commit details
-
Copy full SHA for d8e1374 - Browse repository at this point
Copy the full SHA d8e1374View commit details
Commits on May 29, 2024
-
Addition (3rd_party_board): Add board support for Autosport Labs ESP3…
…2-CAN-X2 development board (#9683) * add board support for Autosport Labs ESP32-CAN-X2 development board * change(board-support): Add board support for Autosport Labs ESP32-CAN-X2 development board * change(board-support) - remove entries that are already globally defined * change(board-support) rename board name * change(board-support) switch ASL-CAN-X2 to ASL_CAN_X2 * change(board-support) fix formatting, correct USB VID/PID to match our own product * Update variants/aslcanx2/pins_arduino.h Co-authored-by: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com> * Update variants/aslcanx2/pins_arduino.h Co-authored-by: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com> --------- Co-authored-by: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 10a48f5 - Browse repository at this point
Copy the full SHA 10a48f5View commit details -
fix(net): Don't unregister events if there are interfaces still open (#…
…9706) * fix(net): Don't unreg events if there are netifs Unregister IP events only if all other netifs are stopped. * fix(eth): Delete mac and phy on end * fix(net): Update pin naming and log levels
Configuration menu - View commit details
-
Copy full SHA for a4ee652 - Browse repository at this point
Copy the full SHA a4ee652View commit details -
fix(boards): Remove duplicate VID/PID from boards.txt and add default…
… CDC/JTAG board (#9717) * fix(boards): boards must define unique VID/PID Also adds a hidden board with the default VID/PID of USB CDC/JTAG in order to always show that in IDE when ESP32 CDC/JTAG device is connected * fix(boards): Skip test for the generic board * Trigger board test * fix(boards): Make discovery work on IDE2
Configuration menu - View commit details
-
Copy full SHA for f772fca - Browse repository at this point
Copy the full SHA f772fcaView commit details -
docs(libraries): Add new SoCs H2 and C6 to missing parts in docs (#9709)
* docs(libraries): Add new SoCs * docs(): Add C2 and H2 to USB and getting started * docs(): Fix table format * docs(extension): Add sphinxemoji support * docs(): Lower emoji version * Revert "docs(): Lower emoji version" This reverts commit 3f3e0ad. * Revert "docs(extension): Add sphinxemoji support" This reverts commit e903da6. * docs(): Shrink peripherals table * docs(): Shrink table even more * docs(): Shrink table more and more * docs(): Shrink table the most I am able to
Configuration menu - View commit details
-
Copy full SHA for 55e340c - Browse repository at this point
Copy the full SHA 55e340cView commit details -
feat(tools):Use Windows native path separator in ESP_SR model copy co…
…mmand pattern (#9649) * fix(platform): Use Win path separator in ESP_SR copy command pattern Although Windows generally supports the use of the POSIX compliant slash path separator in addition to the Windows native backslash separator, in the specific use case where a path is present in a native command executed via an argument to `cmd /c` in a platform command pattern, it is mandatory to use backslash path separators. Previously, a slash path separator was used in the `tools.esp32-arduino-libs.path` and `compiler.sdk.path` platform properties, which were referenced in a `copy` command in the `cmd /c` argument part of the platform's `recipe.hooks.objcopy.postobjcopy.2.pattern.windows` command pattern. This caused compilation to fail with a "The syntax of the command is incorrect." error under the following conditions: - The compilation is performed on a Windows machine - The compiled sketch uses the ESP_SR library This is fixed by adding Windows override variants of the properties, with backslash path separators. * fix(release): Remove windows path to libs when releasing --------- Co-authored-by: me-no-dev <hristo@espressif.com>
Configuration menu - View commit details
-
Copy full SHA for 79b8350 - Browse repository at this point
Copy the full SHA 79b8350View commit details
Commits on May 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f1cb6b8 - Browse repository at this point
Copy the full SHA f1cb6b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16b1aeb - Browse repository at this point
Copy the full SHA 16b1aebView commit details -
Updated UM boards for IDE2 & CLI (#9726)
* Updated UM boards for IDE2 & CLI * Removed unwanted UM_RMP folder.
Configuration menu - View commit details
-
Copy full SHA for c16a325 - Browse repository at this point
Copy the full SHA c16a325View commit details
Commits on Jun 3, 2024
-
feat(tools): Updated get.py with ability to verify extracted files an…
…d skip if ok (#8720) * Updated get.py with ability to verify extracted files and skip if ok * Updates * Minor fixes * Push binary to tools * Fix formatting and add checksum comparison * Push binary to tools * Skip checksum for libs * Push binary to tools * ci(pre-commit): Apply automatic fixes * Push binary to tools * Make the linter happy * Push binary to tools * refactor(get.py): Small improvements * fix(get.py): Fix parent folder name * ci(pre-commit): Apply automatic fixes * Push binary to tools * fix(get.py): Fix header comment * Push binary to tools --------- Co-authored-by: Tomas Pilny <tomas.pilny@espressif.com> Co-authored-by: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com> Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Co-authored-by: pre-commit-ci-lite[bot] <pre-commit-ci-lite[bot]@users.noreply.github.com> Co-authored-by: lucasssvaz <lucasssvaz@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 00fb799 - Browse repository at this point
Copy the full SHA 00fb799View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58e61ef - Browse repository at this point
Copy the full SHA 58e61efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2122811 - Browse repository at this point
Copy the full SHA 2122811View commit details -
ci(sizes): Sites test between master and 2.x branch (#9755)
* ci(sizes): Sites test between master and 2.x branch * ci(sizes): Remove if as its manual trigger
Configuration menu - View commit details
-
Copy full SHA for f447a92 - Browse repository at this point
Copy the full SHA f447a92View commit details -
Configuration menu - View commit details
-
Copy full SHA for a62ad55 - Browse repository at this point
Copy the full SHA a62ad55View commit details -
Configuration menu - View commit details
-
Copy full SHA for e33022f - Browse repository at this point
Copy the full SHA e33022fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ffeebf8 - Browse repository at this point
Copy the full SHA ffeebf8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97c98eb - Browse repository at this point
Copy the full SHA 97c98ebView commit details -
feat(usb): Support the new USB IDF API (#9761)
* feat(usb): Support the new USB IDF API Required for the latest ESP-IDF release/v5.1 * 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 8b4c130 - Browse repository at this point
Copy the full SHA 8b4c130View commit details -
feat(idf): Require esp_psram when as component (#9762)
* feat(idf): Require esp_psram when as component * fix(idf): Move requirement to private
Configuration menu - View commit details
-
Copy full SHA for f742b74 - Browse repository at this point
Copy the full SHA f742b74View commit details -
fix(idf): Require MDNS as public (#9764)
* fix(idf): Require MDNS as public Included in Arduino's public headers * fix(idf): Switch to require through the component yaml
Configuration menu - View commit details
-
Copy full SHA for de2fc25 - Browse repository at this point
Copy the full SHA de2fc25View commit details
Commits on Jun 4, 2024
-
fix(tls): do not attach bundle from runtime (#9763)
* fix(tls): do not attach bundle from runtime * fix(ssl): Make the bundle callback per context
Configuration menu - View commit details
-
Copy full SHA for 546ce38 - Browse repository at this point
Copy the full SHA 546ce38View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce229a1 - Browse repository at this point
Copy the full SHA ce229a1View commit details -
fix(ssl): Fix load stream memory leak (#9767)
* fix(ssl): Fix load stream memory leak Loading Ca Cert/Certificate or Private Key from stream was leaking memory, due to buffers not being freed. * fix(ssl): Cast the buffers to non-const
Configuration menu - View commit details
-
Copy full SHA for 55ec22f - Browse repository at this point
Copy the full SHA 55ec22fView commit details -
feat(partition): Add 4MB No File System partition scheme (#9769)
Adds partition scheme with two apps, 2MB each.
Configuration menu - View commit details
-
Copy full SHA for 04427c9 - Browse repository at this point
Copy the full SHA 04427c9View commit details -
fix(release): Shorten all toolchain names/versions (#9760)
Helps to overcome the limit of windows path, when the usernames are long.
Configuration menu - View commit details
-
Copy full SHA for dc5bd38 - Browse repository at this point
Copy the full SHA dc5bd38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6405238 - Browse repository at this point
Copy the full SHA 6405238View commit details
Commits on Jun 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e99f40c - Browse repository at this point
Copy the full SHA e99f40cView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc50d90 - Browse repository at this point
Copy the full SHA cc50d90View commit details
There are no files selected for viewing