micropython-lib/micropython
Andrew Leech 913498ef05 aioble-l2cap: Raise correct error if l2cap disconnects during send.
If BLE disconnects in the middle of a send process, this change makes the
code raise `L2CAPDisconnectedError` rather than `TypeError` due to `_cid`
being `None`.

Signed-off-by: Andrew Leech <andrew.leech@planetinnovation.com.au>
2025-06-24 12:31:37 +10:00
..
aioespnow
aiorepl aiorepl: Use blocking reads for raw REPL and raw paste. 2025-06-04 00:39:31 +10:00
bluetooth aioble-l2cap: Raise correct error if l2cap disconnects during send. 2025-06-24 12:31:37 +10:00
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).