micropython/tools/mpremote/mpremote
Jonas Scharpf b525f1c9ec tools/mpremote: Add ctrl-x as additonal mpremote disconnect shortcut.
The mpremote REPL can now be closed with either ctrl+] or ctrl+x, which
gives users a choice, useful if the ']' key is difficult to access.

Fixes issue #11197.

Signed-off-by: Jonas Scharpf <jonas@brainelectronics.de>
2023-04-15 00:07:40 +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 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: Add ctrl-x as additonal mpremote disconnect shortcut. 2023-04-15 00:07:40 +10:00