mirror of
https://github.com/micropython/micropython.git
synced 2026-01-09 21:50:31 +01:00
"Forced exit" is treated as soft-reboot (Ctrl+D). But expected effect of calling sys.exit() is termination of the current script, not any further and more serious actions like mentioned soft reboot.
This directory contains standard, low-level C libraries with emphasis on being independent and efficient. They can be used by any port.