Files
micropython/shared
Matthias Urlichs 74003eda2f ports/unix: Add embedded mode.
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>
2023-10-26 09:10:31 +02:00
..
2023-10-26 09:10:31 +02:00

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.