micropython/tools/mpremote/mpremote
Jos Verlinde 3af1425be7 tools/mpremote: Fix mpremote mip install with multiple lib in sys.path.
This is a fix for an algorithmic error in mpremote mip, that throws an
error due to a '\n' used in the concatenation and split when there is more
than one lib path in `sys.path`.

Signed-off-by: Jos Verlinde <Jos.Verlinde@microsoft.com>
2024-06-28 11:07:01 +10:00
..
__init__.py tools/mpremote: Use hatch to build mpremote package. 2023-02-24 11:40:22 +11:00
__main__.py tools/mpremote: Allow running mpremote with python -m. 2022-03-30 15:29:26 +11:00
commands.py tools/mpremote: Make soft-reset count as an action. 2023-08-10 14:11:53 +10:00
console.py all: Fix cases of Python variable assigned but never used. 2023-05-02 16:36:05 +10:00
main.py tools/mpremote: Add support to mip install from GitLab. 2024-05-15 13:32:02 +10:00
mip.py tools/mpremote: Fix mpremote mip install with multiple lib in sys.path. 2024-06-28 11:07:01 +10:00
repl.py tools/mpremote: Detach mpremote from pyboard.py. 2023-06-02 17:42:13 +10:00
transport_serial.py tools/mpremote: Fix absolute path usage in remote mounted VFS. 2024-06-21 16:46:49 +10:00
transport.py tools/mpremote: Detach mpremote from pyboard.py. 2023-06-02 17:42:13 +10:00