tests/ports/rp2: Update machine idle test to revert skip for RP2350.

This reverts commit b42bb911c6.

Signed-off-by: Peter Harper <peter.harper@raspberrypi.com>
This commit is contained in:
Peter Harper
2025-03-18 17:45:48 +00:00
committed by Damien George
parent 2a4f1c9f0f
commit 03da15575f

View File

@@ -1,4 +1,3 @@
import sys
import machine
import time
@@ -18,11 +17,6 @@ import time
# Verification uses the average idle time, as individual iterations will always
# have outliers due to interrupts, scheduler, etc.
# RP2350 currently fails this test because machine.idle() resumes immediately.
if "RP2350" in sys.implementation._machine:
print("SKIP")
raise SystemExit
ITERATIONS = 500
total = 0