arduino-esp32/tests
Sugar Glider 74ee9df48c
fix(uart): Fixes UART CI script to work with Arduino Core 3.2.x (#11077)
* fix(uart): ci uart test fail on esp32s2 after uart break

* fix(uart): ci error with change pins test on ESP32

* fix(uart): ci test with perimgr using esp32 fails

* feat(uart): avoid electrical noise before setting pins

* fix(uart_ci): fixes the UART CI sketch due to IDF 5.3 pull up change

* fix(uart_ci): keeping previous formatting and applying changes

* feat(uart_ci): trick for passing esp32 wokwi ci test

Wokwi ESP32 fails with the pinMode() in line 56|58
Real device with Arduino Core 3.1.2 and 3.2 needs it to fix the issue.
This patch will skip the pinMode() when compiling with Wokwi and make it pass the CI test case.

* feat(uart_ci): reverting the wokwi patch, once it didn't make any difference

* fix(wokwi): Change CPU freq to 80

* fix(wokwi): Change CPU freq to 120

* ci(pre-commit): Apply automatic fixes

* fix(uart_ci): fixes a couple typos in commentatries

---------

Co-authored-by: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com>
Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com>
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2025-03-17 17:36:10 +02:00
..
performance ci(pre-commit): Bump hooks versions and fix leftover files (#10680) 2024-12-09 15:00:41 +02:00
validation fix(uart): Fixes UART CI script to work with Arduino Core 3.2.x (#11077) 2025-03-17 17:36:10 +02:00
.gitignore ci(wokwi): Add Wokwi emulator to workflow (#9540) 2024-05-07 18:46:19 +03:00
pytest.ini ci(qemu): Add QEMU emulator to CI (#9558) 2024-05-13 23:09:10 +02:00
requirements.txt test(wokwi): Add I2C Master test and enable GPIO and PSRAM tests (#10848) 2025-02-19 23:32:06 +02:00