micropython-lib/micropython
Damien George 0a5b635594 utarfile: Fix read/write handling of nulls in tar header.
For reading, the size is always terminated by a null, so just ignore it by
using 11 for the uctypes entry (this fixes a regression introduced in
7128d423c2).

For writing, the size must always be terminated by a null.

Signed-off-by: Damien George <damien@micropython.org>
2023-07-21 12:58:40 +10:00
..
aioespnow aioespnow: Add library providing asyncio support for espnow module. 2023-05-04 14:21:32 +10:00
aiorepl
bluetooth aioble: Fix descriptor flag handling. 2023-04-12 07:04:12 +10:00
bundles bundle-networking: Fix metadata to correctly use "description" field. 2023-02-01 12:21:08 +11:00
drivers micropython: Add missing metadata for packages. 2023-04-07 13:24:15 +10:00
espflash
lora lora: Workaround SX1262 bug with GetStatus. 2023-07-20 23:13:03 +10:00
mip mip: Set opt=3 by default. 2022-11-09 12:43:31 +11:00
mip-cmdline
net micropython: Add missing metadata for packages. 2023-04-07 13:24:15 +10:00
senml senml: Allow publishing to PyPI as micropython-senml. 2023-04-07 13:28:15 +10:00
uaiohttpclient
ucontextlib
udnspkt
umqtt.robust top: Update Python formatting to black "2023 stable style". 2023-02-03 17:12:38 +11:00
umqtt.simple top: Update Python formatting to black "2023 stable style". 2023-02-03 17:12:38 +11:00
upysh
urllib.urequest
utarfile utarfile: Fix read/write handling of nulls in tar header. 2023-07-21 12:58:40 +10:00
utarfile-write utarfile: Fix read/write handling of nulls in tar header. 2023-07-21 12:58:40 +10:00
xmltok
README.md top: Update top-level docs. 2022-12-16 17:16:03 +11:00

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).