micropython/lib/utils
Paul Sokolovsky 777232c9a5 esp8266: Disallow recursive calls to REPL.
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.
2016-04-01 12:53:50 +03:00
..
printf.c lib/utils/printf: Add vsnprintf alias for Clang. 2015-12-12 20:19:42 +02:00
pyexec.c esp8266: Disallow recursive calls to REPL. 2016-04-01 12:53:50 +03:00
pyexec.h esp8266: Disallow recursive calls to REPL. 2016-04-01 12:53:50 +03:00