Commit 9ba04cc7 authored by Angus Gratton's avatar Angus Gratton Committed by Damien George

tests/extmod: Skip soft machine.Timer test on esp32 port.

Also rename the test to reflect that it's a soft timer test.
Signed-off-by: default avatarAngus Gratton <angus@redyak.com.au>
parent d1685a3f
# test machine.Timer
# test "soft" machine.Timer (no hardware ID)
import sys
if sys.platform == "esp32":
print("SKIP") # TODO: Implement soft timers for esp32 port
raise SystemExit
try:
import time, machine as machine
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment