micropython-lib/micropython
multicoder9 d5f76e666c
micropython/drivers/storage/sdcard/sdcard.py: Added 0x7F CRC for two more writeblocks cmd calls
Signed-off-by: multicoder9 <205438007+multicoder9@users.noreply.github.com>
2025-03-31 15:22:35 +07:00
..
aioespnow aioespnow,webrepl: Use recommended network.WLAN.IF_[AP|STA] constants. 2024-11-07 12:48:55 +11:00
aiorepl
bluetooth aioble: Pass additional connection arguments to gap_connect. 2024-10-18 13:03:39 +11:00
bundles
drivers micropython/drivers/storage/sdcard/sdcard.py: Added 0x7F CRC for two more writeblocks cmd calls 2025-03-31 15:22:35 +07:00
espflash
lora lora-sx127x: Fix configuring the implicit header option in the _SX127x. 2024-10-18 12:33:23 +11:00
mip mip: Make mip.install() skip /rom*/lib directories. 2025-03-11 16:27:09 +11:00
mip-cmdline
net aioespnow,webrepl: Use recommended network.WLAN.IF_[AP|STA] constants. 2024-11-07 12:48:55 +11:00
senml
uaiohttpclient
ucontextlib
udnspkt
umqtt.robust
umqtt.simple umqtt.simple: Add optional socket timeout to connect method. 2024-11-07 11:51:33 +11:00
upysh
urequests
urllib.urequest
usb usb-device: Allow signaling capability of remote_wakeup. 2024-10-18 12:54:48 +11: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).