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

misc.h

Blame
    • Paul Sokolovsky's avatar
      25f44c19
      cc3200: Re-add support for UART REPL (MICROPY_STDIO_UART setting). · 25f44c19
      Paul Sokolovsky authored
      UART REPL support was lost in os.dupterm() refactorings, etc. As
      os.dupterm() is there, implement UART REPL support at the high level -
      if MICROPY_STDIO_UART is set, make default boot.py contain os.dupterm()
      call for a UART. This means that changing MICROPY_STDIO_UART value will
      also require erasing flash on a module to force boot.py re-creation.
      25f44c19
      History
      cc3200: Re-add support for UART REPL (MICROPY_STDIO_UART setting).
      Paul Sokolovsky authored
      UART REPL support was lost in os.dupterm() refactorings, etc. As
      os.dupterm() is there, implement UART REPL support at the high level -
      if MICROPY_STDIO_UART is set, make default boot.py contain os.dupterm()
      call for a UART. This means that changing MICROPY_STDIO_UART value will
      also require erasing flash on a module to force boot.py re-creation.