-
Notifications
You must be signed in to change notification settings - Fork 7.7k
feat(tests): expand GPIO test scenarios #11475
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
base: master
Are you sure you want to change the base?
Conversation
👋 Hello JakubAndrysek, we appreciate your contribution to this project! 📘 Please review the project's Contributions Guide for key guidelines on code, documentation, testing, and more. 🖊️ Please also make sure you have read and signed the Contributor License Agreement for this project. Click to see more instructions ...
Review and merge process you can expect ...
|
Test Results 76 files 76 suites 14m 2s ⏱️ For more details on these failures, see this check. Results for commit 7258ffc. |
@JakubAndrysek tests seem to be failing |
Hi, I am now trying to solve it with @urish |
feat(tests): Enhance GPIO validation tests for ESP32
Description of Change
Updated GPIO validation tests to provide comprehensive testing of ESP32 GPIO interrupt functionality and basic digital I/O operations.
Tests scenarios
I have tested my Pull Request on Arduino-esp32 core v3.2.0 with Wokwi ont all available ESP32 mentioned in the test cases.
Report:
Code does not work on esp32-P4 due the Wokwi issue which is reported and will be ideally fixed soon.