micropython-lib/micropython
Jim Mussared c113611765 aioble: Fix descriptor flag handling.
Removes the workaround for micropython/issues/6864.

Sets the default flags for discovered descriptors to be WRITE,
so that d.write() will implicitly set response=True.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2023-04-12 07:04:12 +10:00
..
aiorepl
bluetooth aioble: Fix descriptor flag handling. 2023-04-12 07:04:12 +10:00
bundles
drivers micropython: Add missing metadata for packages. 2023-04-07 13:24:15 +10:00
espflash
mip
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
umqtt.simple
upysh
urllib.urequest
utarfile
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).