tools/mpy-tool.py: Add ability to merge multiple .mpy files into one.
Usage: mpy-tool.py -o merged.mpy --merge mod1.mpy mod2.mpy The constituent .mpy files are executed sequentially when the merged file is imported, and they all use the same global namespace.
Showing
Please register or sign in to comment