Skip to content
  • Paul Sokolovsky's avatar
    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