mirror of
https://github.com/micropython/micropython.git
synced 2026-01-23 12:20:20 +01:00
Embedded mode means that * boot.py is executed, if present * the same REPL as on embedded systems is used that is, ^A switches to raw mode. This change does not yet(?) * modify the terminal mode Workaround: wrap with `stty raw; micropython -e …; stty -raw` * support a restart via `machine.reset()` Signed-off-by: Matthias Urlichs <matthias@urlichs.de>
This directory contains libraries, utilities and helper code developed specifically for this project. The code is intended to be portable and usable by any port.