micropython-lib/micropython
Andrew Leech aad2e48098 aiorepl: Use blocking reads for raw REPL and raw paste.
Raw REPL mode is generally used as a command channel where all stdio
traffic is related directly to the raw commands and responses sent.

For this to work in aiorepl we need to ensure background tasks don't sent/
receive anything on stdio else the command channel will be corrupted.

The simplest way to achieve this is to make the raw commands blocking and
atomic rather than asyncio, assuming the user wont leave the device in raw
mode for too long at any one time.

Signed-off-by: Andrew Leech <andrew.leech@planetinnovation.com.au>
2025-06-04 00:39:31 +10:00
..
aioespnow
aiorepl aiorepl: Use blocking reads for raw REPL and raw paste. 2025-06-04 00:39:31 +10:00
bluetooth
bundles
drivers all: Apply Ruff 0.11.6 reformatting changes. 2025-04-24 16:54:10 +10:00
espflash all: Apply Ruff 0.11.6 reformatting changes. 2025-04-24 16:54:10 +10:00
lora all: Apply Ruff 0.11.6 reformatting changes. 2025-04-24 16:54:10 +10:00
mip
mip-cmdline
net
senml all: Apply Ruff 0.11.6 reformatting changes. 2025-04-24 16:54:10 +10:00
uaiohttpclient
ucontextlib
udnspkt
umqtt.robust
umqtt.simple
upysh
urequests
urllib.urequest urllib.urequest: Add support for headers to urequest.urlopen. 2025-05-28 11:56:45 +10:00
usb
utop utop: Print IDF heap details. 2025-05-15 17:38:39 +02:00
xmltok
README.md

README.md

MicroPython-specific packages

These are packages that have been written specifically for use on MicroPython.

Packages in this directory should not have the same name as modules from the Python Standard Library.

Future plans

  • More organised directory structure based on purpose (e.g. drivers, network, etc).