kopia lustrzana https://github.com/micropython/micropython-lib
![]() This is to replace a commit which added locking here but caused some other problems. The idea behind the Buffer class is that a single producer can call pend_write() more than once and it's idempotent, however this is very complex to extend across multiple threads. Signed-off-by: Angus Gratton <angus@redyak.com.au> |
||
---|---|---|
.. | ||
aioespnow | ||
aiorepl | ||
bluetooth | ||
bundles | ||
drivers | ||
espflash | ||
lora | ||
mip | ||
mip-cmdline | ||
net | ||
senml | ||
uaiohttpclient | ||
ucontextlib | ||
udnspkt | ||
umqtt.robust | ||
umqtt.simple | ||
upysh | ||
urequests | ||
urllib.urequest | ||
usb | ||
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).