micropython-lib/micropython
Matthias Urlichs 9307e21dfb usb-device-cdc: Optimise writing small data so it doesn't require alloc.
Only allocate a memoryview when the (first) write was partial.

Signed-off-by: Matthias Urlichs <matthias@urlichs.de>
2025-04-13 13:27:47 +10:00
..
aioespnow
aiorepl
bluetooth
bundles
drivers nrf24l10: Bump minor version. 2025-04-10 22:33:53 +10:00
espflash
lora lora-sx126x: Fix invert_iq_rx / invert_iq_tx behaviour. 2025-04-10 22:39:40 +10:00
mip mip: Make mip.install() skip /rom*/lib directories. 2025-03-11 16:27:09 +11:00
mip-cmdline
net
senml
uaiohttpclient
ucontextlib
udnspkt
umqtt.robust
umqtt.simple umqtt.simple: Restore legacy ssl/ssl_params arguments. 2025-04-10 21:10:01 +10:00
upysh
urequests
urllib.urequest
usb usb-device-cdc: Optimise writing small data so it doesn't require alloc. 2025-04-13 13:27:47 +10: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).