Closed P-R-O-C-H-Y closed 6 months ago
Thanks for reporting! Issue reproduces for me.
Should be fixed now! Can you please rerun the failing workflows and report back?
Should be fixed now! Can you please rerun the failing workflows and report back?
@urish Its fixed on all chips (did not test P4, don't know if timer is supported and we don't have a support in Arduino). But there is still an issue with H2 timer test number 2 and 3 - https://github.com/P-R-O-C-H-Y/arduino-esp32/actions/runs/8939891850. Can you please take a look? On other chips its fine :)
Can you please take a look? On other chips its fine :)
Taking a look
Found the issue, related to the TIMG clock configuration. Fix will be ready later today.
Fix is up!
Looking good! 👍 Closing as solved, Thanks Uri.
Describe the bug
For all ESP32 SoCs the timer test is failing on the same function calls.
timerWrite()
with value255
timerRead()
, the expected value is255
(on real HW it works), but in Wokwi its 278-282.CI run: https://github.com/P-R-O-C-H-Y/arduino-esp32/actions/runs/8939891850/job/24556842309
Log:
To Reproduce
Run the Timer test sketch from arduino-esp32 repository:
Expected behavior As timer peripheral is supported on Wokwi, the expectations are that the test is passing as it is on real HW.
Environment (please complete the following information):
Additional context Add any other context about the problem here.