micropython/tools/mpremote/mpremote
Olivier Lenoir 85c85e8f0d tools/mpremote: Add support to mip install from GitLab.
Changes are:
- main.py: Add gitlab:org/repo, gitlab:org/repo@branch.
- mip.py: Implement install from GitLab.
- README.md: Add mip install gitlab:org/repo@branch example.

Signed-off-by: Olivier Lenoir <olivier.len02@gmail.com>
2024-05-15 13:32:02 +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: Add support to mip install from GitLab. 2024-05-15 13:32:02 +10:00
repl.py tools/mpremote: Detach mpremote from pyboard.py. 2023-06-02 17:42:13 +10:00
transport_serial.py tools/mpremote: Add ioctl to specify large read buffer size. 2023-11-09 11:30:11 +11:00
transport.py tools/mpremote: Detach mpremote from pyboard.py. 2023-06-02 17:42:13 +10:00