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

unix

  • Clone with SSH
  • Clone with HTTPS
  • 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