8000 tests/ports/rp2: Reinstate lightsleep test. · micropython/micropython@a9c9231 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a9c9231

Browse files
committed
tests/ports/rp2: Reinstate lightsleep test.
This test was previously disabled for rp2350. Signed-off-by: Peter Harper <peter.harper@raspberrypi.com>
1 parent 6021c21 commit a9c9231

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/ports/rp2/rp2_lightsleep.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@
1616
except ImportError:
1717
print("SKIP")
1818
raise SystemExit
19-
20-
# RP2350 currently fails this test, needs further investigation.
21-
if "RP2350" in sys.implementation._machine:
22-
print("SKIP")
23-
raise SystemExit
24-
2519
try:
2620
led = Pin(Pin.board.LED, Pin.OUT)
2721
except AttributeError:

0 commit comments

Comments
 (0)
0