Skip to content

Releases: zsquareplusc/mpy-repl-tool

v0.14

19 Sep 09:49
Compare
Choose a tag to compare

A tool to communicate with MicroPython boards via a REPL connection.
implemented commands: detect, run, ls, cat, pull, push, rm, df, mount

changes:

  • --no-uhashlib option for push

v0.13

09 Feb 03:42
Compare
Choose a tag to compare

A tool to communicate with MicroPython boards via a REPL connection.
implemented commands: detect, run, ls, cat, pull, push, rm, df, mount

changes:

  • Workaround for push for modules that do not have uhashlib such as the raspi pico with the release from them
  • internal: add read_from_file_stream(), catch and and re-raise more exceptions (ImportError, KeyError, ValueError)

v0.12

28 Oct 17:51
Compare
Choose a tag to compare

A tool to communicate with MicroPython boards via a REPL connection.
implemented commands: detect, run, ls, cat, pull, push, rm, df, mount

changes:

  • --command-timeout option
  • default timeout is 5 seconds instead of 3
  • bugfixes

v0.5

04 May 20:56
Compare
Choose a tag to compare

A tool to communicate with MicroPython boards via a REPL connection.
implemented commands: detect, run, ls, cat, pull, push, rm, df, mount

v0.2

19 Jan 23:53
Compare
Choose a tag to compare

A tool to communicate with MicroPython boards via a REPL connection.
implemented commands: detect, run, ls, cat, pull, push, rm, mount