This website requires JavaScript.
Explore
Help
Register
Sign In
Lerking
/
micropython
Watch
1
Star
0
Fork
0
You've already forked micropython
mirror of
https://github.com/micropython/micropython.git
synced
2026-01-19 02:17:22 +01:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
Files
3bbf2ef3fb502285f3cc12952abf420811e9e618
micropython
/
tools
/
mpremote
/
mpremote
History
Christian Clauss
4376c969f6
all: Fix Python comparison to None and True, and use "not in".
...
These are basic PEP8 recommendations.
2023-03-10 13:32:24 +11: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
all: Fix Python comparison to None and True, and use "not in".
2023-03-10 13:32:24 +11:00
console.py
tools/mpremote: Make ConsolePosix work without .raw attribute.
2022-02-04 15:04:02 +11:00
main.py
tools/mpremote: Fix argument handling for follow and add help strings.
2022-10-06 00:58:31 +11:00
mip.py
tools/mpremote: Add
mpremote mip install
to install packages.
2022-10-01 22:44:24 +10:00
pyboardextended.py
tools/mpremote: Make RemoteFile objects iterable.
2022-10-31 12:40:17 +11:00
repl.py
tools/mpremote: Fix argument handling for follow and add help strings.
2022-10-06 00:58:31 +11:00