mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 20:50:14 +01:00
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.
This directory contains standard, low-level C libraries with emphasis on being independent and efficient. They can be used by any port.