Skip to content
Snippets Groups Projects
Select Git revision
  • 13394a632dda24298e80ec034dd13903059b4a4b
  • wip-bootstrap default
  • dualcore
  • ch3/leds
  • ch3/time
  • master
6 results

unix

user avatar
Paul Sokolovsky authored
See https://github.com/micropython/micropython/issues/1736 for the
list of complications. This workaround instead of duplicating REPL
to another stream, switches to it, because read(STDIN) we use otherwise
is blocking call, so it and custom REPL stream can't be used together.
13394a63
History