Tags: micropython/micropython-lib
Tags
aiorepl: Handle stream shutdown. Signed-off-by: Andrew Leech <[email protected]>
aiorepl: Handle stream shutdown. Signed-off-by: Andrew Leech <[email protected]>
inspect: Implement iscoroutinefunction and iscoroutine. Signed-off-by: Damien George <[email protected]>
aioble: Pass additional connection arguments to gap_connect. This allows the following arguments to be passed to `device.connect()`: * scan_duration_ms * min_conn_interval_us * max_conn_interval_us These are passed as-is to `gap_connect()`. The default value for all of these is `None`, which causes gap_connect to use its own defaults. Signed-off-by: Joris van der Wel <[email protected]>
aioble: Pass additional connection arguments to gap_connect. This allows the following arguments to be passed to `device.connect()`: * scan_duration_ms * min_conn_interval_us * max_conn_interval_us These are passed as-is to `gap_connect()`. The default value for all of these is `None`, which causes gap_connect to use its own defaults. Signed-off-by: Joris van der Wel <[email protected]>
pyusb: Add MicroPython implementation of PyUSB library. Signed-off-by: Damien George <[email protected]>
aiohttp: Add new aiohttp package. Implement `aiohttp` with `ClientSession`, websockets and `SSLContext` support. Only client is implemented and API is mostly compatible with CPython `aiohttp`. Signed-off-by: Carlos Gil <[email protected]>
aiohttp: Add new aiohttp package. Implement `aiohttp` with `ClientSession`, websockets and `SSLContext` support. Only client is implemented and API is mostly compatible with CPython `aiohttp`. Signed-off-by: Carlos Gil <[email protected]>
aiohttp: Add new aiohttp package. Implement `aiohttp` with `ClientSession`, websockets and `SSLContext` support. Only client is implemented and API is mostly compatible with CPython `aiohttp`. Signed-off-by: Carlos Gil <[email protected]>
PreviousNext