tools/pyboard.py: Support executing .mpy files directly.
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
Showing
Please register or sign in to comment