We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a4f1c9 commit 03da155Copy full SHA for 03da155
tests/ports/rp2/rp2_machine_idle.py
@@ -1,4 +1,3 @@
1
-import sys
2
import machine
3
import time
4
@@ -18,11 +17,6 @@
18
17
# Verification uses the average idle time, as individual iterations will always
19
# have outliers due to interrupts, scheduler, etc.
20
21
-# RP2350 currently fails this test because machine.idle() resumes immediately.
22
-if "RP2350" in sys.implementation._machine:
23
- print("SKIP")
24
- raise SystemExit
25
-
26
ITERATIONS = 500
27
total = 0
28
0 commit comments