micropython/tools/mpremote/mpremote
Jim Mussared 413a69b94b tools/mpremote: Simplify dispatch of commands.
No functional change.

This makes each built-in command defined by just a handler method and
simplifies a lot of the logic around tracking the board state.

This work was funded through GitHub Sponsors.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2022-10-01 22:44:24 +10:00
..
__init__.py tools/mpremote: Bump version to 0.3.0. 2022-06-07 23:23:14 +10:00
__main__.py tools/mpremote: Allow running mpremote with `python -m`. 2022-03-30 15:29:26 +11:00
commands.py tools/mpremote: Simplify dispatch of commands. 2022-10-01 22:44:24 +10:00
console.py tools/mpremote: Make ConsolePosix work without .raw attribute. 2022-02-04 15:04:02 +11:00
main.py tools/mpremote: Simplify dispatch of commands. 2022-10-01 22:44:24 +10:00
pyboardextended.py tools/mpremote: Add option to mount cmd to allow "unsafe" symlinks. 2022-04-11 15:15:04 +10:00
repl.py tools/mpremote: Simplify dispatch of commands. 2022-10-01 22:44:24 +10:00