mirror of
https://github.com/micropython/micropython.git
synced 2025-08-25 20:10:38 +02:00
tests/thread: Adapt stress_aes.py to run on zephyr.
Signed-off-by: danicampora <danicampora@gmail.com>
This commit is contained in:
committed by
Damien George
parent
e7974a28f7
commit
935fcd1329
@@ -273,7 +273,7 @@ if __name__ == "__main__":
|
|||||||
elif sys.platform == "rp2":
|
elif sys.platform == "rp2":
|
||||||
n_thread = 1
|
n_thread = 1
|
||||||
n_loop = 2
|
n_loop = 2
|
||||||
elif sys.platform in ("esp32", "pyboard"):
|
elif sys.platform in ("esp32", "pyboard", "zephyr"):
|
||||||
n_thread = 2
|
n_thread = 2
|
||||||
n_loop = 2
|
n_loop = 2
|
||||||
else:
|
else:
|
||||||
|
Reference in New Issue
Block a user