micropython-lib/micropython
Jim Mussared 46748d2817 aioble/server.py: Allow BufferedCharacteristic to support all ops.
Previously a BufferedCharacteristic could only be read by the client, where
it should have been writeable. This makes it support all ops (read / write
/ write-with-response, etc).

Adds a test to check the max_len and append functionality of
BufferedCharacteristic.

This work was funded through GitHub Sponsors.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2023-10-04 14:47:38 +11:00
..
aioespnow all: Lint Python code with ruff. 2023-07-24 07:51:33 +02:00
aiorepl all: Add missing const imports 2023-08-22 22:43:18 +10:00
bluetooth aioble/server.py: Allow BufferedCharacteristic to support all ops. 2023-10-04 14:47:38 +11:00
bundles
drivers all: Remove unnecessary start argument in range. 2023-09-01 00:17:28 +10:00
espflash all: Remove unnecessary start argument in range. 2023-09-01 00:17:28 +10:00
lora lora/sx126x: Fix busy timeout handling. 2023-08-26 18:16:37 +10:00
mip all: Add missing const imports 2023-08-22 22:43:18 +10:00
mip-cmdline
net all: Add missing const imports 2023-08-22 22:43:18 +10:00
senml all: Lint Python code with ruff. 2023-07-24 07:51:33 +02:00
uaiohttpclient uaiohttpclient: Fix missing name in unreachable example code. 2023-08-22 22:43:51 +10:00
ucontextlib
udnspkt all: Standardise x.y.z versioning for all packages. 2023-07-23 11:48:57 +10:00
umqtt.robust
umqtt.simple
upysh
urequests
urllib.urequest all: Standardise x.y.z versioning for all packages. 2023-07-23 11:48:57 +10:00
xmltok xmltok: Bump patch version. 2023-07-23 11:48:25 +10:00
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).