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

uart.c

  • Paul Sokolovsky's avatar
    777232c9
    esp8266: Disallow recursive calls to REPL. · 777232c9
    Paul Sokolovsky authored
    Before this change, if REPL blocked executing some code, it was possible
    to still input new statememts and excuting them, all leading to weird,
    and portentially dangerous interaction.
    
    TODO: Current implementation may have issues processing input accumulated
    while REPL was blocked.
    777232c9
    History
    esp8266: Disallow recursive calls to REPL.
    Paul Sokolovsky authored
    Before this change, if REPL blocked executing some code, it was possible
    to still input new statememts and excuting them, all leading to weird,
    and portentially dangerous interaction.
    
    TODO: Current implementation may have issues processing input accumulated
    while REPL was blocked.