• Damien George's avatar
    tools/pyboard.py: Support executing .mpy files directly. · b3b9b115
    Damien George authored
    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
    b3b9b115
pyboard.py 20.5 KB