- 13 Jun, 2024 2 commits
-
-
Me No Dev authored
-
Lucas Saavedra Vaz authored
* ci(tests): Swap cache to artifacts to avoid errors between OSes * ci(push): Fix chunk generation for compilation * ci(tests): Fix error code propagation * ci(push): Add shebang to new script * ci(push): Fix sizes upload if there is no changes * ci(bot): Fix GitHub actions bot commit info
-
- 12 Jun, 2024 1 commit
-
-
lbernstone authored
* feat(sdmmc): Add RAW disk functions feat(sdmmc): fixed printf mismatches and missing callback feat(sdmmc): added ci.json Removed excess log_i * ci(pre-commit): Apply automatic fixes * Fixed sdmmc host check to pass CI * feat(sdmmc): fixed example USB check --------- Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Co-authored-by: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com>
-
- 10 Jun, 2024 3 commits
-
-
Rodrigo Garcia authored
Fixes analogContinuousSetWidth() border test.
-
Lucas Saavedra Vaz authored
-
Lucas Saavedra Vaz authored
* change(idf): Rename component example * ci(push): Fix steps conditions * ci(tests): Remove unnecessary concurrency * ci(push): Fix step condition * fix(idf): Fix compilation warnings when as component
-
- 07 Jun, 2024 1 commit
-
-
Lucas Saavedra Vaz authored
* ci(fix): Fix new workflows * ci(pre-commit): Properly cache python modules * fix(get.py): Verify files after extraction and make it more readable * ci(idf): Compile as component when libs change * ci(wokwi): Re-enable cache for wokwi tests * ci(tests): Run scripts only from master * Revert "fix(get.py): Verify files after extraction and make it more readable" This reverts commit cc40edb40766ea8a013c0d76326bc57314418bff. * ci(compilation): Fix changed files check * ci(wokwi): Disable tests that use scenarios
-
- 06 Jun, 2024 1 commit
-
-
Unexpected Maker authored
* Added new UM FeatherS3 Neo board. * ci(pre-commit): Apply automatic fixes --------- Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
-
- 05 Jun, 2024 6 commits
-
-
Lucas Saavedra Vaz authored
-
Me No Dev authored
-
Lucas Saavedra Vaz authored
* ci(refactor): Refactor workflows and skip files * ci(refactor): Refactor workflows and skip files * ci(refactor): Improvements and compilation of only related files * ci(refactor): Delete duplicated steps * ci(refactor): General improvements * ci(refactor): Delete duplicated lines * ci(refactor): Rename jobs
-
Me No Dev authored
-
Ha Thach authored
-
Paul Price authored
-
- 04 Jun, 2024 6 commits
-
-
SooDragon authored
fix: Changed Board name
-
Me No Dev authored
Helps to overcome the limit of windows path, when the usernames are long.
-
Me No Dev authored
Adds partition scheme with two apps, 2MB each.
-
Me No Dev authored
* 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
-
Lucas Saavedra Vaz authored
-
Me No Dev authored
* fix(tls): do not attach bundle from runtime * fix(ssl): Make the bundle callback per context
-
- 03 Jun, 2024 11 commits
-
-
Me No Dev authored
* fix(idf): Require MDNS as public Included in Arduino's public headers * fix(idf): Switch to require through the component yaml
-
Me No Dev authored
* feat(idf): Require esp_psram when as component * fix(idf): Move requirement to private
-
Me No Dev authored
* 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>
-
me-no-dev authored
-
Me No Dev authored
-
Me No Dev authored
-
Jan Procházka authored
-
Jan Procházka authored
* ci(sizes): Sites test between master and 2.x branch * ci(sizes): Remove if as its manual trigger
-
Me No Dev authored
-
Juraj Andrássy authored
-
Me No Dev authored
* 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>
-
- 30 May, 2024 3 commits
-
-
Unexpected Maker authored
* Updated UM boards for IDE2 & CLI * Removed unwanted UM_RMP folder.
-
Mathieu Carbou authored
-
Juraj Andrássy authored
-
- 29 May, 2024 5 commits
-
-
per1234 authored
* 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>
-
Jan Procházka authored
* 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 3f3e0adf3c3c585bb439b182c77708fce23bd0b9. * Revert "docs(extension): Add sphinxemoji support" This reverts commit e903da689d4531f7fa7327e042206a4cdc3422a8. * docs(): Shrink peripherals table * docs(): Shrink table even more * docs(): Shrink table more and more * docs(): Shrink table the most I am able to
-
Me No Dev authored
* 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
-
Me No Dev authored
* 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
-
Brent Picasso authored
Addition (3rd_party_board): Add board support for Autosport Labs ESP32-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>
-
- 28 May, 2024 1 commit
-
-
Adrian Immer authored
* 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
-