mirror of
https://github.com/micropython/micropython.git
synced 2026-02-01 16:50:27 +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>
24 KiB
24 KiB