mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
This patch allows executing .mpy files (including native ones) directly on
a target, eg a board over a serial connection. So there's no need to copy
the file to its filesystem to test it.
For example:
$ mpy-cross foo.py
$ pyboard.py foo.mpy