mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 20:50:14 +01:00
tests/extmod: Config SPI test for esp8266 and skip SoftTimer test.
Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
import sys
|
||||
|
||||
|
||||
if sys.platform == "esp32":
|
||||
print("SKIP") # TODO: Implement soft timers for esp32 port
|
||||
if sys.platform in ("esp32", "esp8266"):
|
||||
print("SKIP") # TODO: Implement soft timers for esp32/esp8266 ports
|
||||
raise SystemExit
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user